diff --git a/documentation/site/apireference.html b/documentation/site/apireference.html index 9854a9b..6fc55bf 100644 --- a/documentation/site/apireference.html +++ b/documentation/site/apireference.html @@ -170,7 +170,7 @@


-

Initialisation of parent irgsc class . This class has several child classes.

+

Initialisation of child irgsc class . This class has several child classes.

This method described using input ra and dec. It checks whther the data from PANSTARRS DR2, UKISS DR11 and Gaia DR3 can be obtained.

@@ -298,7 +298,49 @@

read_gaia_data()

-

Reads the input GAIA DR3 data. The number of columns are 12.

+
    `irgsctool.ReadData.read_gaia_data()`
+
+

This method reads the input GAIA DR3 data. The number of columns are 12. The format of the input file if the +data is obtained externally is 'GAIA' + '_' + 'RA'+str(ra) + 'DEC' + str(dec)+'.csv'

+ + + + + + + + + + + + + +
RAISESDESCRIPTION
+ +ValueError + + +

This error is raised when there are no observations in Gaia database.

+
+ + + + + + + + + + + + + +
RETURNSDESCRIPTION
+gaia_data + +

A multi-dimensional array of gaia sourced_id, astrometry, +and ruwe.

+
@@ -306,11 +348,35 @@

read_nir_data()

-

Reads the input UKIDSS NIR data. The number of columns are 8.

-

Returns the input optical data with nan values removed (if present) -and restricts the data to the sources having SNR >= 5.

-

Some regions do not have J or H band data especially DXS or GCS -surveys. For these regions, only K band data is imported.

+
        `irgsctool.ReadData.read_nir_data()`
+
+

Reads the input UKIDSS NIR data. The number of columns are 8. +Some regions do not have J or H band data especially DXS or GCS +surveys. For these regions, only K band data is obtained. This method filters the data +for nan values and selects the sources that have SNR>5 and plots the histogram of the NIR magnitudes available. +The format of the input file if the +data is obtained externally is 'UKIDSS'+'_'+'RA'+str(ra)+'DEC'+ str(dec)+'.csv' +Raises: + ValueError: This error is raised when there are no observations available in UKIDSS database.

+ + + + + + + + + + + + + +
RETURNSDESCRIPTION
+nir_data + +

A multi-dimensional data of observed UKIDSS NIR sources +that have SNR>5. Also plots a histogram of UKIDSS data.

+
@@ -326,7 +392,8 @@
+ + + + + + + + + + + + + +
RETURNSDESCRIPTION
+filtered_optical_data + +

A multi-dimensional array consisting of optical panstarrs + stack photometry in five bands which is free from nan values and duplicate sources.

+
@@ -373,8 +459,9 @@

irgsctool.StarGalaxyClassification.star_galaxy_classification()

-

This method is used to seperate stars and galaxies using -the condition applied to all the five optical filters:

+

+This method is used to seperate stars and galaxies using +the condition applied to all the five optical filters:

$$ (psf-kron) < 0.05 $$

@@ -392,10 +479,30 @@

-

PANSTARRS data containing most probable stellar sources

+

A multi-dimensional array of the PANSTARRS optical data containing

+ + + + + + +

most probable stellar sources after seperating the galaxies. Also plots

+ + + + + + +

the figures showing the comparison of $$i_{psf}$$ vs ($$i_{psf}$$ - $$i_{kron}$$),

+ + + + + + +

the color-color diagrams of the stars and galaxies.

@@ -425,27 +532,16 @@

extinction_corrected_photometry()

-

irgsctool.ExtinctionCorrection.extinction_correctdd_photometry()

+
     `irgsctool.ExtinctionCorrection.extinction_corrected_photometry()`
+
+

This method corrects the input optical PANSTARRS data for reddening -and extinction along the line of site.

- - - - - - - - - - - - - -
RETURNSDESCRIPTION
-ndarray - -

Extinction corrected PANSTARRS optical photometry.

-
+ and extinction along the line of site. It uses the get_reddening() + method.

+

Returns: + psf_phot: A multi-dimensional array consisting of extinction + corrected PANSTARRS optical photometry containing psf and kron + measurements.

@@ -454,10 +550,10 @@

irgsctool.ExtinctionCorrection.get_reddening()

-

This method obtains the reddening value for a given set of +

This method obtains the reddening value for a given set of input coordinates from Schelgel et.al. 1998 (sfd) reddening map. irgsctool uses Schlafly & Finkbeiner 2011 (snf) reddening -map which is snf = 0.86*sfd.

+map which is snf = 0.86*sfd.

@@ -590,6 +686,25 @@

+ + + + + + + + + + + + + +
RETURNSDESCRIPTION
+sam_params + +

A multi-dimwnsional array of the sam parameters +depending upon the model selected.

+

@@ -636,24 +751,19 @@

- + - - - - - @@ -661,19 +771,24 @@

RETURNSRAISES DESCRIPTION
-sam_params - -

type: ndarray: Selected model parameters and model

-
+ +TypreError + -

magnitudes to generate IRGSC

+
+

if range of parameters is not given.

- + - + + + + @@ -730,7 +845,7 @@

irgsc_data

@@ -782,6 +897,24 @@

RAISESRETURNS DESCRIPTION
- -TypreError - +sam_params -

if range of parameters is not given.

+
+

A multi-dimwnsional array of the selected model parameters and model

+
+ +

magnitudes to generate IRGSC.

-

The generated IRGSC.

+

A multi-dimensional array consisting of the generated IRGSC.

+ + + + + + + + + + + + + +
RETURNSDESCRIPTION
+irgsc_data + +

A multi-dimensional array consisting of elements in IRGSC.

+

diff --git a/documentation/site/index.html b/documentation/site/index.html index a1d3d1e..a12629e 100644 --- a/documentation/site/index.html +++ b/documentation/site/index.html @@ -164,5 +164,5 @@

3. Using the Development ve diff --git a/documentation/site/pdf/software_documentation.pdf b/documentation/site/pdf/document.pdf similarity index 91% rename from documentation/site/pdf/software_documentation.pdf rename to documentation/site/pdf/document.pdf index 87a7cbd..0ae38c6 100644 Binary files a/documentation/site/pdf/software_documentation.pdf and b/documentation/site/pdf/document.pdf differ diff --git a/documentation/site/search/search_index.json b/documentation/site/search/search_index.json index 1dd07c8..58526b1 100644 --- a/documentation/site/search/search_index.json +++ b/documentation/site/search/search_index.json @@ -1 +1 @@ -{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"index.html","text":"irgsctool Getting Started This package is a tool to generate the catalog of Natural Guide Stars (NGS) based on the requirements of the NFIRAOS, the facility Adaptive Optics system on the Thirty Meter Telescope (TMT). This tool obtains the optical data from PANSTARRS DR2 and generates a catalog of the computed Near-Infrared (NIR) magnitudes. There is also an option in this tool to validate the computed NIR magnitudes using the readily available NIR observed data from UKIDSS DR11 (in the regions where the UKIDSS data is available.) Installation This package can be installed in two ways: 1. Using pip In a fresh environment, enter the following command pip install irgsctool 2. Uing .zip file on GitHub here After downloading the .zip file, unzip it into a directory and type pip install . This will install irgsctool locally in your system. 3. Using the Development version from GitHub: Open the terminal in your system and run: pip install git+https://github.com/tmtsoftware/dms-irgsc@main This will also install the package locally in your system.","title":"Home"},{"location":"index.html#irgsctool","text":"","title":"irgsctool"},{"location":"index.html#getting-started","text":"This package is a tool to generate the catalog of Natural Guide Stars (NGS) based on the requirements of the NFIRAOS, the facility Adaptive Optics system on the Thirty Meter Telescope (TMT). This tool obtains the optical data from PANSTARRS DR2 and generates a catalog of the computed Near-Infrared (NIR) magnitudes. There is also an option in this tool to validate the computed NIR magnitudes using the readily available NIR observed data from UKIDSS DR11 (in the regions where the UKIDSS data is available.)","title":"Getting Started"},{"location":"index.html#installation","text":"This package can be installed in two ways:","title":"Installation"},{"location":"index.html#1-using-pip","text":"In a fresh environment, enter the following command pip install irgsctool","title":"1. Using pip"},{"location":"index.html#2-uing-zip-file-on-github-here","text":"After downloading the .zip file, unzip it into a directory and type pip install . This will install irgsctool locally in your system.","title":"2. Uing .zip file on GitHub here"},{"location":"index.html#3-using-the-development-version-from-github","text":"Open the terminal in your system and run: pip install git+https://github.com/tmtsoftware/dms-irgsc@main This will also install the package locally in your system.","title":"3. Using the Development version from GitHub:"},{"location":"about.html","text":"About irgsctool irgsctool is a Python package to generate the catalog of NIR guide stars for Adaptive Optics (AO) observations of the Thirty Meter Telescope (TMT). The module computes the NIR magnitudes of the optical sources in the PANSTARRS data. Motivation to generate irgsctool The performance of any ground-based optical/near-infrared (NIR) telescope is affected by the turbulence in the atmosphere of Earth. When the light from a distant astronomical source passes through Earth's turbulent atmosphere, it distorts the wavefront of the light. These distortions make the science images appear fuzzy/blurry. To improve the performance of the ground-based optical/NIR telescopes by compensating for the effects of wavefront distortions, astronomers use a technique known as Adaptive Optics (AO). An AO system tries to correct the distortions using a WaveFront Sensor (WFS), which takes some of the astronomical light, a deformable mirror that lies in the optical path, and a computer that receives input from the detector (Refer Figure: (1)). Figure 1: A conceptual image of the working of an AO system. A WFS is a high-speed camera that detects the deformity in the incoming light several thousand times per second. After measuring the deformity, the WFS sends feedback to the system-controlling computer, which then changes the shape of the deformable mirror so that the light eventually becomes distortion-free. This distortion-free light is then fed to the science instruments in the telescopes to obtain high-quality images with a spatial resolution close to the theoretical diffraction limit. A science target to be studied is often too faint or extended to be used as a reference for measuring the shape of the incident wave-fronts. Instead, a nearby brighter guide star can be used for distortion correction. But, sufficiently bright stars are not available in all parts of the sky, which significantly limits the usefulness of natural guide star AO. This limitation can be overcome by creating an artificial guide star by shining a laser into the mesosphere and creating an asterism. However, much fainter natural reference stars are still required for image position or tip/tilt correction. The Thirty Meter Telescope (TMT) is one of the largest optical and near-infrared (NIR) ground-based telescopes to be built, and the first light is expected in the next decade. The first light NIR instruments of TMT will be assisted by a multi-conjugate AO instrument, known as Narrow Field Infrared Adaptive Optics System (NFIRAOS) (see Figure: (2)). NFIRAOS will have a field of view (FOV) of 2-arcmin diameter and will use laser guide stars (LGS) for distortion correction. However, it will require three or more natural guide stars for tip/tilt correction. A catalog of guide stars will thus be a critical resource for TMT operations. It will enable efficient planning and observations, fulfilling a role similar to that of the Guide Star Catalogs I and II, which were created to allow for the acquisition and control of the Hubble Space Telescope. The TMT Infrared Guide Star Catalog (TMT-IRGSC) should be a star catalog consisting of point sources with NIR (J, H, Ks) magnitudes as faint as 22 mag in the J band in the Vega system covering the entire TMT-observable sky. No catalog currently exists with objects as faint as J_Vega = 22 mag over the entire TMT observable sky to be used as a guide star catalog. Hence it is essential to develop this catalog by computing the expected NIR magnitudes of stellar sources identified in various optical sky surveys using their optical magnitudes. Figure 2: A rendered image of the facility AO system on TMT - NFIRAOS. Nature of the generated catalog The IRGSC generated has various information about the sources shown in the following Table. This table describes the columns in the IRGSC generated for a particular test field. The details of the flags, e.g., infoflags, filterflags, and qualityflags can be found here . These flags indicate various values assigned to the source by the PANSTARRS team, which gives further information about the nature of the source and the quality of its detection, which can help understand more about a particular object of interest. It is to be noted that although this package relies on the PANSTARRS StackObjectView table, the Right Ascension and Declination of the source is obtained from the mean photometric information as they are well calibrated using Gaia DR2. Column Name Description Data Type PS1_ObjID Source identifier in the PANSTARRS data float PS1_ra Right Ascencion of the source in the PANSTARRS DR2 weighted mean photometry float PS1_ra_error Uncertainty in PS1_ra float PS1_dec Declination of the source in the PANSTARRS DR2 weighted mean photometry float PS1_dec_error Uncertainty in the PS1_dec float PS1_gpsf psf magnitude of the source in the g-band stacked photometry float PS1_gpsf Uncertainty in PS1_gpsf PS1_rpsf psf magnitude of the source in the r-band stacked photometry float PS1_rpsf Uncertainty in PS1_rpsf float PS1_ipsf psf magnitude of the source in the i-band stacked photometry float PS1_ipsf Uncertainty in PS1_ipsf float PS1_zpsf psf magnitude of the source in the z-band stacked photometry float PS1_zpsf Uncertainty in PS1_zpsf float PS1_ypsf psf magnitude of the source in the y-band stacked photometry float PS1_ypsf Uncertainty in PS1_ypsf float SAM_Name Name of the best-fitted Stellar Atmospheric Model (SAM) string Teff Best-fitted model parameter: Teff float logg Best-fitted model parameter: log(g) float [Fe/H] Best-fitted model parameter: [Fe/H] float sam_g Best-fitted model magnitudes in PANSTARRS g-filter float sam_r Best-fitted model magnitudes in PANSTARRS r-filter float sam_i Best-fitted model magnitudes in PANSTARRS i-filter float sam_z Best-fitted model magnitudes in PANSTARRS z-filter float sam_y Best-fitted model magnitudes in PANSTARRS y-filter float sam_j Best-fitted model magnitudes in PANSTARRS j-filter float sam_h Best-fitted model magnitudes in PANSTARRS h-filter float sam_k Best-fitted model magnitudes in PANSTARRS k-filter float scale factor The scale factor computed after fitting the SAM float scale factor error Error in the computed scale factor float d_dev The parameter denoting the goodness-of-fit float Computed J The computed J magnitude in the Vega system float Computed J error Error in computed J magnitude float Computed H The computed H magnitude in the Vega system float Computed H error Error in computed H magnitude float Computed K The computed K magnitude in the Vega system float Computed K error Error in computed K magnitude float gaia source id Source identifier in Gaia DR3 float gaia ra Right Ascension of the source in Gaia DR3 catalog float gaia ra error Uncertainty in gaia ra float gaia dec Declination of the source in Gaia DR3 catalog float gaia dec error Uncertainty in gaia dec float gaia parallax Parallax (mas) of the source in the Gaia DR3 catalog float gaia parallax error Uncertainty in gaia parallax float gaia pm pm of the source (mas/yr) in Gaia DR3 catalog float gaia pm ra pm of the source along R.A. axis in the Gaia DR3 catalog float gaia pm ra error Uncertainty gaia pm ra float gaia pm dec pm of the source along Dec. axis in the Gaia DR3 catalog float gaia pm dec error Uncertainty gaia pm dec float gaia ruwe Renormalised Unit Weight Error flag of the source in Gaia DR3 float objinfoflag These flag values of the source in PANSTARRS data specify whether the object is a QSO, transient, asteroid, extended, a known solar system object, etc. in nature float objqualityflag These flag values denote if an object is real or a possible false positive float ndetections The number of times something is detected from the individual exposures float nstackdetections The number of stack detections after which the stack photometric measurements are done float ginfoflag These flags indicate the details of the g filter stack photometry float ginfoflag2 These flags indicate the details of the g filter stack photometry float ginfoflag3 These flags indicate the details of the g filter stack photometry float rinfoflag These flags indicate the details of the r filter stack photometry float rinfoflag2 These flags indicate the details of the r filter stack photometry float rinfoflag3 These flags indicate the details of the r filter stack photometry float iinfoflag These flags indicate the details of the i filter stack photometry float iinfoflag2 These flags indicate the details of the i filter stack photometry float iinfoflag3 These flags indicate the details of the i filter stack photometry float zinfoflag These flags indicate the details of the z filter stack photometry float zinfoflag2 These flags indicate the details of the z filter stack photometry float zinfoflag3 These flags indicate the details of the z filter stack photometry float yinfoflag These flags indicate the details of the y filter stack photometry float yinfoflag2 These flags indicate the details of the y filter stack photometry float yinfoflag3 These flags indicate the details of the y filter stack photometry float SAM The name of the best-fitted Stellar Atmospheric Model (SAM) string Application of irgsctool on fields The method developed for the generation of IRGSC has applied on twenty test fields (shown in the following table) across the sky. The generaed IRGSC is also valiated using the UKIDSS data available for those fields and the generated as well as validated catalog for these fields can be found in the generated_irgsc directory. In addition to the twenty test fields, additional ten catalogs are provided for the PANSTARRS Medium Deep Survey (MDS) Fields more information available here . Out of eleven MDS fields, one field coincides with M31. Hence it is skipped here since the MDS data is not publically released by the PANSTARRS, the optical data to generate the IRGSC for these fields is been taken from the 3-pi PANSTARRS survey. In case of validation using the UKIDSS observed NIR data, certain fields have observations in only one or two out of the J, H and K bands. This package takes care of these issues and validates the generated IRGSC using the available band data. R.A. Decl. l b E(B-V) 227.26 0.0 359.27 47.24 0.04 335.00 -1.25 61.96 -45.43 0.07 60.00 1.25 188.72 -36.53 0.26 30.00 0.50 156.53 -57.82 0.02 11.16 7.83 120.00 -55.00 0.04 225.53 2.19 0.00 50.00 0.04 269.93 -13.48 15.00 5.00 0.98 334.80 50.96 100.00 -5.00 0.28 324.09 51.47 95.00 -0.50 2.48 298.02 34.02 70.00 3.00 1.01 0.00 0.00 96.33 -60.18 0.02 34.50 -5.16 169.97 -59.87 0.01 36.25 -4.50 171.65 -58.22 0.02 164.25 57.66 148.39 53.43 0.04 66.75 15.86 180.08 -22.32 0.58 82.25 -2.60 205.62 -19.48 0.62 189.83 0.00 296.33 62.71 0.01 150.25 10.00 227.71 46.40 0.03 15.0 0.90 127.47 -61.89 0.02 35.0 -3.50 168.62 -58.28 0.01","title":"About"},{"location":"about.html#about-irgsctool","text":"irgsctool is a Python package to generate the catalog of NIR guide stars for Adaptive Optics (AO) observations of the Thirty Meter Telescope (TMT). The module computes the NIR magnitudes of the optical sources in the PANSTARRS data.","title":"About irgsctool"},{"location":"about.html#motivation-to-generate-irgsctool","text":"The performance of any ground-based optical/near-infrared (NIR) telescope is affected by the turbulence in the atmosphere of Earth. When the light from a distant astronomical source passes through Earth's turbulent atmosphere, it distorts the wavefront of the light. These distortions make the science images appear fuzzy/blurry. To improve the performance of the ground-based optical/NIR telescopes by compensating for the effects of wavefront distortions, astronomers use a technique known as Adaptive Optics (AO). An AO system tries to correct the distortions using a WaveFront Sensor (WFS), which takes some of the astronomical light, a deformable mirror that lies in the optical path, and a computer that receives input from the detector (Refer Figure: (1)). Figure 1: A conceptual image of the working of an AO system. A WFS is a high-speed camera that detects the deformity in the incoming light several thousand times per second. After measuring the deformity, the WFS sends feedback to the system-controlling computer, which then changes the shape of the deformable mirror so that the light eventually becomes distortion-free. This distortion-free light is then fed to the science instruments in the telescopes to obtain high-quality images with a spatial resolution close to the theoretical diffraction limit. A science target to be studied is often too faint or extended to be used as a reference for measuring the shape of the incident wave-fronts. Instead, a nearby brighter guide star can be used for distortion correction. But, sufficiently bright stars are not available in all parts of the sky, which significantly limits the usefulness of natural guide star AO. This limitation can be overcome by creating an artificial guide star by shining a laser into the mesosphere and creating an asterism. However, much fainter natural reference stars are still required for image position or tip/tilt correction. The Thirty Meter Telescope (TMT) is one of the largest optical and near-infrared (NIR) ground-based telescopes to be built, and the first light is expected in the next decade. The first light NIR instruments of TMT will be assisted by a multi-conjugate AO instrument, known as Narrow Field Infrared Adaptive Optics System (NFIRAOS) (see Figure: (2)). NFIRAOS will have a field of view (FOV) of 2-arcmin diameter and will use laser guide stars (LGS) for distortion correction. However, it will require three or more natural guide stars for tip/tilt correction. A catalog of guide stars will thus be a critical resource for TMT operations. It will enable efficient planning and observations, fulfilling a role similar to that of the Guide Star Catalogs I and II, which were created to allow for the acquisition and control of the Hubble Space Telescope. The TMT Infrared Guide Star Catalog (TMT-IRGSC) should be a star catalog consisting of point sources with NIR (J, H, Ks) magnitudes as faint as 22 mag in the J band in the Vega system covering the entire TMT-observable sky. No catalog currently exists with objects as faint as J_Vega = 22 mag over the entire TMT observable sky to be used as a guide star catalog. Hence it is essential to develop this catalog by computing the expected NIR magnitudes of stellar sources identified in various optical sky surveys using their optical magnitudes. Figure 2: A rendered image of the facility AO system on TMT - NFIRAOS.","title":"Motivation to generate irgsctool"},{"location":"about.html#nature-of-the-generated-catalog","text":"The IRGSC generated has various information about the sources shown in the following Table. This table describes the columns in the IRGSC generated for a particular test field. The details of the flags, e.g., infoflags, filterflags, and qualityflags can be found here . These flags indicate various values assigned to the source by the PANSTARRS team, which gives further information about the nature of the source and the quality of its detection, which can help understand more about a particular object of interest. It is to be noted that although this package relies on the PANSTARRS StackObjectView table, the Right Ascension and Declination of the source is obtained from the mean photometric information as they are well calibrated using Gaia DR2. Column Name Description Data Type PS1_ObjID Source identifier in the PANSTARRS data float PS1_ra Right Ascencion of the source in the PANSTARRS DR2 weighted mean photometry float PS1_ra_error Uncertainty in PS1_ra float PS1_dec Declination of the source in the PANSTARRS DR2 weighted mean photometry float PS1_dec_error Uncertainty in the PS1_dec float PS1_gpsf psf magnitude of the source in the g-band stacked photometry float PS1_gpsf Uncertainty in PS1_gpsf PS1_rpsf psf magnitude of the source in the r-band stacked photometry float PS1_rpsf Uncertainty in PS1_rpsf float PS1_ipsf psf magnitude of the source in the i-band stacked photometry float PS1_ipsf Uncertainty in PS1_ipsf float PS1_zpsf psf magnitude of the source in the z-band stacked photometry float PS1_zpsf Uncertainty in PS1_zpsf float PS1_ypsf psf magnitude of the source in the y-band stacked photometry float PS1_ypsf Uncertainty in PS1_ypsf float SAM_Name Name of the best-fitted Stellar Atmospheric Model (SAM) string Teff Best-fitted model parameter: Teff float logg Best-fitted model parameter: log(g) float [Fe/H] Best-fitted model parameter: [Fe/H] float sam_g Best-fitted model magnitudes in PANSTARRS g-filter float sam_r Best-fitted model magnitudes in PANSTARRS r-filter float sam_i Best-fitted model magnitudes in PANSTARRS i-filter float sam_z Best-fitted model magnitudes in PANSTARRS z-filter float sam_y Best-fitted model magnitudes in PANSTARRS y-filter float sam_j Best-fitted model magnitudes in PANSTARRS j-filter float sam_h Best-fitted model magnitudes in PANSTARRS h-filter float sam_k Best-fitted model magnitudes in PANSTARRS k-filter float scale factor The scale factor computed after fitting the SAM float scale factor error Error in the computed scale factor float d_dev The parameter denoting the goodness-of-fit float Computed J The computed J magnitude in the Vega system float Computed J error Error in computed J magnitude float Computed H The computed H magnitude in the Vega system float Computed H error Error in computed H magnitude float Computed K The computed K magnitude in the Vega system float Computed K error Error in computed K magnitude float gaia source id Source identifier in Gaia DR3 float gaia ra Right Ascension of the source in Gaia DR3 catalog float gaia ra error Uncertainty in gaia ra float gaia dec Declination of the source in Gaia DR3 catalog float gaia dec error Uncertainty in gaia dec float gaia parallax Parallax (mas) of the source in the Gaia DR3 catalog float gaia parallax error Uncertainty in gaia parallax float gaia pm pm of the source (mas/yr) in Gaia DR3 catalog float gaia pm ra pm of the source along R.A. axis in the Gaia DR3 catalog float gaia pm ra error Uncertainty gaia pm ra float gaia pm dec pm of the source along Dec. axis in the Gaia DR3 catalog float gaia pm dec error Uncertainty gaia pm dec float gaia ruwe Renormalised Unit Weight Error flag of the source in Gaia DR3 float objinfoflag These flag values of the source in PANSTARRS data specify whether the object is a QSO, transient, asteroid, extended, a known solar system object, etc. in nature float objqualityflag These flag values denote if an object is real or a possible false positive float ndetections The number of times something is detected from the individual exposures float nstackdetections The number of stack detections after which the stack photometric measurements are done float ginfoflag These flags indicate the details of the g filter stack photometry float ginfoflag2 These flags indicate the details of the g filter stack photometry float ginfoflag3 These flags indicate the details of the g filter stack photometry float rinfoflag These flags indicate the details of the r filter stack photometry float rinfoflag2 These flags indicate the details of the r filter stack photometry float rinfoflag3 These flags indicate the details of the r filter stack photometry float iinfoflag These flags indicate the details of the i filter stack photometry float iinfoflag2 These flags indicate the details of the i filter stack photometry float iinfoflag3 These flags indicate the details of the i filter stack photometry float zinfoflag These flags indicate the details of the z filter stack photometry float zinfoflag2 These flags indicate the details of the z filter stack photometry float zinfoflag3 These flags indicate the details of the z filter stack photometry float yinfoflag These flags indicate the details of the y filter stack photometry float yinfoflag2 These flags indicate the details of the y filter stack photometry float yinfoflag3 These flags indicate the details of the y filter stack photometry float SAM The name of the best-fitted Stellar Atmospheric Model (SAM) string","title":"Nature of the generated catalog"},{"location":"about.html#application-of-irgsctool-on-fields","text":"The method developed for the generation of IRGSC has applied on twenty test fields (shown in the following table) across the sky. The generaed IRGSC is also valiated using the UKIDSS data available for those fields and the generated as well as validated catalog for these fields can be found in the generated_irgsc directory. In addition to the twenty test fields, additional ten catalogs are provided for the PANSTARRS Medium Deep Survey (MDS) Fields more information available here . Out of eleven MDS fields, one field coincides with M31. Hence it is skipped here since the MDS data is not publically released by the PANSTARRS, the optical data to generate the IRGSC for these fields is been taken from the 3-pi PANSTARRS survey. In case of validation using the UKIDSS observed NIR data, certain fields have observations in only one or two out of the J, H and K bands. This package takes care of these issues and validates the generated IRGSC using the available band data. R.A. Decl. l b E(B-V) 227.26 0.0 359.27 47.24 0.04 335.00 -1.25 61.96 -45.43 0.07 60.00 1.25 188.72 -36.53 0.26 30.00 0.50 156.53 -57.82 0.02 11.16 7.83 120.00 -55.00 0.04 225.53 2.19 0.00 50.00 0.04 269.93 -13.48 15.00 5.00 0.98 334.80 50.96 100.00 -5.00 0.28 324.09 51.47 95.00 -0.50 2.48 298.02 34.02 70.00 3.00 1.01 0.00 0.00 96.33 -60.18 0.02 34.50 -5.16 169.97 -59.87 0.01 36.25 -4.50 171.65 -58.22 0.02 164.25 57.66 148.39 53.43 0.04 66.75 15.86 180.08 -22.32 0.58 82.25 -2.60 205.62 -19.48 0.62 189.83 0.00 296.33 62.71 0.01 150.25 10.00 227.71 46.40 0.03 15.0 0.90 127.47 -61.89 0.02 35.0 -3.50 168.62 -58.28 0.01","title":"Application of irgsctool on fields"},{"location":"acknowledgements.html","text":"Please add the following acknowledgment if you use our package in your work. \"This work has made use of Infrared Guide Star Catalog (IRGSC) developed as a part of the Thirty Meter Telescope (TMT) project.\" If you have any questions or suggestions for improvements to this repo, please email: sarang.itcc@iiap.res.in","title":"Acknowledgements"},{"location":"apireference.html","text":"API Reference This page introduces to the classes and functions in the irgsctool package. The main class is the irgsc class which has several subclasses like GetData , ReadData , StarGalaxyClassification , ExtinctionCorrection , GenerateIRGSC , ValidateIRGSC . Figure (1) shows the UML diagram of the irgsctool package. Figure 1: The UML diagram of the irgsctool package. irgsc ( ra , dec , validate = None ) Initialisation of parent irgsc class . This class has several child classes. This method described using input ra and dec. It checks whther the data from PANSTARRS DR2, UKISS DR11 and Gaia DR3 can be obtained. RAISES DESCRIPTION ValueError if the data is not available in UKIDSS or PANSTARRS 3-pi survey. The code will not proceed further. Warning if the data is not available in the Gaia DR3 survey. In the IRGSC, the Gaia values will be replaces with -999. GetData ( ra , dec ) GetData class contains methods to obtain PANSTARRS DR2 stacked optical photometry data, UKIDSS NIR observed data and GAIA DR3 astrometry data. The default search radius is 0.25 degrees due to the limitation of pyvo. The data retrieved is stored in .csv format with the name of the survey + str(ra) + str(dec) Examples: >>> irgsctool . GetData . get_panstarrs_data ( 0.0 , 0.0 ) 'PS1_RA_0_0_DEC_0_0.csv' >>> irgsctool . GetData . get_gaia_data ( 0.0 , 0.0 ) 'GAIA_RA_0_0_DEC_0_0.csv' >>> irgsctool . GetData . get_ukidss_data ( 0.0 , 0.0 ) 'UKIDSS_RA_0_0_DEC_0_0.csv' get_gaia_data () irgsctool.GetData.get_gaia_data() This function sends a query to obtain GAIA DR3 data using the astroquery module. The ROW_LIMIT is set to -1 which implies that the query retriees all the rows in the given field. get_panstarrs_data () irgsctool.GetData.get_panstarrs_data() This function sends a query to obtain the PANSTARRS data from DR2 database. The query uses pyvo TAPService module for retrieving the data. The data is selected from StackObjectView db and the maximum search radius is 0.25 degrees. get_ukidss_data () irgsctool.GetData.get_ukidss_data() This function sends a query to obtain UKIDSS DR11 NIR data using astroquery. UKIDSS consists of five sub-surveys viz. UDS, GPS, GCS, DXS and LAS. The query loops over this surveys and retrieves the data for the given coordinates. The surveys which do not contain J and H band data, the function sends an alert. <\\justify> ReadData ( ra , dec ) ReadData class contains methods to read the photometric data from PS1 DR2, GAIA DR3 and UKIDSS DR11. read_gaia_data () Reads the input GAIA DR3 data. The number of columns are 12. read_nir_data () Reads the input UKIDSS NIR data. The number of columns are 8. Returns the input optical data with nan values removed (if present) and restricts the data to the sources having SNR >= 5. Some regions do not have J or H band data especially DXS or GCS surveys. For these regions, only K band data is imported. read_optical_data () irgsctool.ReadData.read_optical_data() This function reads the input optical PANSTARRS data. The number of columns in the input file are 32. After reading the input data, this function filters it for nan values (if present) and restricts the data to the sources having detection in all the five bands and that have SNR atleast 5. This data is then fed to the Star-Galaxy classification routine to seperate stars and galaxies in the data. <\\justify> RAISES DESCRIPTION FileNotFoundError if the optical input data file is not available. StarGalaxyClassification ( ra , dec ) StarGalaxyClassification class contains star_galaxy_classification() method which is used to seperate the stars and galaxies in the PANSTARRS optical data. star_galaxy_classification () irgsctool.StarGalaxyClassification.star_galaxy_classification() This method is used to seperate stars and galaxies using the condition applied to all the five optical filters: $$ (psf-kron) < 0.05 $$ This relation filters the input optical data for only probable stellar sources. The (psf-kron) diagram showing stars and galaxies in the data as well as (g-r) vs (r-i) CCD is also plotted by this method. RETURNS DESCRIPTION ndarray PANSTARRS data containing most probable stellar sources ExtinctionCorrection ( ra , dec ) ExtinctionCorrection class has two methods; one to obtain the reddening and NIR extinction coefficients, while the other to correct the PANSTARRS data for extinction in each optical filter. extinction_corrected_photometry () irgsctool.ExtinctionCorrection.extinction_correctdd_photometry() This method corrects the input optical PANSTARRS data for reddening and extinction along the line of site. RETURNS DESCRIPTION ndarray Extinction corrected PANSTARRS optical photometry. get_reddening () irgsctool.ExtinctionCorrection.get_reddening() This method obtains the reddening value for a given set of input coordinates from Schelgel et.al. 1998 (sfd) reddening map. irgsctool uses Schlafly & Finkbeiner 2011 (snf) reddening map which is snf = 0.86*sfd. RAISES DESCRIPTION FileNotFoundError if the sfd files are not present. RETURNS DESCRIPTION ebv Reddening from Schlafly & Finkbeiner 2011 err_ebv Uncertinty in reddening aj J-band extinction coefficient. ah H-band extinction coefficient. ak K-band extinction coefficient. Models ( use_sam = None ) Models class reads and selects the required Kurucz and Phoenix stellar atmospheric models in the generation of IRGSC. read_sam_file () irgsctool.Models.read_sam_file(use_sam=None) This method reads the model parameters and results from the interpolated Kurucz or the Phoenix model files. use_sam is bool and decides which model file to be read. To use the interpolated Kurucz models, set use_sam = Kurucz . Similarly, use_sam = Phoenix to use interpolated Phoenix models. RAISES DESCRIPTION AttributeError if use_sam is None. FileNotFoundError if the model files are not found. select_sam_range ( teff_range = None , logg_range = None , feh_range = None ) irgsctool.Models.select_sam_range(teff_range=None, logg_range=None, feh_range=None, use_optimal_method=False) This method selects the range of the models to be used in the generation of IRGSC. If use_optimal_method is set to True, the following range of model parameters is selected: Model Name (T_{eff}) (K) log(g) (dex) [Fe/H] (dex) Phoenix (C1) 2800 - 5000 3.0 - 5.5 -5.0 - -1.5 Phoenix (C2) 2800 - 4000 0.0 - 3.0 -0.5 - 1.5 KuruczCastelli-Kurucz (K0) 4000 - 10000 --- --- RETURNS DESCRIPTION sam_params type: ndarray: Selected model parameters and model magnitudes to generate IRGSC RAISES DESCRIPTION TypreError if range of parameters is not given. GenerateIRGSC ( ra , dec ) The GenerateIRGSC class hosts method to generate a catalog of probable stellar sources in the PANSTARRS data with their computed magnitudes, astrometric information from GAIA DR3 data, best fitted model parameters and flags. generate_irgsc ( use_optimal_method = True ) irgsctool.GenerateIRGSC.generate_irgsc(use_optimal_method=True) This method finds the best fitting model to the observed colors of the stellar source. The best fitting model is chosen from a combination of Kurucz/Castelli-Kurucz and Phoenix synthetic spectra convolved with the PANSTARRS response function (or BANDPASS) which is integrated w.r.t. the wavelength and normalised to the product of the PANSTARRS response function and wavelength. This is also called as Effective Stimulus (ES). $$ ES = \\frac{\\int{F_{\\lambda}P_{\\lambda}{\\lambda} d{\\lambda}}}{\\int{P_{\\lambda}{\\lambda}d{\\lambda}}} $$ The spectra is obtained from pysynphot ( More information here ). RETURNS DESCRIPTION irgsc_data The generated IRGSC. ValidateIRGSC ( ra , dec ) The Validate class includes methods to validate the generated irgsc, generate a validated catalog and plot the comparison of the observed and computed NIR magnitudes. read_irgsc () irgsctool.validate.read_irgsc() This function reads the generated IRGSC for a given set of coordinates. RAISES DESCRIPTION FileNotFoundError This error arises if there is no generated IRGSC validate ( validate = None ) irgsctool.ValidateIRGSC.calidate(validate=True) This method compares the observed and computed NIR magnitudes for a given field. If this is set to True, the method first obtains the UKIDSS data for the given field. The output is a validated IRGSC and plots showing the comparison of the computed NIR magnitudes with the observed ones. RAISES DESCRIPTION ValueError if validate is False","title":"API"},{"location":"apireference.html#api-reference","text":"This page introduces to the classes and functions in the irgsctool package. The main class is the irgsc class which has several subclasses like GetData , ReadData , StarGalaxyClassification , ExtinctionCorrection , GenerateIRGSC , ValidateIRGSC . Figure (1) shows the UML diagram of the irgsctool package. Figure 1: The UML diagram of the irgsctool package.","title":"API Reference"},{"location":"apireference.html#irgsctool.irgsc","text":"Initialisation of parent irgsc class . This class has several child classes. This method described using input ra and dec. It checks whther the data from PANSTARRS DR2, UKISS DR11 and Gaia DR3 can be obtained. RAISES DESCRIPTION ValueError if the data is not available in UKIDSS or PANSTARRS 3-pi survey. The code will not proceed further. Warning if the data is not available in the Gaia DR3 survey. In the IRGSC, the Gaia values will be replaces with -999.","title":"irgsc"},{"location":"apireference.html#irgsctool._get_data.GetData","text":"GetData class contains methods to obtain PANSTARRS DR2 stacked optical photometry data, UKIDSS NIR observed data and GAIA DR3 astrometry data. The default search radius is 0.25 degrees due to the limitation of pyvo. The data retrieved is stored in .csv format with the name of the survey + str(ra) + str(dec) Examples: >>> irgsctool . GetData . get_panstarrs_data ( 0.0 , 0.0 ) 'PS1_RA_0_0_DEC_0_0.csv' >>> irgsctool . GetData . get_gaia_data ( 0.0 , 0.0 ) 'GAIA_RA_0_0_DEC_0_0.csv' >>> irgsctool . GetData . get_ukidss_data ( 0.0 , 0.0 ) 'UKIDSS_RA_0_0_DEC_0_0.csv'","title":"GetData"},{"location":"apireference.html#irgsctool._get_data.GetData.get_gaia_data","text":"irgsctool.GetData.get_gaia_data() This function sends a query to obtain GAIA DR3 data using the astroquery module. The ROW_LIMIT is set to -1 which implies that the query retriees all the rows in the given field.","title":"get_gaia_data()"},{"location":"apireference.html#irgsctool._get_data.GetData.get_panstarrs_data","text":"irgsctool.GetData.get_panstarrs_data() This function sends a query to obtain the PANSTARRS data from DR2 database. The query uses pyvo TAPService module for retrieving the data. The data is selected from StackObjectView db and the maximum search radius is 0.25 degrees.","title":"get_panstarrs_data()"},{"location":"apireference.html#irgsctool._get_data.GetData.get_ukidss_data","text":"irgsctool.GetData.get_ukidss_data() This function sends a query to obtain UKIDSS DR11 NIR data using astroquery. UKIDSS consists of five sub-surveys viz. UDS, GPS, GCS, DXS and LAS. The query loops over this surveys and retrieves the data for the given coordinates. The surveys which do not contain J and H band data, the function sends an alert. <\\justify>","title":"get_ukidss_data()"},{"location":"apireference.html#irgsctool._read_data.ReadData","text":"ReadData class contains methods to read the photometric data from PS1 DR2, GAIA DR3 and UKIDSS DR11.","title":"ReadData"},{"location":"apireference.html#irgsctool._read_data.ReadData.read_gaia_data","text":"Reads the input GAIA DR3 data. The number of columns are 12.","title":"read_gaia_data()"},{"location":"apireference.html#irgsctool._read_data.ReadData.read_nir_data","text":"Reads the input UKIDSS NIR data. The number of columns are 8. Returns the input optical data with nan values removed (if present) and restricts the data to the sources having SNR >= 5. Some regions do not have J or H band data especially DXS or GCS surveys. For these regions, only K band data is imported.","title":"read_nir_data()"},{"location":"apireference.html#irgsctool._read_data.ReadData.read_optical_data","text":"","title":"read_optical_data()"},{"location":"apireference.html#irgsctool._read_data.ReadData.read_optical_data--irgsctoolreaddataread_optical_data","text":"This function reads the input optical PANSTARRS data. The number of columns in the input file are 32. After reading the input data, this function filters it for nan values (if present) and restricts the data to the sources having detection in all the five bands and that have SNR atleast 5. This data is then fed to the Star-Galaxy classification routine to seperate stars and galaxies in the data. <\\justify> RAISES DESCRIPTION FileNotFoundError if the optical input data file is not available.","title":"irgsctool.ReadData.read_optical_data()"},{"location":"apireference.html#irgsctool._sgc.StarGalaxyClassification","text":"StarGalaxyClassification class contains star_galaxy_classification() method which is used to seperate the stars and galaxies in the PANSTARRS optical data.","title":"StarGalaxyClassification"},{"location":"apireference.html#irgsctool._sgc.StarGalaxyClassification.star_galaxy_classification","text":"irgsctool.StarGalaxyClassification.star_galaxy_classification() This method is used to seperate stars and galaxies using the condition applied to all the five optical filters: $$ (psf-kron) < 0.05 $$ This relation filters the input optical data for only probable stellar sources. The (psf-kron) diagram showing stars and galaxies in the data as well as (g-r) vs (r-i) CCD is also plotted by this method. RETURNS DESCRIPTION ndarray PANSTARRS data containing most probable stellar sources","title":"star_galaxy_classification()"},{"location":"apireference.html#irgsctool._extinction_correction.ExtinctionCorrection","text":"ExtinctionCorrection class has two methods; one to obtain the reddening and NIR extinction coefficients, while the other to correct the PANSTARRS data for extinction in each optical filter.","title":"ExtinctionCorrection"},{"location":"apireference.html#irgsctool._extinction_correction.ExtinctionCorrection.extinction_corrected_photometry","text":"irgsctool.ExtinctionCorrection.extinction_correctdd_photometry() This method corrects the input optical PANSTARRS data for reddening and extinction along the line of site. RETURNS DESCRIPTION ndarray Extinction corrected PANSTARRS optical photometry.","title":"extinction_corrected_photometry()"},{"location":"apireference.html#irgsctool._extinction_correction.ExtinctionCorrection.get_reddening","text":"irgsctool.ExtinctionCorrection.get_reddening() This method obtains the reddening value for a given set of input coordinates from Schelgel et.al. 1998 (sfd) reddening map. irgsctool uses Schlafly & Finkbeiner 2011 (snf) reddening map which is snf = 0.86*sfd. RAISES DESCRIPTION FileNotFoundError if the sfd files are not present. RETURNS DESCRIPTION ebv Reddening from Schlafly & Finkbeiner 2011 err_ebv Uncertinty in reddening aj J-band extinction coefficient. ah H-band extinction coefficient. ak K-band extinction coefficient.","title":"get_reddening()"},{"location":"apireference.html#irgsctool._sam.Models","text":"Models class reads and selects the required Kurucz and Phoenix stellar atmospheric models in the generation of IRGSC.","title":"Models"},{"location":"apireference.html#irgsctool._sam.Models.read_sam_file","text":"irgsctool.Models.read_sam_file(use_sam=None) This method reads the model parameters and results from the interpolated Kurucz or the Phoenix model files. use_sam is bool and decides which model file to be read. To use the interpolated Kurucz models, set use_sam = Kurucz . Similarly, use_sam = Phoenix to use interpolated Phoenix models. RAISES DESCRIPTION AttributeError if use_sam is None. FileNotFoundError if the model files are not found.","title":"read_sam_file()"},{"location":"apireference.html#irgsctool._sam.Models.select_sam_range","text":"irgsctool.Models.select_sam_range(teff_range=None, logg_range=None, feh_range=None, use_optimal_method=False) This method selects the range of the models to be used in the generation of IRGSC. If use_optimal_method is set to True, the following range of model parameters is selected: Model Name (T_{eff}) (K) log(g) (dex) [Fe/H] (dex) Phoenix (C1) 2800 - 5000 3.0 - 5.5 -5.0 - -1.5 Phoenix (C2) 2800 - 4000 0.0 - 3.0 -0.5 - 1.5 KuruczCastelli-Kurucz (K0) 4000 - 10000 --- --- RETURNS DESCRIPTION sam_params type: ndarray: Selected model parameters and model magnitudes to generate IRGSC RAISES DESCRIPTION TypreError if range of parameters is not given.","title":"select_sam_range()"},{"location":"apireference.html#irgsctool._fitting.GenerateIRGSC","text":"The GenerateIRGSC class hosts method to generate a catalog of probable stellar sources in the PANSTARRS data with their computed magnitudes, astrometric information from GAIA DR3 data, best fitted model parameters and flags.","title":"GenerateIRGSC"},{"location":"apireference.html#irgsctool._fitting.GenerateIRGSC.generate_irgsc","text":"irgsctool.GenerateIRGSC.generate_irgsc(use_optimal_method=True) This method finds the best fitting model to the observed colors of the stellar source. The best fitting model is chosen from a combination of Kurucz/Castelli-Kurucz and Phoenix synthetic spectra convolved with the PANSTARRS response function (or BANDPASS) which is integrated w.r.t. the wavelength and normalised to the product of the PANSTARRS response function and wavelength. This is also called as Effective Stimulus (ES). $$ ES = \\frac{\\int{F_{\\lambda}P_{\\lambda}{\\lambda} d{\\lambda}}}{\\int{P_{\\lambda}{\\lambda}d{\\lambda}}} $$ The spectra is obtained from pysynphot ( More information here ). RETURNS DESCRIPTION irgsc_data The generated IRGSC.","title":"generate_irgsc()"},{"location":"apireference.html#irgsctool._validate.ValidateIRGSC","text":"The Validate class includes methods to validate the generated irgsc, generate a validated catalog and plot the comparison of the observed and computed NIR magnitudes.","title":"ValidateIRGSC"},{"location":"apireference.html#irgsctool._validate.ValidateIRGSC.read_irgsc","text":"irgsctool.validate.read_irgsc() This function reads the generated IRGSC for a given set of coordinates. RAISES DESCRIPTION FileNotFoundError This error arises if there is no generated IRGSC","title":"read_irgsc()"},{"location":"apireference.html#irgsctool._validate.ValidateIRGSC.validate","text":"irgsctool.ValidateIRGSC.calidate(validate=True) This method compares the observed and computed NIR magnitudes for a given field. If this is set to True, the method first obtains the UKIDSS data for the given field. The output is a validated IRGSC and plots showing the comparison of the computed NIR magnitudes with the observed ones. RAISES DESCRIPTION ValueError if validate is False","title":"validate()"},{"location":"license.html","text":"License","title":"License"},{"location":"license.html#license","text":"","title":"License"},{"location":"tutorials.html","text":"irgsctool - tutorials 1. Generating IRGSC for a given set of coordinates from irgsctool import GenerateIRGSC gc = GenerateIRGSC ( ra = 0.0 , dec = 0.0 ) gc . generate_irgsc () This results in a catalog file: 'IRGSC_R_A_0_0_DEC_0_0.csv' that contains probable stellar sources in 0.25 degrees radius around the input coordinates. The following plots are also generated: Figure 1: The generated plot shows a color-color diagram where stars follow the magenta locus and the galaxies are randomly scattered. Figure 2: The (psf-kron) relation of the sources plotted on the y-axis w.r.t i-psf on the x-axis. The galaxies form a random scatter while the stellar point sources are below 0.05 on the y-axis. Figure 3: A histogram showing the depth of PANSTARRS data when only i-band observations are considered. This is sufficient depth to upto J = 22 mags in the IRGSC. Figure 4: The figure shows the histogram of the sources that are detected in all the five filters of the PANSTARRS. The condition in the generation of IRGSC that the sources must have detection in all the filters reduces the depth of the input optical data. 2. Validating the IRGSC from irgsctool import ValidateIRGSC vd = ValidateIRGSC ( 0.0 , 0.0 ) vd . validate ( validate = True ) This results in the validated catalog file: validated_IRGSC_R_A_0_0_DEC_0_0.csv' that contains additional information about the observed NIR data and the comparison between the observed and computed NIR data. This comparison when plotted appears as shown in Figure (5,6,7). Figure 5: The figure shows the comparison of the computed and observed J band magnitudes. Figure 6: The figure shows the comparison of the computed and observed J band magnitudes. Figure 7: The figure shows the comparison of the computed and observed J band magnitudes.","title":"Tutorials"},{"location":"tutorials.html#irgsctool-tutorials","text":"","title":"irgsctool - tutorials"},{"location":"tutorials.html#1-generating-irgsc-for-a-given-set-of-coordinates","text":"from irgsctool import GenerateIRGSC gc = GenerateIRGSC ( ra = 0.0 , dec = 0.0 ) gc . generate_irgsc () This results in a catalog file: 'IRGSC_R_A_0_0_DEC_0_0.csv' that contains probable stellar sources in 0.25 degrees radius around the input coordinates. The following plots are also generated: Figure 1: The generated plot shows a color-color diagram where stars follow the magenta locus and the galaxies are randomly scattered. Figure 2: The (psf-kron) relation of the sources plotted on the y-axis w.r.t i-psf on the x-axis. The galaxies form a random scatter while the stellar point sources are below 0.05 on the y-axis. Figure 3: A histogram showing the depth of PANSTARRS data when only i-band observations are considered. This is sufficient depth to upto J = 22 mags in the IRGSC. Figure 4: The figure shows the histogram of the sources that are detected in all the five filters of the PANSTARRS. The condition in the generation of IRGSC that the sources must have detection in all the filters reduces the depth of the input optical data.","title":"1. Generating IRGSC for a given set of coordinates"},{"location":"tutorials.html#2-validating-the-irgsc","text":"from irgsctool import ValidateIRGSC vd = ValidateIRGSC ( 0.0 , 0.0 ) vd . validate ( validate = True ) This results in the validated catalog file: validated_IRGSC_R_A_0_0_DEC_0_0.csv' that contains additional information about the observed NIR data and the comparison between the observed and computed NIR data. This comparison when plotted appears as shown in Figure (5,6,7). Figure 5: The figure shows the comparison of the computed and observed J band magnitudes. Figure 6: The figure shows the comparison of the computed and observed J band magnitudes. Figure 7: The figure shows the comparison of the computed and observed J band magnitudes.","title":"2. Validating the IRGSC"}]} \ No newline at end of file +{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":false,"separator":"[\\s\\-]+"},"docs":[{"location":"index.html","text":"irgsctool Getting Started This package is a tool to generate the catalog of Natural Guide Stars (NGS) based on the requirements of the NFIRAOS, the facility Adaptive Optics system on the Thirty Meter Telescope (TMT). This tool obtains the optical data from PANSTARRS DR2 and generates a catalog of the computed Near-Infrared (NIR) magnitudes. There is also an option in this tool to validate the computed NIR magnitudes using the readily available NIR observed data from UKIDSS DR11 (in the regions where the UKIDSS data is available.) Installation This package can be installed in two ways: 1. Using pip In a fresh environment, enter the following command pip install irgsctool 2. Uing .zip file on GitHub here After downloading the .zip file, unzip it into a directory and type pip install . This will install irgsctool locally in your system. 3. Using the Development version from GitHub: Open the terminal in your system and run: pip install git+https://github.com/tmtsoftware/dms-irgsc@main This will also install the package locally in your system.","title":"Home"},{"location":"index.html#irgsctool","text":"","title":"irgsctool"},{"location":"index.html#getting-started","text":"This package is a tool to generate the catalog of Natural Guide Stars (NGS) based on the requirements of the NFIRAOS, the facility Adaptive Optics system on the Thirty Meter Telescope (TMT). This tool obtains the optical data from PANSTARRS DR2 and generates a catalog of the computed Near-Infrared (NIR) magnitudes. There is also an option in this tool to validate the computed NIR magnitudes using the readily available NIR observed data from UKIDSS DR11 (in the regions where the UKIDSS data is available.)","title":"Getting Started"},{"location":"index.html#installation","text":"This package can be installed in two ways:","title":"Installation"},{"location":"index.html#1-using-pip","text":"In a fresh environment, enter the following command pip install irgsctool","title":"1. Using pip"},{"location":"index.html#2-uing-zip-file-on-github-here","text":"After downloading the .zip file, unzip it into a directory and type pip install . This will install irgsctool locally in your system.","title":"2. Uing .zip file on GitHub here"},{"location":"index.html#3-using-the-development-version-from-github","text":"Open the terminal in your system and run: pip install git+https://github.com/tmtsoftware/dms-irgsc@main This will also install the package locally in your system.","title":"3. Using the Development version from GitHub:"},{"location":"about.html","text":"About irgsctool irgsctool is a Python package to generate the catalog of NIR guide stars for Adaptive Optics (AO) observations of the Thirty Meter Telescope (TMT). The module computes the NIR magnitudes of the optical sources in the PANSTARRS data. Motivation to generate irgsctool The performance of any ground-based optical/near-infrared (NIR) telescope is affected by the turbulence in the atmosphere of Earth. When the light from a distant astronomical source passes through Earth's turbulent atmosphere, it distorts the wavefront of the light. These distortions make the science images appear fuzzy/blurry. To improve the performance of the ground-based optical/NIR telescopes by compensating for the effects of wavefront distortions, astronomers use a technique known as Adaptive Optics (AO). An AO system tries to correct the distortions using a WaveFront Sensor (WFS), which takes some of the astronomical light, a deformable mirror that lies in the optical path, and a computer that receives input from the detector (Refer Figure: (1)). Figure 1: A conceptual image of the working of an AO system. A WFS is a high-speed camera that detects the deformity in the incoming light several thousand times per second. After measuring the deformity, the WFS sends feedback to the system-controlling computer, which then changes the shape of the deformable mirror so that the light eventually becomes distortion-free. This distortion-free light is then fed to the science instruments in the telescopes to obtain high-quality images with a spatial resolution close to the theoretical diffraction limit. A science target to be studied is often too faint or extended to be used as a reference for measuring the shape of the incident wave-fronts. Instead, a nearby brighter guide star can be used for distortion correction. But, sufficiently bright stars are not available in all parts of the sky, which significantly limits the usefulness of natural guide star AO. This limitation can be overcome by creating an artificial guide star by shining a laser into the mesosphere and creating an asterism. However, much fainter natural reference stars are still required for image position or tip/tilt correction. The Thirty Meter Telescope (TMT) is one of the largest optical and near-infrared (NIR) ground-based telescopes to be built, and the first light is expected in the next decade. The first light NIR instruments of TMT will be assisted by a multi-conjugate AO instrument, known as Narrow Field Infrared Adaptive Optics System (NFIRAOS) (see Figure: (2)). NFIRAOS will have a field of view (FOV) of 2-arcmin diameter and will use laser guide stars (LGS) for distortion correction. However, it will require three or more natural guide stars for tip/tilt correction. A catalog of guide stars will thus be a critical resource for TMT operations. It will enable efficient planning and observations, fulfilling a role similar to that of the Guide Star Catalogs I and II, which were created to allow for the acquisition and control of the Hubble Space Telescope. The TMT Infrared Guide Star Catalog (TMT-IRGSC) should be a star catalog consisting of point sources with NIR (J, H, Ks) magnitudes as faint as 22 mag in the J band in the Vega system covering the entire TMT-observable sky. No catalog currently exists with objects as faint as J_Vega = 22 mag over the entire TMT observable sky to be used as a guide star catalog. Hence it is essential to develop this catalog by computing the expected NIR magnitudes of stellar sources identified in various optical sky surveys using their optical magnitudes. Figure 2: A rendered image of the facility AO system on TMT - NFIRAOS. Nature of the generated catalog The IRGSC generated has various information about the sources shown in the following Table. This table describes the columns in the IRGSC generated for a particular test field. The details of the flags, e.g., infoflags, filterflags, and qualityflags can be found here . These flags indicate various values assigned to the source by the PANSTARRS team, which gives further information about the nature of the source and the quality of its detection, which can help understand more about a particular object of interest. It is to be noted that although this package relies on the PANSTARRS StackObjectView table, the Right Ascension and Declination of the source is obtained from the mean photometric information as they are well calibrated using Gaia DR2. Column Name Description Data Type PS1_ObjID Source identifier in the PANSTARRS data float PS1_ra Right Ascencion of the source in the PANSTARRS DR2 weighted mean photometry float PS1_ra_error Uncertainty in PS1_ra float PS1_dec Declination of the source in the PANSTARRS DR2 weighted mean photometry float PS1_dec_error Uncertainty in the PS1_dec float PS1_gpsf psf magnitude of the source in the g-band stacked photometry float PS1_gpsf Uncertainty in PS1_gpsf PS1_rpsf psf magnitude of the source in the r-band stacked photometry float PS1_rpsf Uncertainty in PS1_rpsf float PS1_ipsf psf magnitude of the source in the i-band stacked photometry float PS1_ipsf Uncertainty in PS1_ipsf float PS1_zpsf psf magnitude of the source in the z-band stacked photometry float PS1_zpsf Uncertainty in PS1_zpsf float PS1_ypsf psf magnitude of the source in the y-band stacked photometry float PS1_ypsf Uncertainty in PS1_ypsf float SAM_Name Name of the best-fitted Stellar Atmospheric Model (SAM) string Teff Best-fitted model parameter: Teff float logg Best-fitted model parameter: log(g) float [Fe/H] Best-fitted model parameter: [Fe/H] float sam_g Best-fitted model magnitudes in PANSTARRS g-filter float sam_r Best-fitted model magnitudes in PANSTARRS r-filter float sam_i Best-fitted model magnitudes in PANSTARRS i-filter float sam_z Best-fitted model magnitudes in PANSTARRS z-filter float sam_y Best-fitted model magnitudes in PANSTARRS y-filter float sam_j Best-fitted model magnitudes in PANSTARRS j-filter float sam_h Best-fitted model magnitudes in PANSTARRS h-filter float sam_k Best-fitted model magnitudes in PANSTARRS k-filter float scale factor The scale factor computed after fitting the SAM float scale factor error Error in the computed scale factor float d_dev The parameter denoting the goodness-of-fit float Computed J The computed J magnitude in the Vega system float Computed J error Error in computed J magnitude float Computed H The computed H magnitude in the Vega system float Computed H error Error in computed H magnitude float Computed K The computed K magnitude in the Vega system float Computed K error Error in computed K magnitude float gaia source id Source identifier in Gaia DR3 float gaia ra Right Ascension of the source in Gaia DR3 catalog float gaia ra error Uncertainty in gaia ra float gaia dec Declination of the source in Gaia DR3 catalog float gaia dec error Uncertainty in gaia dec float gaia parallax Parallax (mas) of the source in the Gaia DR3 catalog float gaia parallax error Uncertainty in gaia parallax float gaia pm pm of the source (mas/yr) in Gaia DR3 catalog float gaia pm ra pm of the source along R.A. axis in the Gaia DR3 catalog float gaia pm ra error Uncertainty gaia pm ra float gaia pm dec pm of the source along Dec. axis in the Gaia DR3 catalog float gaia pm dec error Uncertainty gaia pm dec float gaia ruwe Renormalised Unit Weight Error flag of the source in Gaia DR3 float objinfoflag These flag values of the source in PANSTARRS data specify whether the object is a QSO, transient, asteroid, extended, a known solar system object, etc. in nature float objqualityflag These flag values denote if an object is real or a possible false positive float ndetections The number of times something is detected from the individual exposures float nstackdetections The number of stack detections after which the stack photometric measurements are done float ginfoflag These flags indicate the details of the g filter stack photometry float ginfoflag2 These flags indicate the details of the g filter stack photometry float ginfoflag3 These flags indicate the details of the g filter stack photometry float rinfoflag These flags indicate the details of the r filter stack photometry float rinfoflag2 These flags indicate the details of the r filter stack photometry float rinfoflag3 These flags indicate the details of the r filter stack photometry float iinfoflag These flags indicate the details of the i filter stack photometry float iinfoflag2 These flags indicate the details of the i filter stack photometry float iinfoflag3 These flags indicate the details of the i filter stack photometry float zinfoflag These flags indicate the details of the z filter stack photometry float zinfoflag2 These flags indicate the details of the z filter stack photometry float zinfoflag3 These flags indicate the details of the z filter stack photometry float yinfoflag These flags indicate the details of the y filter stack photometry float yinfoflag2 These flags indicate the details of the y filter stack photometry float yinfoflag3 These flags indicate the details of the y filter stack photometry float SAM The name of the best-fitted Stellar Atmospheric Model (SAM) string Application of irgsctool on fields The method developed for the generation of IRGSC has applied on twenty test fields (shown in the following table) across the sky. The generaed IRGSC is also valiated using the UKIDSS data available for those fields and the generated as well as validated catalog for these fields can be found in the generated_irgsc directory. In addition to the twenty test fields, additional ten catalogs are provided for the PANSTARRS Medium Deep Survey (MDS) Fields more information available here . Out of eleven MDS fields, one field coincides with M31. Hence it is skipped here since the MDS data is not publically released by the PANSTARRS, the optical data to generate the IRGSC for these fields is been taken from the 3-pi PANSTARRS survey. In case of validation using the UKIDSS observed NIR data, certain fields have observations in only one or two out of the J, H and K bands. This package takes care of these issues and validates the generated IRGSC using the available band data. R.A. Decl. l b E(B-V) 227.26 0.0 359.27 47.24 0.04 335.00 -1.25 61.96 -45.43 0.07 60.00 1.25 188.72 -36.53 0.26 30.00 0.50 156.53 -57.82 0.02 11.16 7.83 120.00 -55.00 0.04 225.53 2.19 0.00 50.00 0.04 269.93 -13.48 15.00 5.00 0.98 334.80 50.96 100.00 -5.00 0.28 324.09 51.47 95.00 -0.50 2.48 298.02 34.02 70.00 3.00 1.01 0.00 0.00 96.33 -60.18 0.02 34.50 -5.16 169.97 -59.87 0.01 36.25 -4.50 171.65 -58.22 0.02 164.25 57.66 148.39 53.43 0.04 66.75 15.86 180.08 -22.32 0.58 82.25 -2.60 205.62 -19.48 0.62 189.83 0.00 296.33 62.71 0.01 150.25 10.00 227.71 46.40 0.03 15.0 0.90 127.47 -61.89 0.02 35.0 -3.50 168.62 -58.28 0.01","title":"About"},{"location":"about.html#about-irgsctool","text":"irgsctool is a Python package to generate the catalog of NIR guide stars for Adaptive Optics (AO) observations of the Thirty Meter Telescope (TMT). The module computes the NIR magnitudes of the optical sources in the PANSTARRS data.","title":"About irgsctool"},{"location":"about.html#motivation-to-generate-irgsctool","text":"The performance of any ground-based optical/near-infrared (NIR) telescope is affected by the turbulence in the atmosphere of Earth. When the light from a distant astronomical source passes through Earth's turbulent atmosphere, it distorts the wavefront of the light. These distortions make the science images appear fuzzy/blurry. To improve the performance of the ground-based optical/NIR telescopes by compensating for the effects of wavefront distortions, astronomers use a technique known as Adaptive Optics (AO). An AO system tries to correct the distortions using a WaveFront Sensor (WFS), which takes some of the astronomical light, a deformable mirror that lies in the optical path, and a computer that receives input from the detector (Refer Figure: (1)). Figure 1: A conceptual image of the working of an AO system. A WFS is a high-speed camera that detects the deformity in the incoming light several thousand times per second. After measuring the deformity, the WFS sends feedback to the system-controlling computer, which then changes the shape of the deformable mirror so that the light eventually becomes distortion-free. This distortion-free light is then fed to the science instruments in the telescopes to obtain high-quality images with a spatial resolution close to the theoretical diffraction limit. A science target to be studied is often too faint or extended to be used as a reference for measuring the shape of the incident wave-fronts. Instead, a nearby brighter guide star can be used for distortion correction. But, sufficiently bright stars are not available in all parts of the sky, which significantly limits the usefulness of natural guide star AO. This limitation can be overcome by creating an artificial guide star by shining a laser into the mesosphere and creating an asterism. However, much fainter natural reference stars are still required for image position or tip/tilt correction. The Thirty Meter Telescope (TMT) is one of the largest optical and near-infrared (NIR) ground-based telescopes to be built, and the first light is expected in the next decade. The first light NIR instruments of TMT will be assisted by a multi-conjugate AO instrument, known as Narrow Field Infrared Adaptive Optics System (NFIRAOS) (see Figure: (2)). NFIRAOS will have a field of view (FOV) of 2-arcmin diameter and will use laser guide stars (LGS) for distortion correction. However, it will require three or more natural guide stars for tip/tilt correction. A catalog of guide stars will thus be a critical resource for TMT operations. It will enable efficient planning and observations, fulfilling a role similar to that of the Guide Star Catalogs I and II, which were created to allow for the acquisition and control of the Hubble Space Telescope. The TMT Infrared Guide Star Catalog (TMT-IRGSC) should be a star catalog consisting of point sources with NIR (J, H, Ks) magnitudes as faint as 22 mag in the J band in the Vega system covering the entire TMT-observable sky. No catalog currently exists with objects as faint as J_Vega = 22 mag over the entire TMT observable sky to be used as a guide star catalog. Hence it is essential to develop this catalog by computing the expected NIR magnitudes of stellar sources identified in various optical sky surveys using their optical magnitudes. Figure 2: A rendered image of the facility AO system on TMT - NFIRAOS.","title":"Motivation to generate irgsctool"},{"location":"about.html#nature-of-the-generated-catalog","text":"The IRGSC generated has various information about the sources shown in the following Table. This table describes the columns in the IRGSC generated for a particular test field. The details of the flags, e.g., infoflags, filterflags, and qualityflags can be found here . These flags indicate various values assigned to the source by the PANSTARRS team, which gives further information about the nature of the source and the quality of its detection, which can help understand more about a particular object of interest. It is to be noted that although this package relies on the PANSTARRS StackObjectView table, the Right Ascension and Declination of the source is obtained from the mean photometric information as they are well calibrated using Gaia DR2. Column Name Description Data Type PS1_ObjID Source identifier in the PANSTARRS data float PS1_ra Right Ascencion of the source in the PANSTARRS DR2 weighted mean photometry float PS1_ra_error Uncertainty in PS1_ra float PS1_dec Declination of the source in the PANSTARRS DR2 weighted mean photometry float PS1_dec_error Uncertainty in the PS1_dec float PS1_gpsf psf magnitude of the source in the g-band stacked photometry float PS1_gpsf Uncertainty in PS1_gpsf PS1_rpsf psf magnitude of the source in the r-band stacked photometry float PS1_rpsf Uncertainty in PS1_rpsf float PS1_ipsf psf magnitude of the source in the i-band stacked photometry float PS1_ipsf Uncertainty in PS1_ipsf float PS1_zpsf psf magnitude of the source in the z-band stacked photometry float PS1_zpsf Uncertainty in PS1_zpsf float PS1_ypsf psf magnitude of the source in the y-band stacked photometry float PS1_ypsf Uncertainty in PS1_ypsf float SAM_Name Name of the best-fitted Stellar Atmospheric Model (SAM) string Teff Best-fitted model parameter: Teff float logg Best-fitted model parameter: log(g) float [Fe/H] Best-fitted model parameter: [Fe/H] float sam_g Best-fitted model magnitudes in PANSTARRS g-filter float sam_r Best-fitted model magnitudes in PANSTARRS r-filter float sam_i Best-fitted model magnitudes in PANSTARRS i-filter float sam_z Best-fitted model magnitudes in PANSTARRS z-filter float sam_y Best-fitted model magnitudes in PANSTARRS y-filter float sam_j Best-fitted model magnitudes in PANSTARRS j-filter float sam_h Best-fitted model magnitudes in PANSTARRS h-filter float sam_k Best-fitted model magnitudes in PANSTARRS k-filter float scale factor The scale factor computed after fitting the SAM float scale factor error Error in the computed scale factor float d_dev The parameter denoting the goodness-of-fit float Computed J The computed J magnitude in the Vega system float Computed J error Error in computed J magnitude float Computed H The computed H magnitude in the Vega system float Computed H error Error in computed H magnitude float Computed K The computed K magnitude in the Vega system float Computed K error Error in computed K magnitude float gaia source id Source identifier in Gaia DR3 float gaia ra Right Ascension of the source in Gaia DR3 catalog float gaia ra error Uncertainty in gaia ra float gaia dec Declination of the source in Gaia DR3 catalog float gaia dec error Uncertainty in gaia dec float gaia parallax Parallax (mas) of the source in the Gaia DR3 catalog float gaia parallax error Uncertainty in gaia parallax float gaia pm pm of the source (mas/yr) in Gaia DR3 catalog float gaia pm ra pm of the source along R.A. axis in the Gaia DR3 catalog float gaia pm ra error Uncertainty gaia pm ra float gaia pm dec pm of the source along Dec. axis in the Gaia DR3 catalog float gaia pm dec error Uncertainty gaia pm dec float gaia ruwe Renormalised Unit Weight Error flag of the source in Gaia DR3 float objinfoflag These flag values of the source in PANSTARRS data specify whether the object is a QSO, transient, asteroid, extended, a known solar system object, etc. in nature float objqualityflag These flag values denote if an object is real or a possible false positive float ndetections The number of times something is detected from the individual exposures float nstackdetections The number of stack detections after which the stack photometric measurements are done float ginfoflag These flags indicate the details of the g filter stack photometry float ginfoflag2 These flags indicate the details of the g filter stack photometry float ginfoflag3 These flags indicate the details of the g filter stack photometry float rinfoflag These flags indicate the details of the r filter stack photometry float rinfoflag2 These flags indicate the details of the r filter stack photometry float rinfoflag3 These flags indicate the details of the r filter stack photometry float iinfoflag These flags indicate the details of the i filter stack photometry float iinfoflag2 These flags indicate the details of the i filter stack photometry float iinfoflag3 These flags indicate the details of the i filter stack photometry float zinfoflag These flags indicate the details of the z filter stack photometry float zinfoflag2 These flags indicate the details of the z filter stack photometry float zinfoflag3 These flags indicate the details of the z filter stack photometry float yinfoflag These flags indicate the details of the y filter stack photometry float yinfoflag2 These flags indicate the details of the y filter stack photometry float yinfoflag3 These flags indicate the details of the y filter stack photometry float SAM The name of the best-fitted Stellar Atmospheric Model (SAM) string","title":"Nature of the generated catalog"},{"location":"about.html#application-of-irgsctool-on-fields","text":"The method developed for the generation of IRGSC has applied on twenty test fields (shown in the following table) across the sky. The generaed IRGSC is also valiated using the UKIDSS data available for those fields and the generated as well as validated catalog for these fields can be found in the generated_irgsc directory. In addition to the twenty test fields, additional ten catalogs are provided for the PANSTARRS Medium Deep Survey (MDS) Fields more information available here . Out of eleven MDS fields, one field coincides with M31. Hence it is skipped here since the MDS data is not publically released by the PANSTARRS, the optical data to generate the IRGSC for these fields is been taken from the 3-pi PANSTARRS survey. In case of validation using the UKIDSS observed NIR data, certain fields have observations in only one or two out of the J, H and K bands. This package takes care of these issues and validates the generated IRGSC using the available band data. R.A. Decl. l b E(B-V) 227.26 0.0 359.27 47.24 0.04 335.00 -1.25 61.96 -45.43 0.07 60.00 1.25 188.72 -36.53 0.26 30.00 0.50 156.53 -57.82 0.02 11.16 7.83 120.00 -55.00 0.04 225.53 2.19 0.00 50.00 0.04 269.93 -13.48 15.00 5.00 0.98 334.80 50.96 100.00 -5.00 0.28 324.09 51.47 95.00 -0.50 2.48 298.02 34.02 70.00 3.00 1.01 0.00 0.00 96.33 -60.18 0.02 34.50 -5.16 169.97 -59.87 0.01 36.25 -4.50 171.65 -58.22 0.02 164.25 57.66 148.39 53.43 0.04 66.75 15.86 180.08 -22.32 0.58 82.25 -2.60 205.62 -19.48 0.62 189.83 0.00 296.33 62.71 0.01 150.25 10.00 227.71 46.40 0.03 15.0 0.90 127.47 -61.89 0.02 35.0 -3.50 168.62 -58.28 0.01","title":"Application of irgsctool on fields"},{"location":"acknowledgements.html","text":"Please add the following acknowledgment if you use our package in your work. \"This work has made use of Infrared Guide Star Catalog (IRGSC) developed as a part of the Thirty Meter Telescope (TMT) project.\" If you have any questions or suggestions for improvements to this repo, please email: sarang.itcc@iiap.res.in","title":"Acknowledgements"},{"location":"apireference.html","text":"API Reference This page introduces to the classes and functions in the irgsctool package. The main class is the irgsc class which has several subclasses like GetData , ReadData , StarGalaxyClassification , ExtinctionCorrection , GenerateIRGSC , ValidateIRGSC . Figure (1) shows the UML diagram of the irgsctool package. Figure 1: The UML diagram of the irgsctool package. irgsc ( ra , dec , validate = None ) Initialisation of child irgsc class . This class has several child classes. This method described using input ra and dec. It checks whther the data from PANSTARRS DR2, UKISS DR11 and Gaia DR3 can be obtained. RAISES DESCRIPTION ValueError if the data is not available in UKIDSS or PANSTARRS 3-pi survey. The code will not proceed further. Warning if the data is not available in the Gaia DR3 survey. In the IRGSC, the Gaia values will be replaces with -999. GetData ( ra , dec ) GetData class contains methods to obtain PANSTARRS DR2 stacked optical photometry data, UKIDSS NIR observed data and GAIA DR3 astrometry data. The default search radius is 0.25 degrees due to the limitation of pyvo. The data retrieved is stored in .csv format with the name of the survey + str(ra) + str(dec) Examples: >>> irgsctool . GetData . get_panstarrs_data ( 0.0 , 0.0 ) 'PS1_RA_0_0_DEC_0_0.csv' >>> irgsctool . GetData . get_gaia_data ( 0.0 , 0.0 ) 'GAIA_RA_0_0_DEC_0_0.csv' >>> irgsctool . GetData . get_ukidss_data ( 0.0 , 0.0 ) 'UKIDSS_RA_0_0_DEC_0_0.csv' get_gaia_data () irgsctool.GetData.get_gaia_data() This function sends a query to obtain GAIA DR3 data using the astroquery module. The ROW_LIMIT is set to -1 which implies that the query retriees all the rows in the given field. get_panstarrs_data () irgsctool.GetData.get_panstarrs_data() This function sends a query to obtain the PANSTARRS data from DR2 database. The query uses pyvo TAPService module for retrieving the data. The data is selected from StackObjectView db and the maximum search radius is 0.25 degrees. get_ukidss_data () irgsctool.GetData.get_ukidss_data() This function sends a query to obtain UKIDSS DR11 NIR data using astroquery. UKIDSS consists of five sub-surveys viz. UDS, GPS, GCS, DXS and LAS. The query loops over this surveys and retrieves the data for the given coordinates. The surveys which do not contain J and H band data, the function sends an alert. <\\justify> ReadData ( ra , dec ) ReadData class contains methods to read the photometric data from PS1 DR2, GAIA DR3 and UKIDSS DR11. read_gaia_data () `irgsctool.ReadData.read_gaia_data()` This method reads the input GAIA DR3 data. The number of columns are 12. The format of the input file if the data is obtained externally is 'GAIA' + '_' + 'RA'+str(ra) + 'DEC' + str(dec)+'.csv' RAISES DESCRIPTION ValueError This error is raised when there are no observations in Gaia database. RETURNS DESCRIPTION gaia_data A multi-dimensional array of gaia sourced_id, astrometry, and ruwe. read_nir_data () `irgsctool.ReadData.read_nir_data()` Reads the input UKIDSS NIR data. The number of columns are 8. Some regions do not have J or H band data especially DXS or GCS surveys. For these regions, only K band data is obtained. This method filters the data for nan values and selects the sources that have SNR>5 and plots the histogram of the NIR magnitudes available. The format of the input file if the data is obtained externally is 'UKIDSS'+'_'+'RA'+str(ra)+'DEC'+ str(dec)+'.csv' Raises: ValueError: This error is raised when there are no observations available in UKIDSS database. RETURNS DESCRIPTION nir_data A multi-dimensional data of observed UKIDSS NIR sources that have SNR>5. Also plots a histogram of UKIDSS data. read_optical_data () irgsctool.ReadData.read_optical_data() This function reads the input optical PANSTARRS data. The number of columns in the input file are 32. After reading the input data, this function filters it for nan values (if present) and restricts the data to the sources having detection in all the five bands and that have SNR atleast 5. This data is then fed to the Star-Galaxy classification routine to seperate stars and galaxies in the data. The format of the input file if the data is obtained externally is 'PS1' + '_' + 'RA'+str(ra) + 'DEC' + str(dec)+'.csv' RAISES DESCRIPTION FileNotFoundError if the optical input data file is not available. RETURNS DESCRIPTION filtered_optical_data A multi-dimensional array consisting of optical panstarrs stack photometry in five bands which is free from nan values and duplicate sources. StarGalaxyClassification ( ra , dec ) StarGalaxyClassification class contains star_galaxy_classification() method which is used to seperate the stars and galaxies in the PANSTARRS optical data. star_galaxy_classification () irgsctool.StarGalaxyClassification.star_galaxy_classification() This method is used to seperate stars and galaxies using the condition applied to all the five optical filters: $$ (psf-kron) < 0.05 $$ This relation filters the input optical data for only probable stellar sources. The (psf-kron) diagram showing stars and galaxies in the data as well as (g-r) vs (r-i) CCD is also plotted by this method. RETURNS DESCRIPTION A multi-dimensional array of the PANSTARRS optical data containing most probable stellar sources after seperating the galaxies. Also plots the figures showing the comparison of $$i_{psf}$$ vs ($$i_{psf}$$ - $$i_{kron}$$), the color-color diagrams of the stars and galaxies. ExtinctionCorrection ( ra , dec ) ExtinctionCorrection class has two methods; one to obtain the reddening and NIR extinction coefficients, while the other to correct the PANSTARRS data for extinction in each optical filter. extinction_corrected_photometry () `irgsctool.ExtinctionCorrection.extinction_corrected_photometry()` This method corrects the input optical PANSTARRS data for reddening and extinction along the line of site. It uses the get_reddening() method. Returns: psf_phot: A multi-dimensional array consisting of extinction corrected PANSTARRS optical photometry containing psf and kron measurements. get_reddening () irgsctool.ExtinctionCorrection.get_reddening() This method obtains the reddening value for a given set of input coordinates from Schelgel et.al. 1998 (sfd) reddening map. irgsctool uses Schlafly & Finkbeiner 2011 (snf) reddening map which is snf = 0.86*sfd. RAISES DESCRIPTION FileNotFoundError if the sfd files are not present. RETURNS DESCRIPTION ebv Reddening from Schlafly & Finkbeiner 2011 err_ebv Uncertinty in reddening aj J-band extinction coefficient. ah H-band extinction coefficient. ak K-band extinction coefficient. Models ( use_sam = None ) Models class reads and selects the required Kurucz and Phoenix stellar atmospheric models in the generation of IRGSC. read_sam_file () irgsctool.Models.read_sam_file(use_sam=None) This method reads the model parameters and results from the interpolated Kurucz or the Phoenix model files. use_sam is bool and decides which model file to be read. To use the interpolated Kurucz models, set use_sam = Kurucz . Similarly, use_sam = Phoenix to use interpolated Phoenix models. RAISES DESCRIPTION AttributeError if use_sam is None. FileNotFoundError if the model files are not found. RETURNS DESCRIPTION sam_params A multi-dimwnsional array of the sam parameters depending upon the model selected. select_sam_range ( teff_range = None , logg_range = None , feh_range = None ) irgsctool.Models.select_sam_range(teff_range=None, logg_range=None, feh_range=None, use_optimal_method=False) This method selects the range of the models to be used in the generation of IRGSC. If use_optimal_method is set to True, the following range of model parameters is selected: Model Name (T_{eff}) (K) log(g) (dex) [Fe/H] (dex) Phoenix (C1) 2800 - 5000 3.0 - 5.5 -5.0 - -1.5 Phoenix (C2) 2800 - 4000 0.0 - 3.0 -0.5 - 1.5 KuruczCastelli-Kurucz (K0) 4000 - 10000 --- --- RAISES DESCRIPTION TypreError if range of parameters is not given. RETURNS DESCRIPTION sam_params A multi-dimwnsional array of the selected model parameters and model magnitudes to generate IRGSC. GenerateIRGSC ( ra , dec ) The GenerateIRGSC class hosts method to generate a catalog of probable stellar sources in the PANSTARRS data with their computed magnitudes, astrometric information from GAIA DR3 data, best fitted model parameters and flags. generate_irgsc ( use_optimal_method = True ) irgsctool.GenerateIRGSC.generate_irgsc(use_optimal_method=True) This method finds the best fitting model to the observed colors of the stellar source. The best fitting model is chosen from a combination of Kurucz/Castelli-Kurucz and Phoenix synthetic spectra convolved with the PANSTARRS response function (or BANDPASS) which is integrated w.r.t. the wavelength and normalised to the product of the PANSTARRS response function and wavelength. This is also called as Effective Stimulus (ES). $$ ES = \\frac{\\int{F_{\\lambda}P_{\\lambda}{\\lambda} d{\\lambda}}}{\\int{P_{\\lambda}{\\lambda}d{\\lambda}}} $$ The spectra is obtained from pysynphot ( More information here ). RETURNS DESCRIPTION irgsc_data A multi-dimensional array consisting of the generated IRGSC. ValidateIRGSC ( ra , dec ) The Validate class includes methods to validate the generated irgsc, generate a validated catalog and plot the comparison of the observed and computed NIR magnitudes. read_irgsc () irgsctool.validate.read_irgsc() This function reads the generated IRGSC for a given set of coordinates. RAISES DESCRIPTION FileNotFoundError This error arises if there is no generated IRGSC RETURNS DESCRIPTION irgsc_data A multi-dimensional array consisting of elements in IRGSC. validate ( validate = None ) irgsctool.ValidateIRGSC.calidate(validate=True) This method compares the observed and computed NIR magnitudes for a given field. If this is set to True, the method first obtains the UKIDSS data for the given field. The output is a validated IRGSC and plots showing the comparison of the computed NIR magnitudes with the observed ones. RAISES DESCRIPTION ValueError if validate is False","title":"API"},{"location":"apireference.html#api-reference","text":"This page introduces to the classes and functions in the irgsctool package. The main class is the irgsc class which has several subclasses like GetData , ReadData , StarGalaxyClassification , ExtinctionCorrection , GenerateIRGSC , ValidateIRGSC . Figure (1) shows the UML diagram of the irgsctool package. Figure 1: The UML diagram of the irgsctool package.","title":"API Reference"},{"location":"apireference.html#irgsctool.irgsc","text":"Initialisation of child irgsc class . This class has several child classes. This method described using input ra and dec. It checks whther the data from PANSTARRS DR2, UKISS DR11 and Gaia DR3 can be obtained. RAISES DESCRIPTION ValueError if the data is not available in UKIDSS or PANSTARRS 3-pi survey. The code will not proceed further. Warning if the data is not available in the Gaia DR3 survey. In the IRGSC, the Gaia values will be replaces with -999.","title":"irgsc"},{"location":"apireference.html#irgsctool._get_data.GetData","text":"GetData class contains methods to obtain PANSTARRS DR2 stacked optical photometry data, UKIDSS NIR observed data and GAIA DR3 astrometry data. The default search radius is 0.25 degrees due to the limitation of pyvo. The data retrieved is stored in .csv format with the name of the survey + str(ra) + str(dec) Examples: >>> irgsctool . GetData . get_panstarrs_data ( 0.0 , 0.0 ) 'PS1_RA_0_0_DEC_0_0.csv' >>> irgsctool . GetData . get_gaia_data ( 0.0 , 0.0 ) 'GAIA_RA_0_0_DEC_0_0.csv' >>> irgsctool . GetData . get_ukidss_data ( 0.0 , 0.0 ) 'UKIDSS_RA_0_0_DEC_0_0.csv'","title":"GetData"},{"location":"apireference.html#irgsctool._get_data.GetData.get_gaia_data","text":"irgsctool.GetData.get_gaia_data() This function sends a query to obtain GAIA DR3 data using the astroquery module. The ROW_LIMIT is set to -1 which implies that the query retriees all the rows in the given field.","title":"get_gaia_data()"},{"location":"apireference.html#irgsctool._get_data.GetData.get_panstarrs_data","text":"irgsctool.GetData.get_panstarrs_data() This function sends a query to obtain the PANSTARRS data from DR2 database. The query uses pyvo TAPService module for retrieving the data. The data is selected from StackObjectView db and the maximum search radius is 0.25 degrees.","title":"get_panstarrs_data()"},{"location":"apireference.html#irgsctool._get_data.GetData.get_ukidss_data","text":"irgsctool.GetData.get_ukidss_data() This function sends a query to obtain UKIDSS DR11 NIR data using astroquery. UKIDSS consists of five sub-surveys viz. UDS, GPS, GCS, DXS and LAS. The query loops over this surveys and retrieves the data for the given coordinates. The surveys which do not contain J and H band data, the function sends an alert. <\\justify>","title":"get_ukidss_data()"},{"location":"apireference.html#irgsctool._read_data.ReadData","text":"ReadData class contains methods to read the photometric data from PS1 DR2, GAIA DR3 and UKIDSS DR11.","title":"ReadData"},{"location":"apireference.html#irgsctool._read_data.ReadData.read_gaia_data","text":"`irgsctool.ReadData.read_gaia_data()` This method reads the input GAIA DR3 data. The number of columns are 12. The format of the input file if the data is obtained externally is 'GAIA' + '_' + 'RA'+str(ra) + 'DEC' + str(dec)+'.csv' RAISES DESCRIPTION ValueError This error is raised when there are no observations in Gaia database. RETURNS DESCRIPTION gaia_data A multi-dimensional array of gaia sourced_id, astrometry, and ruwe.","title":"read_gaia_data()"},{"location":"apireference.html#irgsctool._read_data.ReadData.read_nir_data","text":"`irgsctool.ReadData.read_nir_data()` Reads the input UKIDSS NIR data. The number of columns are 8. Some regions do not have J or H band data especially DXS or GCS surveys. For these regions, only K band data is obtained. This method filters the data for nan values and selects the sources that have SNR>5 and plots the histogram of the NIR magnitudes available. The format of the input file if the data is obtained externally is 'UKIDSS'+'_'+'RA'+str(ra)+'DEC'+ str(dec)+'.csv' Raises: ValueError: This error is raised when there are no observations available in UKIDSS database. RETURNS DESCRIPTION nir_data A multi-dimensional data of observed UKIDSS NIR sources that have SNR>5. Also plots a histogram of UKIDSS data.","title":"read_nir_data()"},{"location":"apireference.html#irgsctool._read_data.ReadData.read_optical_data","text":"","title":"read_optical_data()"},{"location":"apireference.html#irgsctool._read_data.ReadData.read_optical_data--irgsctoolreaddataread_optical_data","text":"This function reads the input optical PANSTARRS data. The number of columns in the input file are 32. After reading the input data, this function filters it for nan values (if present) and restricts the data to the sources having detection in all the five bands and that have SNR atleast 5. This data is then fed to the Star-Galaxy classification routine to seperate stars and galaxies in the data. The format of the input file if the data is obtained externally is 'PS1' + '_' + 'RA'+str(ra) + 'DEC' + str(dec)+'.csv' RAISES DESCRIPTION FileNotFoundError if the optical input data file is not available. RETURNS DESCRIPTION filtered_optical_data A multi-dimensional array consisting of optical panstarrs stack photometry in five bands which is free from nan values and duplicate sources.","title":"irgsctool.ReadData.read_optical_data()"},{"location":"apireference.html#irgsctool._sgc.StarGalaxyClassification","text":"StarGalaxyClassification class contains star_galaxy_classification() method which is used to seperate the stars and galaxies in the PANSTARRS optical data.","title":"StarGalaxyClassification"},{"location":"apireference.html#irgsctool._sgc.StarGalaxyClassification.star_galaxy_classification","text":"irgsctool.StarGalaxyClassification.star_galaxy_classification() This method is used to seperate stars and galaxies using the condition applied to all the five optical filters: $$ (psf-kron) < 0.05 $$ This relation filters the input optical data for only probable stellar sources. The (psf-kron) diagram showing stars and galaxies in the data as well as (g-r) vs (r-i) CCD is also plotted by this method. RETURNS DESCRIPTION A multi-dimensional array of the PANSTARRS optical data containing most probable stellar sources after seperating the galaxies. Also plots the figures showing the comparison of $$i_{psf}$$ vs ($$i_{psf}$$ - $$i_{kron}$$), the color-color diagrams of the stars and galaxies.","title":"star_galaxy_classification()"},{"location":"apireference.html#irgsctool._extinction_correction.ExtinctionCorrection","text":"ExtinctionCorrection class has two methods; one to obtain the reddening and NIR extinction coefficients, while the other to correct the PANSTARRS data for extinction in each optical filter.","title":"ExtinctionCorrection"},{"location":"apireference.html#irgsctool._extinction_correction.ExtinctionCorrection.extinction_corrected_photometry","text":"`irgsctool.ExtinctionCorrection.extinction_corrected_photometry()` This method corrects the input optical PANSTARRS data for reddening and extinction along the line of site. It uses the get_reddening() method. Returns: psf_phot: A multi-dimensional array consisting of extinction corrected PANSTARRS optical photometry containing psf and kron measurements.","title":"extinction_corrected_photometry()"},{"location":"apireference.html#irgsctool._extinction_correction.ExtinctionCorrection.get_reddening","text":"irgsctool.ExtinctionCorrection.get_reddening() This method obtains the reddening value for a given set of input coordinates from Schelgel et.al. 1998 (sfd) reddening map. irgsctool uses Schlafly & Finkbeiner 2011 (snf) reddening map which is snf = 0.86*sfd. RAISES DESCRIPTION FileNotFoundError if the sfd files are not present. RETURNS DESCRIPTION ebv Reddening from Schlafly & Finkbeiner 2011 err_ebv Uncertinty in reddening aj J-band extinction coefficient. ah H-band extinction coefficient. ak K-band extinction coefficient.","title":"get_reddening()"},{"location":"apireference.html#irgsctool._sam.Models","text":"Models class reads and selects the required Kurucz and Phoenix stellar atmospheric models in the generation of IRGSC.","title":"Models"},{"location":"apireference.html#irgsctool._sam.Models.read_sam_file","text":"irgsctool.Models.read_sam_file(use_sam=None) This method reads the model parameters and results from the interpolated Kurucz or the Phoenix model files. use_sam is bool and decides which model file to be read. To use the interpolated Kurucz models, set use_sam = Kurucz . Similarly, use_sam = Phoenix to use interpolated Phoenix models. RAISES DESCRIPTION AttributeError if use_sam is None. FileNotFoundError if the model files are not found. RETURNS DESCRIPTION sam_params A multi-dimwnsional array of the sam parameters depending upon the model selected.","title":"read_sam_file()"},{"location":"apireference.html#irgsctool._sam.Models.select_sam_range","text":"irgsctool.Models.select_sam_range(teff_range=None, logg_range=None, feh_range=None, use_optimal_method=False) This method selects the range of the models to be used in the generation of IRGSC. If use_optimal_method is set to True, the following range of model parameters is selected: Model Name (T_{eff}) (K) log(g) (dex) [Fe/H] (dex) Phoenix (C1) 2800 - 5000 3.0 - 5.5 -5.0 - -1.5 Phoenix (C2) 2800 - 4000 0.0 - 3.0 -0.5 - 1.5 KuruczCastelli-Kurucz (K0) 4000 - 10000 --- --- RAISES DESCRIPTION TypreError if range of parameters is not given. RETURNS DESCRIPTION sam_params A multi-dimwnsional array of the selected model parameters and model magnitudes to generate IRGSC.","title":"select_sam_range()"},{"location":"apireference.html#irgsctool._fitting.GenerateIRGSC","text":"The GenerateIRGSC class hosts method to generate a catalog of probable stellar sources in the PANSTARRS data with their computed magnitudes, astrometric information from GAIA DR3 data, best fitted model parameters and flags.","title":"GenerateIRGSC"},{"location":"apireference.html#irgsctool._fitting.GenerateIRGSC.generate_irgsc","text":"irgsctool.GenerateIRGSC.generate_irgsc(use_optimal_method=True) This method finds the best fitting model to the observed colors of the stellar source. The best fitting model is chosen from a combination of Kurucz/Castelli-Kurucz and Phoenix synthetic spectra convolved with the PANSTARRS response function (or BANDPASS) which is integrated w.r.t. the wavelength and normalised to the product of the PANSTARRS response function and wavelength. This is also called as Effective Stimulus (ES). $$ ES = \\frac{\\int{F_{\\lambda}P_{\\lambda}{\\lambda} d{\\lambda}}}{\\int{P_{\\lambda}{\\lambda}d{\\lambda}}} $$ The spectra is obtained from pysynphot ( More information here ). RETURNS DESCRIPTION irgsc_data A multi-dimensional array consisting of the generated IRGSC.","title":"generate_irgsc()"},{"location":"apireference.html#irgsctool._validate.ValidateIRGSC","text":"The Validate class includes methods to validate the generated irgsc, generate a validated catalog and plot the comparison of the observed and computed NIR magnitudes.","title":"ValidateIRGSC"},{"location":"apireference.html#irgsctool._validate.ValidateIRGSC.read_irgsc","text":"irgsctool.validate.read_irgsc() This function reads the generated IRGSC for a given set of coordinates. RAISES DESCRIPTION FileNotFoundError This error arises if there is no generated IRGSC RETURNS DESCRIPTION irgsc_data A multi-dimensional array consisting of elements in IRGSC.","title":"read_irgsc()"},{"location":"apireference.html#irgsctool._validate.ValidateIRGSC.validate","text":"irgsctool.ValidateIRGSC.calidate(validate=True) This method compares the observed and computed NIR magnitudes for a given field. If this is set to True, the method first obtains the UKIDSS data for the given field. The output is a validated IRGSC and plots showing the comparison of the computed NIR magnitudes with the observed ones. RAISES DESCRIPTION ValueError if validate is False","title":"validate()"},{"location":"license.html","text":"License","title":"License"},{"location":"license.html#license","text":"","title":"License"},{"location":"tutorials.html","text":"irgsctool - tutorials 1. Generating IRGSC for a given set of coordinates from irgsctool import GenerateIRGSC gc = GenerateIRGSC ( ra = 0.0 , dec = 0.0 ) gc . generate_irgsc () This results in a catalog file: 'IRGSC_R_A_0_0_DEC_0_0.csv' that contains probable stellar sources in 0.25 degrees radius around the input coordinates. The following plots are also generated: Figure 1: The generated plot shows a color-color diagram where stars follow the magenta locus and the galaxies are randomly scattered. Figure 2: The (psf-kron) relation of the sources plotted on the y-axis w.r.t i-psf on the x-axis. The galaxies form a random scatter while the stellar point sources are below 0.05 on the y-axis. Figure 3: A histogram showing the depth of PANSTARRS data when only i-band observations are considered. This is sufficient depth to upto J = 22 mags in the IRGSC. Figure 4: The figure shows the histogram of the sources that are detected in all the five filters of the PANSTARRS. The condition in the generation of IRGSC that the sources must have detection in all the filters reduces the depth of the input optical data. 2. Validating the IRGSC from irgsctool import ValidateIRGSC vd = ValidateIRGSC ( 0.0 , 0.0 ) vd . validate ( validate = True ) This results in the validated catalog file: validated_IRGSC_R_A_0_0_DEC_0_0.csv' that contains additional information about the observed NIR data and the comparison between the observed and computed NIR data. This comparison when plotted appears as shown in Figure (5,6,7). Figure 5: The figure shows the comparison of the computed and observed J band magnitudes. Figure 6: The figure shows the comparison of the computed and observed J band magnitudes. Figure 7: The figure shows the comparison of the computed and observed J band magnitudes.","title":"Tutorials"},{"location":"tutorials.html#irgsctool-tutorials","text":"","title":"irgsctool - tutorials"},{"location":"tutorials.html#1-generating-irgsc-for-a-given-set-of-coordinates","text":"from irgsctool import GenerateIRGSC gc = GenerateIRGSC ( ra = 0.0 , dec = 0.0 ) gc . generate_irgsc () This results in a catalog file: 'IRGSC_R_A_0_0_DEC_0_0.csv' that contains probable stellar sources in 0.25 degrees radius around the input coordinates. The following plots are also generated: Figure 1: The generated plot shows a color-color diagram where stars follow the magenta locus and the galaxies are randomly scattered. Figure 2: The (psf-kron) relation of the sources plotted on the y-axis w.r.t i-psf on the x-axis. The galaxies form a random scatter while the stellar point sources are below 0.05 on the y-axis. Figure 3: A histogram showing the depth of PANSTARRS data when only i-band observations are considered. This is sufficient depth to upto J = 22 mags in the IRGSC. Figure 4: The figure shows the histogram of the sources that are detected in all the five filters of the PANSTARRS. The condition in the generation of IRGSC that the sources must have detection in all the filters reduces the depth of the input optical data.","title":"1. Generating IRGSC for a given set of coordinates"},{"location":"tutorials.html#2-validating-the-irgsc","text":"from irgsctool import ValidateIRGSC vd = ValidateIRGSC ( 0.0 , 0.0 ) vd . validate ( validate = True ) This results in the validated catalog file: validated_IRGSC_R_A_0_0_DEC_0_0.csv' that contains additional information about the observed NIR data and the comparison between the observed and computed NIR data. This comparison when plotted appears as shown in Figure (5,6,7). Figure 5: The figure shows the comparison of the computed and observed J band magnitudes. Figure 6: The figure shows the comparison of the computed and observed J band magnitudes. Figure 7: The figure shows the comparison of the computed and observed J band magnitudes.","title":"2. Validating the IRGSC"}]} \ No newline at end of file diff --git a/documentation/site/sitemap.xml b/documentation/site/sitemap.xml index f9a794e..204b90b 100644 --- a/documentation/site/sitemap.xml +++ b/documentation/site/sitemap.xml @@ -2,32 +2,32 @@ https://tmtsoftware.github.io/dms-irgsc/index.html - 2023-04-20 + 2023-08-09 daily https://tmtsoftware.github.io/dms-irgsc/about.html - 2023-04-20 + 2023-08-09 daily https://tmtsoftware.github.io/dms-irgsc/acknowledgements.html - 2023-04-20 + 2023-08-09 daily https://tmtsoftware.github.io/dms-irgsc/apireference.html - 2023-04-20 + 2023-08-09 daily https://tmtsoftware.github.io/dms-irgsc/license.html - 2023-04-20 + 2023-08-09 daily https://tmtsoftware.github.io/dms-irgsc/tutorials.html - 2023-04-20 + 2023-08-09 daily \ No newline at end of file diff --git a/documentation/site/sitemap.xml.gz b/documentation/site/sitemap.xml.gz index b7a3a77..25e6db7 100644 Binary files a/documentation/site/sitemap.xml.gz and b/documentation/site/sitemap.xml.gz differ diff --git a/generated_irgsc/results_presented_in_the_workpackage_report/tf4/PS1__RA_30_0DEC0_50.csv b/generated_irgsc/results_presented_in_the_workpackage_report/tf4/PS1__RA_30_0DEC0_50.csv deleted file mode 100644 index 8018aa4..0000000 --- a/generated_irgsc/results_presented_in_the_workpackage_report/tf4/PS1__RA_30_0DEC0_50.csv +++ /dev/null @@ -1,701 +0,0 @@ -source_id,ra,ra_error,dec,dec_error,parallax,parallax_error,pm,pmra,pmra_error,pmdec,pmdec_error,ruwe -2508017088456022144,30.474113770890146,0.1254779,0.39630238374233817,0.09655002,1.143400234043706,0.13507886,10.972985,9.001481425236491,0.15099505,6.275327610445093,0.109210916,1.0719504 -2508018772083201408,30.4907327819369,0.01710544,0.48110799908134727,0.013644928,10.313850006648579,0.019008348,189.82787,152.0347853124741,0.02212703,113.66636785266968,0.016830942,1.18773 -2508018836507539200,30.47671270812835,0.03575663,0.5011859795613365,0.027239112,0.5929484562387598,0.038983673,27.686926,27.528937031056028,0.048650596,2.953560832687228,0.03292972,1.1204044 -2508018840802677888,30.47684518303487,0.051653247,0.5007383669311923,0.038877726,0.588532730414882,0.05529383,27.728949,27.570607463611804,0.0691752,2.959085993956419,0.0472249,0.9637888 -2508018875162416384,30.496619972803163,0.0689745,0.4902583033008757,0.05407014,1.4967187965954931,0.076977156,2.5995042,-2.168067748042067,0.08385601,-1.4341913097237697,0.065480806,1.1442066 -2508036570427672832,30.325380115910367,0.1470402,0.6650319077877309,0.12700818,2.4483552994100544,0.16145884,16.489616,13.638399882950768,0.18210427,-9.268307167675422,0.15656044,1.0317967 -2508030003422544640,30.40818936010457,0.0826904,0.4638951905821609,0.065034606,1.146804223603092,0.09035751,35.82748,28.236564769809128,0.10200064,-22.05231837079429,0.07825177,0.98146254 -2508030003424143488,30.40790518622981,0.16660337,0.46364479256868696,0.12453748,1.2835624048618615,0.16246419,36.09748,28.367022274909576,0.19404262,-22.32353610183279,0.15656763,0.9802468 -2508030037782283264,30.43068221738692,0.0836093,0.4666141053764982,0.07043497,2.833323190858336,0.09928471,47.445934,36.88227181396807,0.107662104,-29.846521920036466,0.08720305,1.0411777 -2508030351315031808,30.376178624043227,0.024183037,0.47813499024078265,0.020369219,3.8478628103331456,0.026804637,23.428093,-2.197696656491801,0.032880023,-23.32478705519329,0.025848119,1.3963833 -2508030591833199616,30.466980730059845,0.08663609,0.5035291649181659,0.07325042,0.5862530665792229,0.09645103,10.045822,7.642545319101569,0.10858262,-6.519972914378469,0.09159255,0.95519906 -2508031004150059392,30.4692196219143,0.019319987,0.5393495983173091,0.015717944,0.7720134322430261,0.020791141,9.505858,9.433362297959945,0.025013661,-1.1717567566175824,0.019966234,1.1487728 -2508031102934176768,30.37001299397046,0.13248536,0.49981000827473043,0.1171403,2.0707030311626813,0.14601934,12.145167,4.577911246624368,0.16284515,-11.249347337236111,0.14299847,1.0571749 -2508031175948752384,30.35568643083973,0.025135107,0.49804008125490973,0.021019835,0.7909115976930928,0.028124453,7.059147,-3.512623765325406,0.033766076,-6.123155347662198,0.026516838,1.0247908 -2508031553905873664,30.378197398548586,0.03741327,0.5400294090440269,0.03273983,2.024306328443658,0.040779755,13.500647,13.02351049586931,0.04859946,3.5574752366394673,0.04064875,1.1088094 -2508032138021424896,30.403728588506535,0.03851243,0.5790730836722568,0.029718129,0.6017250844821348,0.039259087,1.2080164,1.1421766946132426,0.05130279,0.3933648094595575,0.03684899,1.0326616 -2508032580402936064,30.473039805305344,0.1572721,0.573649480684397,0.12586789,1.6077042872394145,0.17155711,6.9589787,4.03938561706,0.20007356,-5.666634322435276,0.15075895,0.99749166 -2508033374972005760,30.43825730940385,0.027817579,0.5830146367927195,0.021557309,1.6834537726553271,0.02952566,8.38292,-5.670108732535923,0.034407478,-6.17440039264723,0.026129972,1.0364559 -2508033443691482368,30.47683376732348,0.065654956,0.5839672709284713,0.05419474,2.761755744912602,0.07266025,29.8297,29.827409904948187,0.08060101,-0.36962997878078796,0.06768315,0.9569631 -2508033817353522304,30.449236766351802,0.12279022,0.6212262091635857,0.108043,1.3315212987723584,0.13813236,9.266905,7.857565816754202,0.15117289,4.912656121054705,0.13754803,1.0275403 -2508033924727819392,30.481813534105886,0.026093153,0.6153016214014289,0.021207849,1.4175864168468382,0.02881728,29.30393,-17.253537090259535,0.03237944,-23.68619304209591,0.026403729,0.9537896 -2508034916865146624,30.31844717997679,0.22747695,0.5875215416669108,0.19497724,2.252110668752777,0.24903993,20.697937,20.01602437647508,0.28195798,-5.2690924959017265,0.25224692,0.954965 -2508035191743055744,30.38814808812505,0.2774891,0.6080613952766826,0.24694796,3.9669261170508054,0.3116575,24.84298,-5.273190896845369,0.38165283,-24.27688310706611,0.34101227,0.9949582 -2508035191743056000,30.381860868997986,0.12209524,0.6088820332885437,0.10105132,3.2648916980821996,0.13127215,53.465557,-30.612930835362082,0.15217705,-43.83393745689402,0.12604854,1.513349 -2508035264757802624,30.362704576697713,0.26080605,0.5982530811235636,0.20600191,1.9420971086545338,0.26989025,5.558727,5.422035985260745,0.3444721,-1.2251400419506884,0.2625433,1.0887371 -2508035329182008576,30.34712788547842,0.10064587,0.6038614642621369,0.084987946,0.5676083729988349,0.11075521,23.0818,-0.804251889069659,0.11665843,-23.06778493488045,0.10837757,0.94649804 -2508035505275287040,30.27472788865531,0.12923494,0.5693490118547618,0.11325309,1.1556250428031378,0.153736,10.115073,7.341388547506576,0.15486541,6.958356579124662,0.12339012,1.0665524 -2508035745793953664,30.304376349037245,0.102326095,0.600326057655916,0.08214856,4.382993099583529,0.11336785,27.198635,13.64580361021888,0.1247475,23.527808221125394,0.090460345,4.862119 -2508035982017038592,30.26962412185242,0.054090228,0.6093031013010667,0.04631209,1.4931703196371513,0.06078488,16.604036,4.95681702914899,0.067432985,-15.84689196833033,0.055502128,1.1168278 -2508036325614422912,30.300873797927892,0.048729356,0.6167147798524578,0.040655855,0.5243123842809795,0.05455746,9.107928,-1.7711156649660826,0.0593979,-8.934064598391275,0.048158795,0.9358681 -2508036570427170048,30.32571008956111,0.23806758,0.6650300843724133,0.28392327,1.9670563590581542,0.28224224,16.064943,14.136708710281344,0.2842363,-7.631242817241011,0.33115292,1.0949378 -2508036776586103168,30.45107523067402,0.017210122,0.6324582550545648,0.0137054585,1.6163099850997522,0.018881857,13.608779,7.871494010584394,0.021455014,-11.101281632126536,0.017498797,1.1088966 -2508037051464009728,30.418449637494284,0.06258997,0.6525867901427368,0.051488448,0.9497442725245157,0.0696351,10.381449,-2.49016204498518,0.07259714,-10.078371648840518,0.063240744,0.9595083 -2508037257622439168,30.458706791425985,0.017574495,0.6629457144021047,0.013922852,1.5088652111483223,0.018947616,23.929285,-15.294314072144363,0.022742359,-18.40365882875226,0.017121619,1.0282596 -2508037528205481600,30.430170452937677,0.32434556,0.6854834453501306,0.283492,2.253299744721906,0.34162885,3.7691126,-1.1480334715387088,0.41655004,3.5900180341912327,0.35359117,0.9500665 -2508037528205482368,30.43434841573358,0.2698089,0.6875575939474382,0.2316337,2.1986292891536587,0.29070947,15.949752,14.41071117410986,0.35560384,6.835640187529182,0.28890437,1.0893564 -2508037807378253952,30.371373266363868,0.04996346,0.6571938638682269,0.04131063,0.7443481034552045,0.055013936,17.580425,14.177367083914621,0.06205019,-10.395847072273492,0.0524607,1.0270747 -2508037807378441088,30.36373587984841,0.06556455,0.6690731468319199,0.05435755,4.143173075431317,0.07182973,46.64225,46.11203903448082,0.0839816,7.012789311406601,0.06959496,1.0028727 -2508037910457468416,30.37705844924961,0.05463939,0.6687705829648999,0.046268877,3.7955314931929514,0.0600107,58.431854,56.60024344521214,0.06875536,-14.515296500697312,0.05934036,1.0290213 -2508038219695112704,30.374192952489345,0.048485987,0.7017566376919205,0.03940452,0.9309202808893816,0.052042887,21.400057,21.153862276045025,0.063403435,3.2367471420672755,0.050358895,0.915565 -2508038288414589696,30.416001319399044,0.044804353,0.6910809109966118,0.03598651,7.948434447986954,0.04810689,40.832977,6.089296026209878,0.058670238,-40.37638456206884,0.045447208,1.3651862 -2508038322774327936,30.402865891868565,0.044732433,0.694084633842939,0.038246464,0.25675850443405424,0.049389467,3.816578,2.613054483940577,0.056502096,-2.781764559733606,0.049324647,0.9325703 -2508223659203129344,30.25284101589059,0.031553455,0.6280057205998217,0.025098292,0.8178912233650572,0.034683283,6.379721,-5.630397925033178,0.03846762,-2.999910142945064,0.028230222,1.0938869 -2508223826706308608,30.22071539124034,0.11499353,0.6374419952360237,0.091721945,1.9657625430037151,0.13076028,42.18782,-10.719597318419362,0.13626142,-40.80321576090324,0.10186757,1.1354207 -2508223865361559680,30.19901594222628,0.03782736,0.6384710693554749,0.031646423,1.5717974944408726,0.04307515,25.60438,23.54398724407251,0.046184234,-10.063049722929264,0.034197707,1.0740249 -2508223964145263104,30.24758183919138,0.0737203,0.6532393675605371,0.053826656,3.370356793363086,0.077348895,18.12739,14.742730937429851,0.09273824,-10.547708876018934,0.059453804,0.961793 -2508224135943955200,30.272394511598492,0.12132518,0.6552035321602653,0.10010378,1.4884650138094575,0.13505511,16.787312,14.298839962702452,0.14515646,-8.79528252693336,0.11717971,0.9664361 -2508224243318706816,30.31464282154513,0.0782559,0.6745273940123404,0.06698952,2.2690676037819153,0.08687573,15.567051,6.070780466007928,0.09274046,-14.334528340697366,0.075002834,0.9617211 -2508224346397896448,30.253473428311356,0.057933707,0.6561177283070179,0.04419959,0.46773727469261406,0.062287785,8.030175,-0.9790229626333724,0.071475364,-7.970271933075609,0.05161345,0.9551284 -2508224410821863552,30.251487493163854,0.152866,0.6714074565500984,0.117051445,1.0022445870979837,0.1666138,5.2490654,5.222053515376412,0.18483655,0.5318310435334492,0.13007331,1.0291368 -2508224513901081856,30.295498647205395,0.08207085,0.6888476441412135,0.06720175,2.9927854248917503,0.09112762,2.7170916,-1.7171663515828868,0.099466845,-2.1056891198502425,0.07887707,1.056707 -2508224586916090112,30.288084156691458,0.092666745,0.6994874214691167,0.075323634,2.7125586128945134,0.10253797,41.059856,-32.424095659427024,0.11096622,-25.191066771976622,0.089328386,0.95763123 -2508224754419246336,30.22036725470166,0.06924814,0.660951420459703,0.056095775,1.3058403234295046,0.077769294,12.110278,4.948390331684141,0.08319544,-11.053156659856786,0.062156036,1.0772032 -2508224896153710464,30.172571350808656,0.02300325,0.6586628510012204,0.018675815,0.35936384156099926,0.026504595,9.833127,7.1754022177335015,0.027727101,-6.723391572168026,0.021102266,1.0792674 -2508224999232925184,30.175466528449828,0.11971067,0.6797173965123882,0.087458864,1.5818946800945375,0.13459621,6.130368,2.6572536754017695,0.13737613,5.524528733491325,0.09427341,2.2508266 -2508225171031616768,30.238601016772336,0.024772279,0.6756532628367244,0.019242467,6.710418056465781,0.027324751,106.055374,82.08423163708389,0.031031763,-67.15594482699778,0.021782344,0.9960802 -2508225205391354496,30.244002818897886,0.038983908,0.6976077728506785,0.030341484,0.6643093930867234,0.043432184,9.928379,9.522687845191768,0.04733787,2.809114677627807,0.033918656,0.9649317 -2508225274110831360,30.236598159365073,0.04163679,0.6969167456740446,0.033226218,7.190519536272379,0.04701677,20.47883,15.498416445868289,0.0506163,-13.38587340724321,0.037136804,1.0468543 -2508225853930878720,30.343543538260388,0.060469054,0.6954706990303562,0.05309771,0.8392645132073228,0.06850249,59.929443,52.55438153898134,0.07373394,-28.802347853312718,0.06734585,0.9328327 -2508225892586147712,30.354715833912486,0.09895563,0.713371650817647,0.07959679,0.7657014839328902,0.10874683,4.7698817,-0.9934609225783726,0.12396761,-4.665276552928336,0.09489086,1.0063804 -2508225957010098432,30.346079636253265,0.14776088,0.7181501734445683,0.121376425,3.0752179788032032,0.16370845,16.117083,9.304725017731451,0.19004121,-13.15988097310058,0.1450982,0.9889295 -2508226334967222528,30.359666734079646,0.1479281,0.7297312860907704,0.12161286,1.312400593906374,0.1637531,22.12353,16.998131127448026,0.18645485,-14.160299555847274,0.1474805,0.9765003 -2508226373622484736,30.358956167195736,0.019595396,0.7358228252956877,0.016284853,1.6371664106751196,0.021819845,101.60477,94.11203151596064,0.02415397,-38.29431656239882,0.019329844,1.1996379 -2508226682860129920,30.36432513575194,0.024953537,0.7553446751419423,0.021925513,1.7948642908199157,0.028429093,23.011267,21.882487787602628,0.031500794,7.118648406348783,0.026064621,0.8979029 -2508226785939499008,30.375443420645777,0.044869162,0.77370983234254,0.037250746,3.262279878433986,0.04985321,26.419058,-18.484686111792286,0.05891135,-18.87546070677536,0.04385884,1.0583625 -2508226820299083776,30.283920411812844,0.068736926,0.7177121770721281,0.056777053,1.3610544097594792,0.075478226,2.8044994,0.9780376958440178,0.083490156,-2.628432883873972,0.06850643,1.0581263 -2508227163896440576,30.23832743183129,0.03983978,0.7475718893030275,0.032404285,0.4651136070703341,0.044822946,55.61954,14.582759263764082,0.047923733,-53.67379847375938,0.037127506,1.0044662 -2508227232615916544,30.279579129548242,0.030753242,0.7521094388514938,0.024158692,0.8762968129198949,0.034102652,30.983784,16.060596619519707,0.038300563,-26.496265165548014,0.027736932,0.99139017 -2508227468838772480,30.314176905642828,0.50056434,0.7755225329209112,0.44895586,3.2960010717506707,0.56022865,47.067707,9.061720210593023,0.6128708,-46.187164276669996,0.57291955,1.0808996 -2508228194688593280,30.12091851405013,0.106768966,0.6999502002921862,0.08811354,0.7905083929942294,0.11673477,12.912442,-7.518520270817608,0.13064533,-10.497762202857187,0.111347266,1.067773 -2508228263408069632,30.11454976067686,0.016405987,0.7159002959209441,0.012646008,0.6916621168209027,0.01712485,7.142415,4.144822511264334,0.021231402,-5.816746335617666,0.015267985,1.2402041 -2508228396551523072,30.13561467104591,0.123933844,0.7181292461877472,0.103513785,2.0046697387337344,0.13371179,9.974756,-0.897829663938857,0.15351291,-9.934266788618242,0.12952244,0.9941855 -2508228538286002304,30.178480302359247,0.068092644,0.7348737638438487,0.0523981,0.6340855673808865,0.074984826,14.636356,-8.666450966774823,0.073950306,-11.79472533150243,0.058009706,0.9360698 -2508228843228128128,30.17107078457633,0.18683378,0.7521463983725842,0.1576445,3.5823286379431853,0.20870084,87.72345,87.55161693932146,0.22101735,5.488029868399111,0.18493713,1.0286633 -2508229019322313856,30.10733451269837,0.045298576,0.7170262290656453,0.037033204,0.6602791705070284,0.051183634,6.2746325,3.7770631562726895,0.053428624,5.010469730531457,0.0454013,0.9366335 -2508229225480743296,30.111694245886095,0.037581857,0.7416964408732786,0.032968935,2.4337235868450287,0.04209288,24.634125,5.296403386995618,0.048020802,-24.058018076076436,0.040603522,0.97421944 -2508229775236555648,30.1622329700404,0.024437467,0.7789551071353762,0.019400332,0.5884153318664668,0.025979435,14.135345,4.96654473042286,0.029920485,-13.23410124407542,0.023802213,1.0645399 -2508229839660550784,30.12202124753789,0.07491246,0.7807451235130809,0.06661291,0.43620708876559955,0.08601703,10.184694,-4.153425907938901,0.09380044,-9.299303446599291,0.08190679,0.98121023 -2508229878315771008,30.134326788674144,0.07764645,0.7798228782029543,0.066789865,1.4365368602210327,0.086117424,16.83634,4.504243827909398,0.10276173,-16.222641755249366,0.09045135,1.0071161 -2508230148898191488,30.250226740499084,0.15124592,0.7665012113927113,0.122756094,1.3673261020924425,0.16822132,23.320652,19.888613384963126,0.17922767,-12.177677978404596,0.1404508,0.9491428 -2508230393711846016,30.217394618969518,0.016459102,0.7705523831571145,0.012883108,0.8193497385360387,0.018852407,6.9391465,4.017036953038858,0.018595926,-5.658195046007061,0.015128684,1.0349277 -2508230496791060480,30.218485634974023,0.031515438,0.7966024930670914,0.02635069,0.44441193872268064,0.036107372,13.477294,6.767192583502025,0.038022954,-11.6551514558283,0.030270895,1.0516572 -2508230767373490944,30.278087062373494,0.21649401,0.8071970246082988,0.19137743,1.6914406003600555,0.24969006,21.459534,-4.926173783669469,0.27677894,-20.886464488763583,0.22601674,0.9756219 -2508231218345566464,30.191751616574958,0.016774284,0.7889457786230164,0.0129703,1.0725225140041708,0.01803633,18.980522,12.983632103146782,0.020639515,-13.845054339070204,0.014613939,1.1650593 -2508231385848782848,30.2217260954681,0.13636005,0.814239286384407,0.11665944,1.2653138237113162,0.1552289,18.501358,3.2650083006323896,0.16831489,18.21098426860924,0.133092,0.99243575 -2508231561942949504,30.154995749859015,0.0745624,0.8177066132201642,0.0665507,0.6452155668108281,0.08645145,4.2082872,1.8638249038014099,0.09325873,-3.773041106067704,0.08313255,0.9927473 -2508231561942949632,30.151678329525488,0.15422489,0.8173266956419316,0.13980994,1.536493362099166,0.1814981,6.9538593,-2.8342088477942577,0.19986638,-6.350072511281558,0.18688394,1.0052193 -2508231665022163968,30.19988699447656,0.016230144,0.8325559082781548,0.014463555,1.6920703112371431,0.017538127,7.7017064,-2.3886333369151194,0.020314945,-7.321933893371249,0.016502397,1.028313 -2508231729446130560,30.195440015752197,0.013460457,0.8488812013087473,0.011818155,2.132129791779896,0.014588643,23.251362,0.39246858495139314,0.017306754,-23.24804954376586,0.015202437,1.1664096 -2508231768101378816,30.228804220989716,0.012955779,0.834529278999037,0.011149638,1.2545515001087595,0.014236855,15.349599,-3.9260206098392234,0.016021874,-14.839021148757421,0.012685564,1.0157049 -2508231768101378944,30.226745271350477,0.020661082,0.8273122543406547,0.017257983,1.6479566160258117,0.022866976,4.584152,4.2953786198732775,0.025207326,-1.6013040576799717,0.019219393,1.6365422 -2508231768101379200,30.236271282532172,0.08422444,0.8248207310788574,0.069925,0.5275968172068295,0.09609428,33.53889,33.528055188786276,0.10827342,-0.8525442070863583,0.08091918,1.0249085 -2508232111698762240,30.203038296088554,0.0945918,0.8506307238872445,0.08193618,3.7112375378321665,0.105635315,42.034405,39.4887552576516,0.11712341,-14.40588313123745,0.096060075,1.0739367 -2508232244845438336,30.228332751379593,0.118355595,0.8747557252105178,0.095026225,2.048826405073532,0.13816744,12.388993,11.215210915998414,0.13460079,-5.263666821225953,0.107349955,0.91913813 -2508233722311256448,30.355444829164657,0.13268143,0.8169961876484763,0.11970644,3.0029987229643273,0.1518954,34.32358,-3.429603760268227,0.17185368,-34.15181045134623,0.14433043,1.0316862 -2508233722311256960,30.351257473803578,0.26866034,0.8216562060728928,0.23296042,2.1004956563477646,0.29929063,11.572613,3.415876650615812,0.37653965,-11.05699545424228,0.28754315,1.0741856 -2508233829685709184,30.37188480101361,0.15762943,0.8266860549563428,0.14019465,1.080555284597006,0.18043846,6.4583964,5.763813155028216,0.20808922,-2.913647271427396,0.17186178,0.96471107 -2508233898405185792,30.347154313427158,0.06694069,0.8374401152994938,0.05846412,0.9218063347325224,0.07712309,22.370968,21.946646445638184,0.08594258,4.336467773071263,0.06980834,1.1285573 -2508236750263469952,30.334415464157058,0.06120116,0.8469941137373966,0.0516001,0.37786829542041844,0.06968543,22.588127,13.805220517493236,0.08163718,-17.87846145333002,0.062495265,1.0479393 -2508236750263470592,30.331952892297174,0.038699307,0.8331717127516817,0.032970328,0.2804989398447496,0.04315686,13.051304,5.5968920139635205,0.051197596,-11.790306859221834,0.04054278,0.98535895 -2508236784623209088,30.317041107594104,0.02795275,0.8358555509692674,0.024955867,1.9975592978993097,0.031937666,22.714703,20.748164058820667,0.034934822,-9.245074514723889,0.028970435,1.1132615 -2508236990781609856,30.299519191826633,0.06947402,0.8558694622587004,0.06287298,5.004597851232917,0.08140007,33.045273,-7.027512616725272,0.08653198,-32.28938145990909,0.069709376,1.0473391 -2508237089565624320,30.29177481108438,0.12193747,0.8684145469225156,0.10054137,1.0928996156541608,0.13635342,13.030685,10.649924185499671,0.15767065,7.508519735010222,0.118268594,1.0293715 -2508237884134806528,30.271935168878247,0.036687348,0.8814851233763635,0.031221908,1.8104723577987603,0.041806206,34.341015,30.680950461695875,0.043465704,-15.426748508099363,0.034636654,0.9805382 -2508237918494122112,30.278037930274277,0.43714076,0.8818950179998275,0.40745452,3.209099669963705,0.4704394,21.66498,12.73092795858665,0.58730876,-17.52982623707803,0.4878174,1.0225668 -2508237918494544640,30.284268761337156,0.052636307,0.885661302641054,0.047947995,1.5321414817615389,0.059566613,21.51586,20.887005586473737,0.0658064,5.1638382500133115,0.053613834,1.079289 -2508238159012713344,30.24424072603519,0.016568298,0.8889908668701786,0.013387053,0.5739781499096835,0.018027337,1.5741012,-0.9672215025362034,0.021370096,1.2418844773926525,0.015524708,1.0769825 -2508238296451836288,30.267768778498418,0.022157447,0.9199555224912925,0.018996242,24.758264696170553,0.024864897,27.417374,-24.731908639251607,0.026078932,-11.834064115165637,0.02009378,1.4643688 -2508241212733950848,30.057932822407178,0.058304194,0.7820289783704492,0.047258552,0.5344405927504012,0.06590575,2.7409618,-2.433579864282441,0.07486151,1.261174350972552,0.060416516,0.96099186 -2508241217029433600,30.061132778557862,0.042436548,0.7762397230275359,0.0347942,0.2801325509888408,0.047814403,4.1351624,3.731914847716779,0.054893456,-1.7811168997075162,0.045288485,1.004377 -2508241315814275584,30.05924156782232,0.28128386,0.783163205119826,0.28077245,2.205280329714074,0.33667484,11.9196,1.3413631516903215,0.3324427,-11.843884280479456,0.29875812,0.9817353 -2508241320108648320,30.058851981986773,0.2771156,0.7834087359189327,0.27634618,2.461648201662979,0.31011808,12.365528,0.5679354929749398,0.3746891,-12.352478414663908,0.39222145,0.9497704 -2508241796849508608,30.125721749452158,0.15416332,0.8144660333809148,0.1311016,1.027519763654448,0.17426835,5.6471925,-3.705182826981065,0.19062135,4.261736992941752,0.15917934,1.3459647 -2508241869864460160,30.115433820449255,0.036639623,0.8227698553094384,0.028550815,0.48982904619258155,0.040098455,0.7445916,0.744591182557512,0.04340063,-7.681523174638733E-4,0.034060583,0.9479619 -2508242071727417856,30.09586584395975,0.089362316,0.8295621758993763,0.077519745,0.5499979511173634,0.1039781,15.752863,11.564466646942304,0.11330433,-10.696532716856382,0.0973593,1.0576248 -2508242522699489664,30.00264814019877,0.02032637,0.8256574835729134,0.016300654,0.7116795283668622,0.022209376,5.398417,4.9757042844495025,0.02557157,-2.0941041361424397,0.018785156,1.1829741 -2508242557059228160,29.98589563967998,0.015551725,0.8238696841375267,0.013162283,3.3815571175482155,0.017166793,46.73951,16.58350804081861,0.019996082,-43.69861460632115,0.016909746,1.1305176 -2508242930720883584,30.09532645156003,0.25418225,0.8629025222772214,0.21059139,1.8460166506531621,0.29961398,9.535613,8.191306460401321,0.3303992,4.88164117892113,0.2634042,1.1181087 -2508242969376087424,30.068763955282925,0.020947114,0.8537714701561325,0.015587238,1.1626081491479325,0.02246885,24.52732,18.63574058778238,0.027137557,-15.946743164214604,0.018880691,1.0531846 -2508243171239053056,30.065926829208475,0.27709872,0.8656816033812423,0.23391348,1.8127679247930832,0.33241484,43.03883,-2.8278249474022923,0.33764473,-42.94582948951125,0.28015184,0.96811074 -2508243381692947712,30.14229701395646,0.047421798,0.8425678819153039,0.043636158,1.4404756301236652,0.054980252,4.9093513,-4.617307997082017,0.060295437,-1.6679927468137128,0.05367404,1.0386775 -2508243755354608896,30.16131907674858,0.09118287,0.8806929505342358,0.08744341,3.417632002823165,0.10689748,38.63959,34.26857714137828,0.122081466,-17.8516881213185,0.11289684,1.0271217 -2508244309405880960,30.203257783583776,0.014713661,0.9109370989463503,0.011866445,1.2305438899669572,0.01577385,15.316634,15.113518454466266,0.017955275,-2.4861320037257064,0.015143639,1.1016881 -2508244515564312704,30.10374818017167,0.044046026,0.8840391997764656,0.03628396,2.3438653320531397,0.05070232,22.578884,-19.261687763538063,0.056649167,-11.781059831099187,0.045207445,1.0125805 -2508244545628591872,30.1242664115526,0.31752825,0.8840991928429035,0.30780303,2.221458979799597,0.3854463,11.738948,11.556274238856696,0.44623882,-2.0628701083145007,0.4506978,1.0898954 -2508244614348071808,30.118613274481092,0.15175596,0.8959378963483122,0.13798246,2.6816083433244793,0.17601712,45.285103,31.564600430753302,0.2180996,-32.471782775188075,0.2018655,1.0153021 -2508244790442218880,30.084461278123328,0.05024754,0.908970655976469,0.039792348,2.7046802765345825,0.059660394,17.813154,-16.515289850535964,0.06486158,-6.67485521898806,0.049453072,1.0022322 -2508244893521433856,30.084479200528957,0.06879613,0.9126152508130707,0.057458986,1.0274201584886682,0.07881695,14.377492,14.047861838053134,0.092037946,-3.0610214540005387,0.06855117,1.0150969 -2508245267183108096,30.13627961384494,0.22673404,0.9249120869096789,0.18815494,1.3509772451689714,0.26999035,30.72669,30.42008792168625,0.31680652,4.329869465064632,0.27857333,0.9698145 -2508245305838293504,30.10664922163358,0.0679841,0.9332435635909963,0.05752717,6.823026387024289,0.079323575,88.563515,-44.80759322494431,0.08935244,-76.39224813841636,0.07252212,0.9550496 -2508245404622066304,30.152792892667197,0.16386294,0.9499530793997762,0.15819624,2.331255154575985,0.19299333,5.2783456,4.092826774865004,0.22587164,-3.333122164407829,0.21279739,0.9909781 -2508245473341544832,30.138714936747593,0.15537444,0.9597880625491635,0.14101496,3.076916706337734,0.18361893,35.112717,-18.251343254073632,0.21894002,-29.996523473227487,0.20161231,1.0490203 -2508245507701254400,29.972347383503852,0.093814075,0.8282545356219776,0.07665222,0.8543858147796671,0.10984304,48.08826,42.01674302830787,0.11873759,-23.38961844598593,0.09664619,1.0073644 -2508245542060994432,29.986440432519288,0.10050626,0.8348159855663401,0.08430205,0.9918349267098584,0.117786005,9.522181,8.531916831774499,0.12414722,4.228276363669143,0.103229694,0.960555 -2508245542060995584,29.983611477254357,0.07855795,0.8396970467018688,0.06136712,0.7035632987478799,0.08955023,16.021097,-9.280310907453451,0.09440193,-13.059533433963614,0.07818964,0.94654447 -2508245576420733440,29.96383245639328,0.24412522,0.8378862025372887,0.20977113,1.5469263262034918,0.28224495,49.122627,46.034519565672156,0.30837098,-17.14221367141132,0.26184404,1.0114033 -2508245821234347136,29.960003850087535,0.07032377,0.8560981261642884,0.061448094,0.9980638892908195,0.08026265,2.719358,-0.44128082234927124,0.08682988,2.683314901898895,0.06930293,1.1790389 -2508246027392776832,29.969602620425,0.05235307,0.8906048574118084,0.03853755,0.30209016045103887,0.057858795,1.9884996,1.9466081162759021,0.06793253,-0.40601432701682627,0.04399792,1.0062846 -2508246096112278144,30.024629013902093,0.03436332,0.8834573995092803,0.025908541,1.6056516005277213,0.037461936,16.832127,-9.70696680924548,0.042563077,-13.751191382433202,0.029943315,1.709124 -2508246263615512960,30.016350577968055,0.107431024,0.8951596002669789,0.09086736,1.1238030219310144,0.12696093,7.3674445,1.897881416487359,0.14316227,-7.118798028266204,0.11194734,1.0017697 -2508246779011587456,29.958230426203134,0.15340424,0.8918986036090932,0.124314696,1.2948633346190612,0.17503765,43.079952,31.385754004787735,0.19456989,-29.509606449286604,0.14566971,1.0227885 -2508246852026497280,29.951671009584686,0.025422331,0.9066313861604426,0.020640736,2.0438730743626645,0.028704496,18.485231,18.16859779459965,0.0320539,-3.4067346252756474,0.024619,0.96114177 -2508246852026497536,29.94860075007825,0.027132519,0.9016126688657821,0.021362998,4.958564111402795,0.03019663,90.77863,87.54254064765888,0.034022935,24.022149881526246,0.025120635,1.23308 -2508247156968656384,29.97082876880702,0.014750306,0.8963376429072449,0.011796681,0.685320539323303,0.016252294,3.7521708,1.777514889420827,0.018276537,3.3044254026782403,0.01321808,1.2092209 -2508247775445670272,30.043990990580426,0.1497192,0.9157514621206464,0.12830336,2.9626894464653954,0.17886761,37.938972,37.7341229707618,0.19274959,3.9372094466131102,0.16046125,0.9784874 -2508247779739457280,30.043677506480623,0.09450649,0.9162654648537322,0.07838348,3.1417934432502923,0.11143654,38.455704,38.285205747239694,0.119829915,3.6171983154652274,0.098037034,1.0390111 -2508247809803686144,30.052670668417125,0.12834594,0.9252099133610118,0.10045396,1.8925467139771919,0.14177853,7.135454,0.5194982770735121,0.16806503,-7.116518015771593,0.112976894,11.407778 -2508247947242705024,30.085114701780004,0.12484845,0.9468030807496826,0.102775894,1.5602199508141437,0.1439686,8.927746,2.532105825334833,0.17053536,-8.561137682426237,0.13121906,1.056328 -2508248015962179712,30.042269457743508,0.07516155,0.934267946821842,0.062645406,4.499979249957543,0.08806828,48.806725,27.025842022925282,0.1006775,40.64111457660831,0.077932365,0.9668847 -2508248226416054528,30.059178976451076,0.042978827,0.963669787100251,0.035284642,0.5878864399044461,0.049252465,3.1492774,2.854258460000494,0.054642107,1.330848483553277,0.04341678,0.90551513 -2508248741812129280,30.084760208457222,0.03166371,0.9883658582507595,0.026139991,0.7481014772962176,0.036590334,22.438099,9.808836798464416,0.040337514,-20.18055928424517,0.032855656,1.043588 -2508248741812129536,30.083656613895194,0.015625577,0.9859732476736167,0.012865218,1.2183999270258499,0.017565986,11.887728,-4.392625739967988,0.0201819,-11.046397982087464,0.016130324,1.1420614 -2508248874955641856,30.011722252843025,0.09490156,0.9510770328150104,0.08553159,1.6331627855675865,0.11229287,18.942047,15.623388369595064,0.12073202,-10.71031513606573,0.09917321,1.0657692 -2508248943675119488,30.03244205986,0.07773177,0.9570720226202027,0.065590814,0.5577982718018941,0.093100555,4.717767,1.6355242073850076,0.101339936,-4.42519878390215,0.08296847,0.9865475 -2508249119769228672,30.00398190083519,0.035696004,0.961719645030491,0.02999768,2.247574042479938,0.041651923,16.747143,5.278651162000211,0.044776924,15.893477555420937,0.033770237,0.926984 -2508249154128966528,29.977248582032374,0.10681373,0.9752954980527866,0.090913504,1.9946516546209128,0.12562883,9.320705,8.288048939494995,0.13484113,-4.264246620486839,0.101491526,1.2928056 -2508249325927656832,30.01133849965401,0.030544013,0.9996298888205806,0.025506042,0.5293203100175256,0.03553075,6.2995715,-1.6169373120648896,0.038091764,-6.088523458757125,0.029054457,0.98738796 -2508249394647158400,30.06945074863549,0.0144808255,0.9891115891961005,0.01169278,1.8628963467282347,0.016220773,11.953347,6.581899850137507,0.01832714,-9.97803131691487,0.014379541,1.1895657 -2508250047482188160,30.25813687596633,0.03496285,0.9206207383744729,0.02921176,24.760138919319843,0.038914092,15.415154,-11.120352360355456,0.043313283,-10.67542707016551,0.03307236,1.2250154 -2508294165386230144,29.86447992382697,0.030478515,0.9238985465489055,0.02588039,0.8979773809541284,0.034763657,7.9910693,-5.455885129456163,0.038244337,-5.838707805681283,0.030921437,1.0712498 -2508294543343351424,29.928735765133336,0.04908555,0.9556469517191999,0.040810578,2.1245264697526003,0.055620175,30.079283,6.530033468194902,0.059489254,-29.361912398856305,0.045491766,1.1076181 -2508294612062827776,29.966395738389846,0.13166735,0.9704819147758911,0.11033587,0.9506436726553836,0.15363124,8.989373,-2.9340070260654048,0.17633903,-8.49708348027117,0.122549616,1.0528865 -2508294676486819072,29.94816007721111,0.017080488,0.9848367036012107,0.014908237,1.2249114074632141,0.019615967,15.370006,0.6954414655816316,0.021327697,-15.354264576072394,0.017028837,1.1506566 -2508294917005061376,29.919341018453178,0.12935604,0.9822930396883296,0.1204585,2.023231225750644,0.15719926,17.795013,13.807740292464391,0.16422549,11.225365742458585,0.1393976,0.9889919 -2507602744371224576,30.11140478243228,0.08187411,0.021677193848557617,0.06885683,0.9105746363034568,0.09489762,7.670759,7.515303396701096,0.11553047,-1.5364768700512583,0.087224826,0.9736026 -2507602916169944320,30.139394202074254,0.044739883,0.02429418527304376,0.03680275,0.496567905493685,0.05148039,6.6496663,3.0949333182924974,0.060663335,-5.885528884126001,0.048128642,1.1290276 -2507603083673437312,30.173892085261684,0.09111784,0.04807660887449648,0.076964125,1.2180768700297253,0.10626875,19.206911,-6.392946835542634,0.13234271,-18.111755551103435,0.10023157,1.0229696 -2507603191047822976,30.108355494274907,0.026396142,0.040600039751970886,0.02073724,0.8904771905866474,0.030291079,24.119553,24.006076138868885,0.034968954,-2.33689788871192,0.025273586,0.9741527 -2507603328486804224,30.135403134009255,0.020847408,0.05079215319086026,0.020364195,1.1958790733680522,0.027414085,24.548456,24.314774587339272,0.02970704,-3.3791180859271654,0.025931854,1.1220788 -2507603358551354624,30.14976129660293,0.09828422,0.06292398605188954,0.08324442,1.0092215780474,0.114113584,6.4031367,2.792800685864645,0.14316076,-5.761981168262338,0.109145544,0.96367913 -2507604359278928768,30.01411405588592,0.017257573,0.010436623474391695,0.015327423,4.462206479508291,0.020068647,43.72814,43.72772967228725,0.022575267,0.1899080597023486,0.018284686,1.2236313 -2507604359278929024,30.016455025533574,0.039428566,0.003274828135653367,0.033731382,4.589447989081662,0.045049466,81.08234,80.97476773287362,0.048476372,-4.17522067486794,0.03983724,1.0117676 -2507604389343467904,30.032015021169443,0.08783307,0.015226490979922408,0.07596963,0.864958842651576,0.102950186,46.542885,44.67602156854212,0.113257155,-13.049639759694477,0.087354444,1.0740461 -2507604462358143232,30.02039485563258,0.025957225,0.029259097885421036,0.022880252,0.8424881571294851,0.030067328,13.866662,10.810390144836264,0.036002718,-8.68445688124231,0.02868933,1.1737045 -2507604870379802624,29.910553247159577,0.13873845,0.011422203372833723,0.11289923,2.5397855344555644,0.15655974,43.662876,18.040886551854026,0.17857197,-39.761452498727884,0.1336822,1.0321953 -2507604977754220160,29.919745566742733,0.019444143,0.013864933141917963,0.01623062,3.8035627270067365,0.022486826,44.43639,-16.060373724556616,0.023879793,-41.432560142898495,0.018574009,1.1868037 -2507605046473696512,29.971516420559652,0.041655492,0.011764137710327333,0.038862575,0.4867317982824021,0.048532087,19.736862,9.51708408353305,0.05491096,-17.290716107950235,0.047212802,1.0526876 -2507605149552910976,29.967680821149123,0.06768605,0.024260271638106182,0.058077466,2.316797722085887,0.07742681,14.148764,11.202540781468294,0.08431643,-8.642371909218914,0.06978112,1.3973813 -2507605488855127808,29.978059764260042,0.4847769,0.0539165413625909,0.40075773,5.99834659745979,0.520412,73.35778,-49.7963492157125,0.72048354,-53.867314175421875,0.5043624,1.0615242 -2507605527510032256,29.956098521375363,0.03381386,0.05463342157582232,0.02994816,0.9442187817351981,0.039372258,4.613827,-2.3719412915578317,0.045352645,-3.957435570504006,0.035930037,1.0459301 -2507605660653787648,30.0509399589732,0.10890655,0.015172456482962398,0.091045186,2.5882911899008354,0.12424346,27.353765,23.98776568931347,0.15111566,13.145935819232298,0.1052174,4.2193375 -2507605733668462720,30.074019232448254,0.021296542,0.02438788776492003,0.016850416,3.2478832763795715,0.024774252,19.656591,19.617478177330362,0.026340084,-1.2394080307729325,0.02009876,1.0232975 -2507606107330427648,30.05445792568438,0.1755218,0.06966117369895929,0.14147712,2.9242658042809855,0.20293878,1.2948438,1.2108178096978133,0.23336121,0.45884715558932543,0.16183636,1.0397698 -2507606661381396352,30.102191776249395,0.01762268,0.10549367002952274,0.013934593,3.01591713744621,0.020294059,34.16536,-10.078280127344872,0.022491878,-32.645062167191114,0.016669251,1.2230875 -2507606661381396608,30.10354932417748,0.030159013,0.1030327159266015,0.023611505,2.930790091244043,0.03522781,36.92744,-10.552712280570706,0.037358634,-35.38751500385133,0.02783461,1.1772141 -2507606863244675456,30.057154236981557,0.3155973,0.07318715209393395,0.23438187,2.4790144481098633,0.3714473,65.49304,64.04674451352447,0.3952832,13.687704048470813,0.26776496,0.9362213 -2507607000683626368,30.003485186020775,0.16092046,0.07012551552117909,0.14648774,1.3639919063532133,0.1846461,20.990839,-10.150850358323105,0.22699796,-18.373228938410197,0.18525183,0.9019078 -2507607211137210880,30.01261143551606,0.0188724,0.09881061634585823,0.017147787,3.0769034332385146,0.025720512,23.887938,-17.884156169970904,0.025450757,-15.836367899993897,0.022179244,1.1254587 -2507607275561544576,30.07048404769402,0.13099684,0.08536444796358482,0.10004635,3.5982979822958243,0.14688677,39.13839,24.639279428706796,0.17502819,-30.409200668742773,0.11497077,0.984437 -2507607413000524416,30.09427327929639,0.2107129,0.11409074270502738,0.16327956,1.2607334512584332,0.23698716,7.8529763,-0.4253640250668811,0.3108286,-7.841447647844054,0.20167738,1.0914204 -2507607653518699776,30.056261832634853,0.1353439,0.1227092856133293,0.11915493,2.0334194876540064,0.17718194,7.26957,4.016242380657964,0.19321659,-6.059409531131348,0.13967091,0.9104543 -2507607722238183296,30.055230607164443,0.32785636,0.13106791506128354,0.26408783,2.5012093401898454,0.3764608,25.614983,-18.424524736053403,0.47262073,-17.795061718434944,0.30957097,0.9711706 -2507615423114669056,29.73480108958256,0.031347714,0.09617748980261592,0.026284115,0.3803707284229659,0.036063936,1.6883633,1.684823410361261,0.04214574,0.1092740816654266,0.033510346,1.1849515 -2507615457474407040,29.74755143419882,0.2469796,0.10579296149553605,0.22795741,2.17229989401807,0.29152423,14.276317,2.7047730016440346,0.3590512,-14.017753726043429,0.29223317,1.0263263 -2507616660065265408,29.86590379991953,0.04327768,0.022769887346534397,0.036716428,3.2506182319982373,0.048881337,33.63993,33.489488611737045,0.05468165,3.177903786049189,0.04246029,1.0086871 -2507616694425003392,29.883192419878696,0.09258493,0.029238683629637795,0.076315664,0.8668558179911219,0.106526695,3.3428762,3.26518358025715,0.11556847,0.7165170825212971,0.089696124,0.98476595 -2507616797504217856,29.89618904046543,0.030601831,0.0356342769163041,0.025866134,1.023825043646151,0.036139995,11.060908,-7.915362772012911,0.039353047,-7.7259772605267365,0.030562276,1.0159636 -2507617244180815616,29.932803272631205,0.02041667,0.06814182190028369,0.016697872,1.4136229235288449,0.023306007,20.916636,11.445796959501893,0.027770383,-17.50712431922252,0.019717073,1.1817534 -2507617553418460672,29.923614397338124,0.044435058,0.08912579391968664,0.036899235,0.5905666238338599,0.050779577,7.8441157,5.392478986474046,0.060911953,-5.6966064028938055,0.045406282,1.0608717 -2507617617842794752,29.913911354338254,0.09591598,0.08689354427247419,0.078567594,2.554602555373245,0.10964838,16.010992,15.702816003328474,0.12947236,-3.1262536631631708,0.09320969,0.9509419 -2507617622137936896,29.920678877619945,0.046435565,0.09797859768036682,0.03686437,0.6592168912609406,0.05334195,12.740333,-6.733619857287593,0.060304917,-10.815472304351914,0.045244988,0.9430906 -2507617759576892416,29.828674473232432,0.027205318,0.04935158358191816,0.022526,0.45304812013979023,0.029947404,5.1667795,5.07664387154677,0.03477948,-0.9608846470110857,0.026224881,0.96241087 -2507617927080437760,29.86042038379101,0.041760623,0.0843280507959644,0.036855362,0.268457704713146,0.04640363,12.773015,9.234737456378337,0.053619843,-8.824372227104032,0.04215356,1.0216821 -2507617961440164096,29.821513752523735,0.3365625,0.06824213097877493,0.28614464,2.3248777108081122,0.37431207,36.221245,36.13960545832452,0.46305555,-2.43054513874156,0.32766753,1.1262059 -2507617965735308544,29.815168773569315,0.022881439,0.06295107400855139,0.02054763,2.4058524624473034,0.02766681,36.8869,36.708086846349104,0.030149447,-3.627657769615264,0.02261035,1.2488121 -2507618167598616192,29.820113805750804,0.41157484,0.09359620860600873,0.34809113,3.1474297347762583,0.47521815,11.650416,11.030622496061028,0.607163,-3.74934287488766,0.4239828,1.0955375 -2507619404549226624,30.005721746620726,0.052512806,0.12879063045815684,0.044778492,2.2210865200764682,0.061802734,10.491211,3.11772992965441,0.06551544,-10.01724896735027,0.053207617,1.0646812 -2507618584210611328,29.85795271974104,0.046790484,0.11109596385306882,0.037469786,1.3541270654951643,0.05130067,7.2012424,3.783308738136524,0.060994696,-6.127354125633394,0.043924477,0.9725921 -2507618717354458624,29.87183323516273,0.44355083,0.12843642655577972,0.36761978,3.0206337965047685,0.49055126,45.570057,41.614365236029585,0.583244,-18.57080236873671,0.42450488,1.0620648 -2507618824728779648,29.978998302756906,0.021196578,0.09662703141595043,0.017896513,0.6024121734936004,0.025427606,5.872552,2.4436617117404884,0.026533242,-5.339979547785709,0.022025073,1.2148154 -2507619305765115520,29.972924984557036,0.058230802,0.14029333600859792,0.047760777,2.0407443183024014,0.067404196,9.022125,7.575202523530365,0.08163236,-4.9005148614125105,0.05925124,0.9803091 -2507619443204068736,30.011153870496724,0.06381633,0.13809769556236384,0.048681535,0.5456605795773621,0.08032473,4.341081,-3.2736580669938316,0.07992642,-2.8509909777896603,0.05734387,1.9193211 -2507619477564015872,30.038719097213185,0.08874606,0.14069816169329932,0.07608377,2.6059354101005474,0.10383078,31.73547,27.335523495667182,0.11771807,-16.12170130502573,0.09526022,1.0192453 -2507619645067412480,30.008215465948506,0.07295637,0.15202988740412865,0.0612746,0.7018193586687167,0.08653865,3.5907845,1.1912263528165763,0.095877044,-3.3874345719643078,0.07589326,0.9201708 -2507619821161190144,30.01199085148789,0.018930338,0.16653676155143568,0.015749715,0.8969506840606728,0.022300642,3.5229647,-2.2414350570499098,0.024751307,-2.717949357666166,0.019372279,1.1028774 -2507620061679359104,29.956582322805723,0.03214625,0.15571345071955617,0.025566611,2.0697508245335428,0.03780097,25.487099,6.812061724384426,0.04219259,-24.55988544081859,0.032277796,1.0972553 -2507620194824053632,29.917343187855312,0.26343054,0.147298657097662,0.19387892,1.6341385232224683,0.2874572,3.4705179,2.2039400907446347,0.3406793,2.68088453339766,0.22784387,0.99529773 -2507620199118313216,29.91625549943562,0.016404895,0.14589792072477978,0.012785186,1.1402196073722963,0.018119218,5.7673364,4.718828518176226,0.02177418,-3.3158450113322298,0.015260309,0.9767019 -2507620233478051840,29.892842008658018,0.0156084215,0.148565109376114,0.013029003,1.055412114470717,0.018358927,6.9691577,6.623488944434485,0.019960713,2.167613959621493,0.015399324,1.0704626 -2507620267837789440,29.90452307636546,0.05409078,0.16420640738773198,0.044644266,1.4027479729896408,0.06121846,24.524286,6.627703759304016,0.07094396,-23.611737754712752,0.054964453,0.9967134 -2507620267837789696,29.897757525866368,0.15533291,0.1570081917917489,0.124735035,2.853877936736331,0.1736155,90.89802,45.583455704992915,0.20649949,-78.64221945322083,0.15156442,0.9405674 -2507620332262190208,29.93611593212413,0.111964226,0.16881775687858874,0.09298191,1.1993729372591602,0.12650636,19.78695,17.348124166941062,0.15316887,-9.516614892042684,0.11375011,1.0372616 -2507620813298545024,29.94339406556475,0.14934938,0.19836664794292763,0.121534646,2.0873034894992744,0.1639948,18.7072,18.706140113364302,0.21055913,-0.19905154144377663,0.14888789,1.0692276 -2507620886313078784,29.97700820082688,0.039055504,0.2026919488663673,0.03023434,0.44430115972356315,0.04350876,9.218398,8.364944968474436,0.05417291,-3.8738306062544288,0.039243698,0.96641797 -2507621058111761280,29.77701201221311,0.015183875,0.09224980202821578,0.012637886,2.956025209653162,0.017421268,22.494364,22.403478835564336,0.020581787,2.020024959053163,0.015485484,0.97982955 -2507621676587063552,29.860884752656208,0.033670556,0.1439940145648811,0.026476325,2.985126775018722,0.038912665,19.350159,10.90263262173414,0.041815467,-15.986282749316008,0.030209642,1.4491485 -2507621706651715072,29.86897514332129,0.036002737,0.15350539935033317,0.028081574,2.268654201485627,0.040193498,25.932589,25.900851763066857,0.045269173,1.2825745984871908,0.032963242,1.0304464 -2507621745306527744,29.84204552714329,0.1324075,0.14731150814166807,0.106113344,1.6868033686458521,0.16065982,16.660183,-15.524972252200802,0.1762703,6.044580319782452,0.12538616,1.0274094 -2507622157623603072,29.74816537361038,0.14327899,0.131988442224781,0.11961951,3.3983173275370855,0.16651405,15.8370695,2.6012213220888922,0.17091905,15.621985350531443,0.1565599,6.8365726 -2507622432501295232,29.71620782991294,0.04121977,0.15632116249111785,0.03493995,1.005630554374116,0.04774633,2.2359893,-2.1347086594830085,0.05302704,-0.6653325905882512,0.04459572,2.079759 -2507622707379201792,29.788714859874702,0.04386331,0.17015877990198358,0.03525134,0.8765181277787684,0.05285382,17.816294,17.79575761431011,0.056142114,-0.8551735005203239,0.042230383,0.8985774 -2507622707379201920,29.78706144616046,0.13715875,0.16967235123918492,0.10587993,1.8288535024548724,0.16602096,12.571068,10.697354847750056,0.1762339,6.602903398873203,0.13020365,1.1394159 -2507623149760762368,29.795893804114108,0.06001573,0.21527867263154063,0.03928782,1.815067854911336,0.07420548,21.43535,-8.989653485495227,0.06313197,-19.45919720018171,0.050950345,0.98474705 -2507623184120472192,29.884056612026036,0.08479356,0.16516194292527317,0.06693041,0.9155808722598178,0.09577967,11.316137,3.0610471329881372,0.099212766,-10.894262767592343,0.07396008,1.1209224 -2507623252839811584,29.869717926294044,0.019104503,0.17418119501679208,0.014024268,2.1910303277244374,0.021744324,12.725661,-4.008661786370529,0.022239663,-12.077793052996714,0.015930062,1.2606815 -2507623699516572928,29.880529188833588,0.057697237,0.2083457237661454,0.048989903,0.4749012703712976,0.07045266,3.7702496,3.7673236370408603,0.07621845,0.1485070586608875,0.05726838,0.9891048 -2507623699516573696,29.88272227570951,0.08240819,0.2095938412540185,0.06593201,1.6003032604499796,0.0970441,15.430137,-8.178954239521275,0.10643921,-13.084106239868017,0.07328914,1.2036359 -2507624013049270528,29.89611534079347,0.1889145,0.216192769159754,0.15299405,1.588748527051945,0.21252811,20.385101,-16.140747819641653,0.25978696,-12.451049716826375,0.18828444,1.0296117 -2507624111833446528,29.909564906774083,0.16435876,0.23064348864383294,0.1292511,1.2161237460643675,0.1822945,48.45495,11.47383973244104,0.22541249,-47.076886078444105,0.15565123,0.9826392 -2507624386711341568,29.844968649923604,0.42942053,0.2112540878256979,0.37283045,2.766963102989212,0.54088265,74.39506,71.41404575856443,0.6002904,-20.848482717405954,0.4411107,1.1063154 -2507630021708375680,30.163613044869216,0.2540201,0.12107961059718612,0.21173663,3.423037656450435,0.2844802,28.626032,-8.50593536249972,0.4012757,-27.333106970651876,0.2990457,0.90615016 -2507630296586293632,30.149551974656028,0.24804683,0.13407492891708417,0.20351698,2.6760941540451704,0.26641154,22.481369,-5.267097375491988,0.41357324,-21.855654464156885,0.2642224,0.9932385 -2507624455430654080,29.86853355650065,0.017468585,0.22239768725296463,0.013874459,2.922811490060766,0.02080833,20.52629,17.70109561907901,0.021948943,-10.39229572386288,0.017246084,1.0004306 -2507624459725896832,29.867124849744613,0.026952626,0.22872564105184584,0.023393137,0.5730503797949147,0.032033596,23.88817,23.734141058209932,0.0371268,-2.7083613105655817,0.031282824,1.0886772 -2507624494085596544,29.845420318803168,0.014689416,0.22105469690134136,0.011980744,0.2096346113535457,0.017681789,8.316848,4.980004310494516,0.01887589,-6.661044106218633,0.0150347715,0.98044014 -2507624837682990976,29.88383876346246,0.015453698,0.23160285003748673,0.011962208,1.2818253778314919,0.01757414,9.793362,1.8748529842796648,0.019849489,-9.61222427304278,0.014507696,1.0837613 -2507625073906139648,29.907494553084298,0.046538092,0.27441125836283725,0.035294708,0.6450331396548904,0.05735848,7.9910913,-3.0859405919192926,0.05950487,-7.371194798305132,0.043930564,0.9952741 -2507625765395957632,30.20986489430977,0.27772245,0.05003692630080642,0.24152319,1.957369656112073,0.31211054,44.969215,43.63754626833602,0.40051997,10.862549748688483,0.31519836,1.1102186 -2507625868475172608,30.21874889455507,0.027282856,0.053639704565455214,0.023167517,0.7747921377324354,0.031490218,8.362222,7.910196423566996,0.036845516,2.712110965856936,0.030964429,1.0763612 -2507626486950463488,30.20001228445473,0.07312914,0.04726813469008204,0.060032528,0.7811070845405795,0.085421346,6.3247914,-5.915629830109816,0.09926282,2.2379250212777704,0.074483596,2.2808783 -2507626486950463616,30.198373139062276,0.06354709,0.047311159417840226,0.052272666,0.8899231100353215,0.074353635,6.25559,-5.880466179036064,0.08488945,2.1336637893337094,0.06449285,2.493725 -2507626486950463872,30.19609568313524,0.013106204,0.0442941706024692,0.01101077,1.4246815500119092,0.015209847,20.63545,20.602314157821816,0.018202975,-1.168973503671004,0.014351197,1.0517519 -2507626521310201344,30.207363460026116,0.0379397,0.05740750150827915,0.032208934,0.6550336356931397,0.04422376,8.393065,1.2880920018512212,0.053531542,-8.293633687472239,0.042541064,0.9773127 -2507626688813713024,30.195742404063274,0.23425508,0.0719859842104746,0.20749763,1.6897447839272741,0.26761055,20.109476,-20.10252653766662,0.3592136,-0.5286123413658903,0.26970848,1.0396312 -2507626688814102144,30.19423363500513,0.54482186,0.07700447939353468,0.48708466,3.466938232335792,0.5675313,30.549711,8.35435426438215,0.81154114,-29.385194598071028,0.648609,0.9912467 -2507626693108892544,30.209210957452107,0.032146946,0.0734459136678317,0.026720138,8.231686335123143,0.03672833,84.94507,-16.37809564973851,0.04650915,-83.35119936479565,0.035255626,1.0415514 -2507626929331890944,30.203083726128007,0.12319514,0.08531041707069303,0.11279076,1.2364516586185206,0.1332783,12.015023,9.774169322098473,0.19677824,-6.987589565082274,0.15269871,1.1295476 -2507627208505158784,30.268252883416675,0.20887358,0.1081244854102152,0.16195174,1.5863570183830538,0.25776547,17.502281,-0.22080165181284797,0.281365,-17.500888357774738,0.20740485,1.0593083 -2507627242864079232,30.24217314943201,0.08546245,0.1166811390211211,0.06263634,0.9667238925190386,0.09732864,5.389405,4.2936956961152175,0.11295358,3.2572782530771485,0.077363625,1.0646228 -2507627277224635392,30.258572748208056,0.25911713,0.12566121664513036,0.19147061,1.5997376058581747,0.29483664,2.828103,-2.675510074056203,0.35333544,-0.9164128795292065,0.2410004,0.92657065 -2507627414662771200,30.218055260543135,0.70139444,0.12023166465933359,0.5115081,4.441465737786493,0.7904756,24.498823,18.806138875821404,0.96173245,-15.70100277299094,0.6720484,0.9786304 -2507628406800686720,30.336908979704823,0.14422636,0.13803554371181262,0.1026926,3.192571183475068,0.17290898,24.456564,19.88520008262714,0.21302563,-14.237357945565549,0.13564667,0.9826274 -2507628411095808512,30.338325564334653,0.035123575,0.13617332509429508,0.02445948,2.1962779686776557,0.04133826,3.260641,-3.1966581972685875,0.048858747,0.6427723635920453,0.031222757,1.1512659 -2507628475520049536,30.327351409787614,0.020443978,0.14764768033576933,0.014379516,2.080719770082282,0.023938298,16.72274,14.149104687313411,0.027626444,8.913634363960925,0.018240988,1.1093426 -2507628479815284096,30.32778644196467,0.026372472,0.15044149489574882,0.018585475,2.1159611070036277,0.030534355,16.7916,14.237058568201274,0.036269225,8.903030906525567,0.023960376,1.0306791 -2507628612959137536,30.356932875068452,0.06888237,0.1700124619357453,0.047831092,1.064068111697436,0.06970329,8.026247,5.723581070335628,0.11886218,-5.626833477511517,0.060536366,1.0517596 -2507628789052931072,30.28755772282771,0.06919655,0.13921916118878788,0.052114315,2.0225998493682353,0.084801614,8.760186,7.350766907827843,0.104920395,4.765195019718421,0.06406686,4.922184 -2507629300153903488,30.300931159087785,0.195927,0.16769782637099825,0.14890438,3.6138881766790667,0.22455138,28.47419,15.329292367349943,0.29739964,-23.995672734187238,0.1818067,0.9064197 -2507629987348633600,30.156674216526042,0.17760246,0.11495769033897034,0.15424053,1.7728662214668216,0.19922511,13.333312,13.26512881831005,0.27710426,-1.3466914756355937,0.1979056,1.0327454 -2507631018140803584,30.123307723945125,0.07568884,0.13859644001364918,0.056885447,0.6407200299814128,0.084376864,16.778008,1.8376685928124077,0.107131064,-16.67706569085935,0.073013216,1.0151534 -2507631056795636096,30.12979354402476,0.054986164,0.14782510020794887,0.03645099,0.7281068688362952,0.0609017,7.479819,-2.6306166137433555,0.06948221,-7.00196737349207,0.043560676,1.0040399 -2507631739695334656,30.134792729256397,0.1543383,0.17888386669265224,0.10326606,2.52517080678711,0.16989318,5.163861,-4.4824341378881725,0.20736337,-2.563833119243372,0.12839538,0.9948215 -2507631739695336448,30.137923327625774,0.04256496,0.18074501578086885,0.029125886,1.8563464833094405,0.049684312,1.3344674,1.2474701258526844,0.05221194,0.47394266709746413,0.03624872,0.94621307 -2507631812709879424,30.133550541102714,0.21944228,0.19543598661776349,0.15416065,1.502210707311469,0.25673455,6.2341604,-2.85876005365148,0.32551187,-5.5400581899398444,0.19424869,0.9552466 -2507632048932970112,30.217820637051013,0.42157003,0.16426648473532537,0.34580302,3.4941431366211817,0.5204402,11.932528,11.919018368788388,0.70109886,0.567639339616523,0.4173306,1.0442288 -2507632121947550592,30.257890833635408,0.08012112,0.1772961741953859,0.060157992,4.515759051969059,0.091262,47.514,1.5711984372277954,0.123360395,-47.48801358010829,0.0727341,1.1396165 -2507632323810892928,30.1983027813377,0.12994224,0.18875225174246185,0.11004796,1.2365422755363662,0.17246811,14.483378,11.669880308802865,0.21207069,8.57800306914675,0.14410388,1.02255 -2507632362465718912,30.21136048080939,0.028693378,0.20180712613504925,0.021235045,0.4907909812318986,0.034579046,4.406102,2.847689881953462,0.04232869,-3.3622014856067874,0.026421122,0.97187775 -2507632392530372224,30.241428324295427,0.13952401,0.1936031382382371,0.10196614,1.1078911498374366,0.15689224,11.2013445,10.72849842725877,0.21209961,-3.2201623950708536,0.12714788,0.9858188 -2507632461249855488,30.217120663857667,0.059020992,0.206152684350237,0.038925003,1.1976296454583792,0.062392123,2.5421185,-2.502607659704888,0.08075418,0.44645444536989276,0.047096394,1.0633659 -2507632602983886336,30.269908799732253,0.069888115,0.21066631554086732,0.055191007,3.8095194301722017,0.077846415,36.15,-2.185029657161187,0.11924501,-36.08390433099505,0.06938465,1.0137569 -2507632637343624192,30.275942869126194,0.037627496,0.21850401467800354,0.029068684,1.6067838718178264,0.041012887,19.767693,18.62750071333054,0.06260085,6.616483705567418,0.035807993,1.3302095 -2507633187099633920,30.185427686246843,0.4404993,0.2151757465464042,0.3216244,5.206136005131618,0.50632876,29.535234,28.10653487100022,0.6791783,-9.074841505971099,0.3979597,1.5947264 -2507633255818914944,30.220024721505055,0.06756997,0.22779348736317437,0.054953557,4.663511217985271,0.080031104,27.99649,7.922142053235909,0.11318867,-26.85224613008374,0.064516865,1.1205229 -2507633908653943680,30.216885191151164,0.057174895,0.25013681724709264,0.04410258,0.5277914455099033,0.06321602,12.553758,10.205709217861422,0.09840667,-7.310289712440247,0.05693301,0.9520225 -2507633973078373632,30.202178025984573,0.4094507,0.2678843382593131,0.32123628,3.2868139968658605,0.44898963,14.947148,4.071365949521468,0.7555801,-14.38197563579816,0.4323323,0.9713144 -2507634114812372864,30.225408724104405,0.025350282,0.2776418095881284,0.0193505,0.914888373109772,0.02782739,12.483018,10.23078937080085,0.04221233,7.152389878239165,0.024994316,1.0444069 -2507634114812372992,30.21329273774196,0.11136385,0.27952545630681463,0.08658401,2.1809112729799267,0.12278426,17.003391,13.357497968758738,0.19562535,-10.521052939852371,0.112222105,1.0589466 -2507634522834147328,30.37561489373088,0.26292554,0.18622383586436508,0.18717553,1.566244008549754,0.27918896,28.973484,27.69309406302761,0.40549013,8.51794110969044,0.22056827,1.0338906 -2507635759784755072,30.357112600660194,0.21739472,0.23532049866948562,0.16711876,2.1022168170475015,0.24710011,18.333939,-6.452687184170577,0.3125707,-17.160888846154236,0.2142843,1.0308197 -2507635832799291136,30.411609863262072,0.018396143,0.2367948552555138,0.013793384,2.7642661795049404,0.019327728,3.097469,2.860686801833078,0.026291976,-1.1877649084431676,0.015562629,0.9747651 -2507636069022414720,30.434568461686425,0.14093035,0.2699745517227292,0.10803313,2.225984311894397,0.15397324,51.303825,50.79994191198624,0.17847568,-7.17275130807465,0.124552704,1.0170628 -2507636210756412544,30.388208285832835,0.03662571,0.26553467867992403,0.026033811,0.4206684288457698,0.041727,8.550682,8.471068095177927,0.04931773,-1.1641147831794005,0.031775292,1.0350562 -2507638306700450816,30.4683528225336,0.024933975,0.32746247945452944,0.019406885,2.142167241933452,0.026983637,44.73683,27.29222064280053,0.035013735,-35.44741086897113,0.022715678,1.2377651 -2507638581578557184,30.31890038255622,0.10161979,0.23867134570746865,0.074447185,1.991960323247805,0.11113378,23.404749,-7.759198133334936,0.16775532,-22.081148178860282,0.09628109,1.0582979 -2507638581578557312,30.32596517000769,0.022982698,0.23605072495478077,0.018093197,1.42733285552438,0.027284946,12.485268,-9.08658934264257,0.03650921,-8.562464856216955,0.022263711,0.9418955 -2507638787736790656,30.336301596857837,0.038476624,0.2562127790846685,0.030240016,0.7092723356500034,0.049060103,12.764397,-3.753927007679988,0.054953683,-12.199911833926548,0.03897068,0.89088327 -2507638852161212928,30.296253118116116,0.04541967,0.24751180283279514,0.03408225,2.7549942943988635,0.04975135,19.477196,-14.048161046498903,0.073085845,-13.491121006363159,0.042731546,1.0166614 -2507638856456464000,30.307472541476358,0.018472495,0.25123509106246655,0.013973547,0.8444463468164957,0.020208701,13.327502,13.117764796401268,0.029612014,2.355116464334959,0.0174047,1.1071341 -2507639711154685312,30.28830160336241,0.4501221,0.2792352950638917,0.37613535,3.3605192721229202,0.5244023,43.52852,28.954233000843857,0.72639334,-32.50206481102683,0.48382193,1.0861396 -2507639917314478592,30.298204366651063,0.2917861,0.3137259880754151,0.23057908,2.0436478002397696,0.32634553,41.29604,-21.88779809349451,0.42390484,-35.01838460988793,0.27974364,1.1033858 -2507639990327830016,30.27148673951235,0.08194983,0.30231436433583386,0.06595357,0.8323844295432695,0.09478277,5.7215557,-0.26766468049185566,0.1301793,-5.715291286846331,0.08652025,1.0957143 -2507640093407044992,30.275283733169132,0.057108086,0.3088733045391823,0.046279956,1.9371683845131236,0.06645683,23.659224,-6.1242287239226885,0.09043534,-22.852848976676366,0.05941015,1.0397686 -2507640265205538816,30.33726901137766,0.0151982885,0.3201536493843112,0.012225249,2.175379949581068,0.017005324,17.30232,10.869736829161804,0.021780115,-13.461764226200756,0.015274516,1.0131038 -2507640299565277312,30.31190955617698,0.06908096,0.3228452293496397,0.05597865,0.6844571172148675,0.075524256,7.020035,-4.734058149769605,0.09603421,-5.1835880558841705,0.069252335,0.970983 -2507640535788428160,30.31511485181706,0.15321049,0.3337650862197629,0.13025692,1.168691859548521,0.16712752,3.412129,2.603688163101143,0.20827216,2.2053189263439865,0.16183609,0.98948646 -2507640604507908480,30.30612558652477,0.07842764,0.3446283928934381,0.07250219,1.6265793149214198,0.09006016,31.309887,-21.31590117818798,0.108554654,-22.933412314958133,0.0828338,0.9733215 -2507641119903981824,30.373663294507985,0.24881884,0.3404805183838469,0.21471556,1.9161019700747346,0.29009092,25.073755,5.36985538945882,0.33146182,-24.49199579583731,0.26144785,0.99652326 -2507641326062196224,30.457790409710977,0.012446522,0.34571072122724644,0.009850062,1.7731111667877437,0.013146387,11.881064,11.614880810577713,0.017298704,2.5008486912395615,0.012286007,0.886264 -2507641326062413824,30.45353029523264,0.062189687,0.3434050881040612,0.048970144,2.7953046116131754,0.067792244,20.820547,10.382734039517302,0.08123795,-18.046995287729068,0.058657225,0.938194 -2507641532220852224,30.46631093741369,0.2829433,0.37228660891245513,0.22800742,1.7778123531735879,0.3165793,20.956419,-1.047624046381347,0.33511746,-20.930217164268054,0.26914555,1.0217692 -2507641570875594112,30.47075362904301,0.09995923,0.3820811935291284,0.07598939,0.8551909410070466,0.10639848,9.89994,0.293252538145811,0.12883535,-9.89559497448152,0.09114742,1.0732044 -2507641600940326528,30.42988652051739,0.038901497,0.36335232993721805,0.030062117,0.4692818435582928,0.043542635,9.727222,-0.3871629967244471,0.051430315,-9.719514796919587,0.036288,1.0736545 -2507641811393762816,30.436800326880338,0.034024555,0.3882760536541389,0.028135454,1.6387086358389238,0.039631415,24.431797,-9.857629652724016,0.042975195,-22.354861221938815,0.033386737,1.0700265 -2507641880113241344,30.36995790388147,0.050404422,0.3450890605295895,0.04057235,1.3269076329943998,0.05559097,18.162552,17.58591945347311,0.06972531,4.5402374126377065,0.048921674,1.0285897 -2507642185055881088,30.35500199421674,0.19199759,0.37227574964244,0.15152636,1.2604591317934837,0.20744279,7.734797,2.8011381877854857,0.2608912,7.209764845035819,0.18100022,1.0786455 -2507642223710624128,30.332524741467548,0.06373667,0.3670876244809119,0.05148027,0.6851259792050717,0.07031295,6.9738684,2.267744171432755,0.08938226,-6.594859750788572,0.062568374,1.093993 -2507642425574053760,30.413305247042818,0.06245897,0.3841804553132388,0.048870135,2.5601631737891903,0.06920145,54.90262,54.841404678239435,0.078898914,2.5919081724670745,0.05763387,1.0190718 -2507642876545650816,30.428252548746823,0.039539065,0.4258294078055492,0.032217126,1.8205775807759446,0.04345864,8.880891,5.063515698898691,0.051731266,-7.295959560347119,0.039874755,1.0485361 -2507642906610403072,30.407760512989388,0.31928,0.42638270115802424,0.2574636,7.9021869919992085,0.339614,179.49977,179.42561696720384,0.4141102,-5.1590590923756245,0.31083876,0.9633977 -2507642906610403840,30.40433649691386,0.1354306,0.42948577796026766,0.11188144,2.176392046130075,0.14771436,33.030617,31.894596425791697,0.17965616,8.588150804838433,0.14060609,1.0226067 -2507643009689510016,30.06318437891598,0.19491023,0.1647506495762738,0.14315309,2.1980320446474275,0.21591227,51.372257,20.329004518126688,0.26241252,-47.17881486205177,0.16812663,1.011765 -2507643117063803008,30.078569549723625,0.09227323,0.17929642800293194,0.067773834,1.2172695266302243,0.10908309,3.4355452,2.3441643329057023,0.12067947,-2.5115460829222545,0.0786981,1.0899938 -2507643971762228736,30.11107761142554,0.12880668,0.2450410393258927,0.09429675,4.824035424618647,0.15869339,72.883415,71.63367279346784,0.18417439,-13.439078737009037,0.1102769,0.89791036 -2507644354014383872,29.993069690272478,0.022225427,0.2096232619514514,0.019419286,0.8310146389830136,0.026824402,42.306423,-26.99888420012245,0.029749785,-32.571362534859354,0.022845276,0.94029325 -2507644663252028800,30.066109348640442,0.076962516,0.24283202521090214,0.058476944,0.5125999773210104,0.09409228,5.9191365,4.705362435467153,0.10927894,-3.5910641672325085,0.07026772,1.0772938 -2507645522245487360,30.111470879820356,0.03299526,0.26312674859839164,0.024369568,1.7307540151557619,0.04061961,11.08081,-0.7645169581224567,0.046528947,-11.05440405231881,0.02797334,1.0460234 -2507645625324701952,30.152789932789073,0.016223293,0.2822844091304974,0.01269875,3.8693397750773877,0.01840435,22.504625,7.204255851911696,0.02627996,21.320338866021018,0.014784359,0.96122 -2507645659684440448,30.14360045808793,0.09891606,0.2811513077038195,0.0730224,1.4308400739480998,0.112474404,46.96031,40.16090447855213,0.15644947,-24.338706473739663,0.08666677,0.9709438 -2507645968922108928,30.204444265713345,0.014811456,0.3085974637338932,0.011576179,1.1068532410271512,0.016484184,12.171861,0.23734124368070117,0.023341054,-12.169546221083163,0.015123812,0.9652342 -2507646243800015104,30.198294184474047,0.021022696,0.3287668277774687,0.01519249,1.2536900057824214,0.023991609,10.860336,10.829391955798464,0.02875988,-0.8192550852481614,0.018753009,0.9314737 -2507646518677899008,30.12292456548586,0.06245017,0.2999931699762172,0.047069702,0.7051120762192227,0.07070361,15.618004,6.235396965800103,0.100673735,-14.31928270709283,0.05543,0.9930401 -2507646583102369792,30.087130039182817,0.23230591,0.30185797079110055,0.16830367,11.716512502970582,0.24834658,155.15407,154.94158685114036,0.43697014,-8.117293429974199,0.23240012,0.9419118 -2507646587397376128,30.094990378748903,0.016075848,0.29681372879743695,0.012569365,1.3653264617493648,0.017621484,15.268834,-5.080890575359115,0.02825428,-14.398675332906288,0.014374698,1.0529876 -2507646617462107904,30.06325173503109,0.06421845,0.30012992467305516,0.049345694,0.8227484124678726,0.073289745,16.452713,14.95938554372683,0.10014077,-6.848982385910601,0.061712828,1.0810994 -2507646724836328960,30.113945348509883,0.07206813,0.3148673016804957,0.0522488,1.1129191254001953,0.0796922,12.8093195,7.380722115957514,0.11185871,-10.469174382588298,0.061114673,0.89913005 -2507646789260810880,30.103807350103875,0.08248095,0.33300798834649237,0.06585881,1.3285184736589764,0.10322235,24.317371,18.89769222307949,0.1332841,-15.30398039044298,0.07910415,0.96692336 -2507646892340021504,30.141531772532545,0.28895313,0.3198277399875757,0.20911671,5.2489522398994914,0.31836748,118.150475,112.63122155402047,0.46897617,-35.68951981229464,0.25194114,0.9542535 -2507647068433712128,30.170979742556614,0.028770119,0.34010715603435737,0.022073554,0.536128483184503,0.03407644,9.997157,-1.2831251372441352,0.041460156,-9.914471595826807,0.026502326,0.9444777 -2507647098498454528,30.116919244456835,0.17306516,0.32771981283113244,0.1253155,1.0397738520303637,0.19222216,2.7516344,2.3947597241243845,0.29500774,1.3552184084897931,0.1581793,0.98910916 -2507647102793450624,30.124375856500773,0.07351442,0.3308347575514569,0.05339823,2.947332519706442,0.08129598,34.800682,-19.532946972196445,0.11437719,-28.801936981296084,0.062227104,0.97007793 -2507647446390836736,29.953614032594427,0.0780355,0.2455393631448815,0.050835706,0.7063492462703427,0.083424605,22.970121,16.422511077945522,0.09372746,-16.060123780598726,0.061059467,2.7543373 -2507647549470260224,30.00730395380928,0.09667869,0.2642487643938937,0.07034862,1.611283101509948,0.119625434,13.531773,5.37231728322867,0.12898505,-12.419625172164512,0.08713811,2.1681828 -2507647583829789952,29.990344738478207,0.06821645,0.26033506454935,0.050436955,3.6902375409923174,0.08229451,41.58942,41.587667293893205,0.09500566,-0.3818227786623539,0.06504802,0.98733 -2507648442823247744,30.016903808207537,0.06553631,0.32222691801922715,0.047202356,0.43570938595347275,0.07310798,10.474767,9.23531365957664,0.10310919,-4.942643683024231,0.060995594,0.96703225 -2507648575967190912,29.93095312318511,0.34899879,0.2921825589650319,0.25562486,3.1723223556262363,0.4129251,16.349394,7.782433628757808,0.5021118,-14.378330639001232,0.31021935,0.949843 -2507648992579271552,29.92287191173647,0.01872232,0.32653673198011796,0.013841594,0.8843393798337047,0.022920039,8.468559,7.33417918713512,0.025854824,-4.2339469926774385,0.01695788,0.9764427 -2507649091363275392,29.95359358012166,0.14089188,0.31377514909657495,0.112384476,2.073251462614387,0.16455649,39.057076,38.65099919372984,0.21562408,5.6174242288142695,0.13229398,1.0183977 -2507649164377753216,29.9981539841558,0.048763365,0.3289071443464078,0.036282748,4.210828338050346,0.051961415,38.3076,38.22152790650016,0.07682094,-2.566467866569937,0.045686148,1.0722758 -2507649434960669824,29.962866046448973,0.07063382,0.34717919134095365,0.05264179,2.4487717750226694,0.07658273,33.189617,-22.697901027414165,0.109908335,-24.214786583814497,0.06232396,1.0041825 -2507649606759352448,30.068506364534034,0.03240213,0.3186998169862064,0.024624871,4.534454649153247,0.035448212,89.56087,89.55458908645555,0.053751983,1.060675005491951,0.03227347,1.0046816 -2507649675478831232,30.05407645907076,0.2145384,0.3255783310556986,0.15443856,1.8722274929545657,0.22894435,9.250983,9.23390911938625,0.3587311,0.5618020754573146,0.1975577,1.0106503 -2507649782853043584,30.06870034880767,0.10439672,0.3281369932079736,0.079328306,1.3519899598750216,0.11816607,77.47517,69.46878002769387,0.16396283,-34.300001300520954,0.10021841,0.96520394 -2507650229529641856,30.1079683055599,0.026517078,0.3615357635251959,0.01974121,0.8628068464103953,0.030414285,7.597234,6.7491583266638,0.037654016,-3.488097329135175,0.022793582,1.2384257 -2507650298249118208,30.145100864695603,0.058152575,0.37232283319789544,0.044653177,0.519962535648373,0.06829004,14.801354,14.448723151034244,0.084397025,-3.211618703347514,0.05248409,0.9932297 -2507650676206241024,30.01844916821069,0.4077847,0.3477217212809879,0.30108967,2.564614766020497,0.44891313,7.600512,-5.214858368834868,0.63072664,-5.529288612037306,0.3903221,1.1729352 -2507651256026817920,30.075052262568843,0.15056823,0.39389551929474714,0.117061354,1.6938644967740855,0.17809276,17.050133,14.599677685205979,0.21276367,-8.80661175447475,0.1505688,0.99808925 -2507651256026818816,30.06903654071618,0.16945711,0.3968131204914492,0.13401267,1.4798560058002308,0.20120499,17.742792,8.510678671471885,0.2396097,-15.568398363408257,0.16963111,1.1671609 -2507651496544989696,30.03721290760058,0.18528745,0.40429758708803737,0.13922097,2.281680976659728,0.21137756,17.43024,17.428187484085825,0.26784015,0.26747341700772465,0.1809218,1.0963256 -2507651702703426304,30.04655635343768,0.088578396,0.43005284307023794,0.067002185,3.7468543297361707,0.099972196,81.049515,52.46532006295979,0.12836644,61.777130863316906,0.08686766,1.0087837 -2507651771422864896,30.230025138000258,0.06534483,0.30356025658589547,0.05158225,0.7038841597253285,0.07544499,4.8042164,3.884279884978643,0.101212375,-2.8271651223652747,0.06758316,0.9665959 -2507652050595799680,30.215142382351022,0.017982604,0.32105607292738925,0.013433261,2.1056849672094566,0.021186497,14.536638,-3.1893219702180744,0.02721796,-14.182457037066573,0.016558535,1.233482 -2507652256754229120,30.22041977054533,0.03700498,0.3565439038891452,0.027868018,1.6400028076775286,0.041815475,32.639275,32.58287323055712,0.054568756,-1.9179865190726688,0.035622835,1.0660181 -2507652321178690816,30.272854804667205,0.06230701,0.34177182875173057,0.053592738,1.679175197952447,0.07407893,10.545322,-1.59379310234591,0.08584076,-10.424186184683169,0.06280474,1.2490138 -2507652359833443712,30.293846914375564,0.0588655,0.35967169873221033,0.048407786,0.999597358552764,0.06649249,3.4984043,3.0494860841417974,0.08217345,-1.7144874300663924,0.06133752,0.95916563 -2507652359833642240,30.2928469818521,0.04768872,0.35788975075113977,0.039302632,0.8543786313139465,0.05427248,10.23035,-2.5639574687745696,0.06736333,-9.903846683767364,0.04970116,1.0178668 -2507652561696874240,30.297635808581614,0.1041089,0.3890337351264021,0.08503138,3.3261759887786306,0.11798825,25.858389,-17.102158258535418,0.13409258,-19.39516616185307,0.10123001,0.9579913 -2507652664776084224,30.254947844046335,0.100441694,0.37369006502795965,0.08644002,0.9262048201009911,0.11105198,6.562411,4.5545843204292185,0.13924748,4.724510400267472,0.10792469,1.070671 -2507652978308710784,30.19058797601042,0.16128431,0.36814382792201134,0.12156103,1.2699679478617898,0.18529208,13.437471,-0.4895335048071138,0.23185569,-13.428551625901475,0.14746259,0.9818751 -2507652978308711040,30.18499013111514,0.02479294,0.36259650398872073,0.018120313,2.582457200922786,0.02720284,76.11161,29.57856564025733,0.03576414,-70.12906237563043,0.019983487,1.1704398 -2507653111452685952,30.219736206786582,0.35599136,0.3825751255166365,0.28903568,2.0682819467466835,0.40566105,119.73175,114.37556072947832,0.4612649,-35.41077192208898,0.38403276,0.99851257 -2507653321906117760,30.20331278836905,0.06020897,0.38550338763744646,0.04979954,0.5090770346241348,0.06919266,3.1745894,2.4434535922979936,0.07905366,-2.0267098888078596,0.059374418,1.0684489 -2507653420690332032,30.23220186106503,0.033439137,0.3842336933859506,0.028168056,1.536828171089755,0.036935475,39.29454,-20.57767245774097,0.04983829,-33.47566778978197,0.037183132,0.97581357 -2507653424985332480,30.231718052275475,0.06645895,0.3841481115376948,0.056408435,1.5018890960060747,0.07421986,39.31956,-20.397913158117365,0.098338805,-33.61477191641513,0.080493286,0.9621951 -2507653562424285440,30.256034110706192,0.023737317,0.3924689741024433,0.01999263,3.650621077443546,0.02660027,71.415306,53.38820164846931,0.03446854,-47.43254064207631,0.025851933,0.99911934 -2507653833007201024,30.23695995262578,0.2096465,0.41445125941022465,0.16569531,1.800464771198107,0.231773,6.840382,-6.685370513838487,0.26778072,1.4479804808806536,0.20842348,0.99746305 -2507653867366943616,30.243498420901133,0.092140704,0.4299707321412052,0.074571066,1.7818519769183816,0.10267409,14.699998,-8.409779911133361,0.12368176,-12.056762980261922,0.09464075,1.035382 -2507654180899775104,30.332224754752314,0.13131818,0.4177225701817304,0.10403102,1.5219723191643162,0.14138025,83.08185,63.68764810753587,0.18309975,-53.352387337137834,0.12566286,1.0415732 -2507655039893032704,30.366245805710594,0.020217605,0.4752552302708618,0.016581394,9.37266599966542,0.023559138,88.52028,6.342432146014058,0.026269788,-88.2927742880136,0.018505055,1.090896 -2507655173037003392,30.275623304472287,0.2635104,0.4374791022147007,0.21895635,5.55818311843216,0.2903916,33.302902,31.66264876939162,0.34294567,-10.322792340967382,0.28142625,1.1062295 -2507655246051663872,30.3170800985087,0.072777726,0.4514739098510922,0.06441259,0.7908489947428599,0.086182795,11.070827,6.822784260543719,0.10064382,-8.71853315060399,0.08640899,1.0679036 -2507655276116223232,30.28751527726228,0.14193176,0.4518009890320048,0.11304808,0.988548036679203,0.15826124,13.929641,-3.90100597013313,0.18111235,-13.372248749332936,0.14220141,1.0416381 -2507656105044921856,30.308074078648485,0.16308533,0.4975041116005676,0.1330086,3.0290468281779916,0.18393932,25.583012,24.10469543216192,0.20443493,8.570536382276677,0.16222776,1.0961242 -2507656139404659840,30.32301838219733,0.013428941,0.5183042930551475,0.0116531,0.7274074820341135,0.015029493,7.450694,-6.924623320100594,0.018186178,-2.749988591322977,0.015858,0.946968 -2507656139404859136,30.325250938320654,0.042306904,0.5101996830953938,0.034222778,1.0004275796413984,0.046717893,7.6086817,7.593166635642246,0.05665574,-0.48564839801373266,0.043619025,1.001026 -2507656375627839104,30.1496580277912,0.10745488,0.4083462478712381,0.08464237,1.546846495039534,0.123359576,16.95831,-3.3776896578184075,0.1398718,-16.618527725152905,0.1000906,1.0136611 -2507656757879930624,30.19981251067277,0.047349267,0.4259584350101739,0.039475527,1.2227437330152304,0.054663837,20.777943,20.282335542109653,0.06490458,4.511074107445046,0.046371724,1.0420921 -2507657062822617088,30.164187647942594,0.19554955,0.4493794399665417,0.15933166,1.6426187002611645,0.22102542,12.214008,9.24716765139345,0.25508627,-7.979466278137246,0.19354619,0.97538227 -2507657337700517888,30.09115730533586,0.18482111,0.42630934518007285,0.13702662,1.8441500117433383,0.21478169,31.971462,30.234886395046797,0.21663466,10.393556969471495,0.17459041,0.9766966 -2507657337700518912,30.08879905795708,0.06128191,0.4304101081326907,0.054543383,0.5149995363460194,0.08163214,9.544085,-5.928628679324794,0.08083447,-7.479365608106147,0.07101104,0.9786772 -2507657445074697728,30.141171489986235,0.024681825,0.4519163242928397,0.020436842,2.5747680394957015,0.02829042,28.04197,28.03629220350174,0.03358648,-0.564259957170068,0.023500368,1.0673074 -2507657509499217792,30.125347192937028,0.08631795,0.4578178034839327,0.07084403,1.8914257955432585,0.09925694,9.325155,-3.3372314260470777,0.11243117,-8.70754933862685,0.08193228,1.0428373 -2507658059255039616,30.170100838743522,0.1691498,0.4960879846767241,0.15082729,2.8236499131687838,0.19001697,20.764475,8.026094763740097,0.21667345,-19.150593029943167,0.17782213,1.0632954 -2507658063550198656,30.17230534155392,1.0031799,0.49345061245591615,0.87104815,9.561136090377897,1.0923059,15.400936,-2.3916717098839237,1.5451123,-15.214096303565185,0.9318389,2.151737 -2507658200988941568,30.118561204792467,0.042625397,0.4964915806315075,0.03954341,0.7255445223550989,0.053320184,17.248648,15.074560956601719,0.058852993,-8.382926780159584,0.05175012,0.98634326 -2507658200988941696,30.12375517504676,0.056680486,0.49047119419901875,0.048027996,1.0132812324218037,0.067634694,25.246412,21.520508059546575,0.0722657,-13.200345065079434,0.05448923,1.0553346 -2507658578946084736,30.244396322999417,0.098750986,0.48563370319776794,0.08155482,1.7391406596155836,0.11243578,0.6989799,0.2829181641511472,0.123939335,-0.6391636748633582,0.095739424,1.0422746 -2507659021327718016,30.278451949235833,0.16061662,0.519339059678726,0.13616706,1.5548570893909734,0.1842896,14.396838,13.374349974173668,0.20052014,-5.32876252303709,0.16242908,1.0302265 -2507659094342159360,30.31032045419328,0.06973384,0.5292998390692447,0.059207138,0.4906517284762194,0.07835874,12.1744585,5.382333037501679,0.08887081,-10.920069817636861,0.07566024,1.0054125 -2507659364925105152,30.282551496143345,0.14521286,0.5421874262597532,0.1220291,2.7536843140716005,0.16708213,3.9455938,3.936699040241421,0.17226432,0.2647847647856315,0.14221102,1.0306256 -2507659712817429248,30.20955538176993,0.03679792,0.529618032003228,0.029866517,1.3005433568564735,0.04222198,17.715208,16.91683192953888,0.04727258,-5.258272056658693,0.034048572,1.043277 -2507659777241963136,30.17178019941198,0.15052845,0.5218875055992893,0.115985535,1.410447118045865,0.17283258,3.6891007,-0.28505560220270015,0.19920495,-3.678071115609911,0.12569325,3.9688358 -2507659781536906240,30.17753009889574,0.03342457,0.526456910956036,0.027301945,5.503361143124478,0.038441177,30.900108,-28.05142184180297,0.042626128,-12.958950985128668,0.031209735,0.95358235 -2507659884616121216,30.18481739359238,0.04656881,0.5274062509182251,0.0398623,7.162850999924094,0.053244907,124.6374,-27.010852239159675,0.061289094,-121.67537003841065,0.045551088,1.0958548 -2507660189558827520,30.262526305251882,0.18462504,0.5587056064062663,0.16095501,3.6277441143199334,0.2093146,8.127796,-6.849639144360154,0.22707945,4.375330595185605,0.18892713,1.0120101 -2507660468731693952,30.245765003163744,0.013640851,0.5774272323892508,0.011670603,2.5243416697036083,0.015841283,8.553048,7.336430664416506,0.017384969,-4.396750086925936,0.013544489,0.92330956 -2507804431739885696,29.643511719804057,0.016331783,0.1644840636384208,0.01411472,1.2541118863080922,0.018140009,22.177654,21.488265072395343,0.022325544,-5.486599561089323,0.017527763,1.0598942 -2507804573474273408,29.669543789188765,0.059327744,0.176839434064899,0.051041998,0.4219392952569028,0.06761186,7.8946214,5.829645481256771,0.07851615,-5.323559090768098,0.06418914,1.2271338 -2507805531251526272,29.597432749131098,0.08565696,0.20417426637567812,0.082045466,0.5681697286791662,0.10239311,4.0260572,-3.112143853999659,0.115968935,-2.554153066799858,0.10044746,0.93069255 -2507808692347459456,29.5999152513007,0.15161414,0.23098395342022654,0.15100726,1.244832388775201,0.18176644,5.276279,5.060640788858759,0.22177456,1.4929954981558742,0.18160222,1.0211314 -2507808696642877056,29.606048143409357,0.01884832,0.2322456823156897,0.016362073,2.204476918834079,0.022222947,20.396276,3.4715004026076186,0.024506057,-20.098676107781287,0.020095337,1.1000015 -2507809723140013824,29.563284789063122,0.10822069,0.25861283321597744,0.10005849,0.6448747189949336,0.12751426,1.5630323,-1.1470505376221052,0.15520619,-1.0617650276191062,0.1188849,1.1290128 -2507810208471365632,29.711132570158146,0.058182344,0.17915371682272568,0.048261967,0.96146534781677,0.06760632,17.905792,16.56400138757836,0.07916428,-6.800826516504747,0.06098124,1.0003445 -2507810242831103744,29.733675847840537,0.058100887,0.18003970942316355,0.04962722,0.7438525288305818,0.06789053,35.712116,32.95444823059428,0.08077756,-13.760796300658185,0.06412123,0.96124125 -2507810341614896384,29.733889666481367,0.21827085,0.19469334880612169,0.19206306,1.5905857246895658,0.2520204,17.143986,14.16773988148592,0.30701223,-9.653568980533072,0.22513013,1.016019 -2507810479053849984,29.680229715705398,0.09101162,0.1947942049689785,0.07722474,3.0941377997891637,0.10499765,58.77918,-31.015892269677266,0.12466292,-49.93001410471568,0.09728978,1.075354 -2507810513413588480,29.7097275627726,0.23091716,0.1986826655948666,0.2034445,1.5796619892377397,0.26852626,53.284103,30.177406776181066,0.34704384,-43.91491771512867,0.2560802,1.0690038 -2507811101824561408,29.761067964109387,0.02923061,0.23887414865198184,0.021787073,0.8625833632876623,0.03345406,8.325086,-2.5435986783143094,0.03641885,-7.926989191857485,0.02544408,2.1068501 -2507811342342731264,29.68599385483816,0.030805541,0.21622265286607545,0.027034089,0.8376613911469447,0.03562387,12.035237,-4.310967980945727,0.042456143,-11.236658277047177,0.034152713,1.0307683 -2507811376702622208,29.700733069340203,0.24243562,0.2268641064887785,0.20867665,2.849806556962525,0.2872196,21.955097,14.907435453936253,0.36038923,-16.118147755391607,0.27573943,0.9524023 -2507811823379220864,29.697424609721036,0.32060674,0.23765149787931292,0.26454237,5.405415644357168,0.3845584,29.661013,29.44252834791604,0.4435417,3.5934892258240274,0.32201353,0.98788 -2507811926458281984,29.741857621785293,0.11178588,0.2610124501413878,0.083187126,1.7216684295536335,0.12877512,12.67481,11.793175494758989,0.14310302,4.64454957895473,0.10028458,7.139635 -2507812300119988864,29.80249497001168,0.075806744,0.23523277678226862,0.051950272,1.2835568490400164,0.089838386,17.093203,-0.17074169598435263,0.08979594,-17.0923506484255,0.06421865,0.8699469 -2507812334479729152,29.804390544431175,0.18786451,0.24630751565214834,0.14751747,3.180756739669303,0.22579126,35.967735,-12.794703554002991,0.25972682,-33.61508049119042,0.18136603,0.9487942 -2507812682372540416,29.770712861033747,0.0136422,0.2663038847582506,0.010515887,2.4853177912832485,0.015812453,33.86344,-12.334094883376999,0.016962303,-31.53732145096222,0.013051652,1.1050665 -2507812751092002304,29.79868973384521,0.02910873,0.2798937361270511,0.02018703,2.7349302528334682,0.03306166,18.444204,14.158098408835773,0.035245724,-11.821038079180934,0.023795256,1.5663689 -2507812849875808128,29.832942487029225,0.20354053,0.27119611217343387,0.16156577,1.2311216889130263,0.24307135,14.496085,-10.828722088217503,0.29987046,-9.637181499246799,0.2042922,0.95674986 -2507813949387443712,29.78898507022658,0.107089244,0.31103347098023437,0.086321734,0.9593528831481745,0.12595013,10.125497,-4.195684276366764,0.15714714,-9.215309050596037,0.113860674,1.0186936 -2507814365999704064,29.80221329533173,0.040489055,0.34377548205756414,0.02953996,0.7427008560057824,0.048932984,8.819849,8.525310417570905,0.056994554,-2.2602700386061945,0.036628153,0.9785343 -2507814365999720320,29.788236615037388,0.080255724,0.3471478285068636,0.057134144,7.183590182699771,0.0987204,93.90083,51.09833617662689,0.108050585,-78.78023827091474,0.0739156,1.0125614 -2507814572158137600,29.6089084849236,0.020538168,0.23740189354980867,0.016429557,1.9454286255275006,0.024756962,15.54575,13.501577194870086,0.024245135,7.705695273254219,0.01966838,1.162227 -2507814778316567424,29.6056025949434,0.025685158,0.2539212524594225,0.023085946,0.6299422865085925,0.029893214,12.044112,-2.334235246080993,0.034800652,-11.815751695126302,0.028367251,0.9944647 -2507814812676305408,29.600899288058113,0.02657187,0.26253035689125837,0.023473851,0.4668786344134367,0.030772077,1.2758566,-1.0115755769829065,0.035078686,0.7775121049457722,0.02872742,1.0116367 -2507814911460109824,29.626756308241458,0.13194142,0.26920884091341923,0.116685495,2.8156544496250153,0.16186175,7.970775,-7.8287704601859485,0.17926787,1.4978674707997528,0.1402729,1.1839026 -2507814984474996864,29.61438143158504,0.024869485,0.2826533722003472,0.022092124,1.214885106062234,0.029311929,15.306617,11.175932882031256,0.033614818,-10.459017377009465,0.02708024,0.9519329 -2507815224993165056,29.700337918424708,0.016831707,0.2938595656752253,0.014125244,7.801938044552081,0.020112576,60.457943,60.2822078570037,0.02048801,4.606335810590864,0.016177716,1.0314466 -2507815224993165184,29.69634145408127,0.14811446,0.29420318327620504,0.12521125,3.419860572477751,0.18350397,13.407124,12.21590471418984,0.18431066,-5.524729869508817,0.13092522,6.0783463 -2507815293712641152,29.683180653672835,0.08615712,0.3144898961849726,0.07642014,2.4941835464337068,0.10439181,13.218026,-9.802268952569293,0.11429319,-8.867453844869058,0.0919432,0.93754727 -2507815564295151744,29.66754172427093,0.37995833,0.33080118150741117,0.34034133,2.669000503584078,0.46728742,41.898605,-26.502608260175155,0.53179944,-32.45157535881327,0.382387,1.1199651 -2507815736093835008,29.595706452266093,0.16413245,0.29354795293589064,0.13373178,1.236093492034845,0.19368346,18.159924,7.880686201585488,0.21601613,16.360856288120356,0.14789352,0.9809937 -2507816187065838848,29.640117185742263,0.013256404,0.31783215211089555,0.011841298,1.056705479197808,0.016359704,12.307039,-0.15904034999750546,0.016326202,-12.306011363297165,0.013328989,1.0370115 -2507816492008087040,29.58759211048769,0.047640543,0.3286947259987723,0.03861224,0.9784191337720576,0.06217814,8.703918,8.442624838323574,0.06705095,-2.11666608202837,0.04599732,0.9579172 -2507816530663195904,29.604218048895408,0.028635768,0.3477338644194407,0.023339836,0.6544810990698295,0.034359045,2.8294563,2.7351446790050016,0.03712477,0.7244352198177467,0.027231693,0.9351021 -2507816530663196160,29.59982067916608,0.014258243,0.3421334825935694,0.0117744515,0.6012551471212239,0.017121542,12.636222,3.790988812535571,0.017467106,-12.054149116064398,0.013712773,0.9792546 -2507816595087306880,29.624923448628646,0.0983022,0.3560078122576968,0.08091125,0.7778937117771946,0.11603507,14.434453,2.7570876991891784,0.13036577,-14.168694711855515,0.094769344,0.90081775 -2507816663806784384,29.62454919112559,0.24424668,0.3621827330770237,0.21739975,1.6144039503129812,0.29458478,3.546067,-2.9743901348673054,0.34900865,-1.9306977583241869,0.24764596,1.0133257 -2507817110483379712,29.704489225650075,0.32429302,0.33994354913000097,0.25874296,2.642735685270977,0.39427334,27.492302,2.0739668716797164,0.4366773,-27.413961912132788,0.2789617,0.97803205 -2507817698894324736,29.753678136966023,0.032354157,0.38961873362193405,0.023826513,2.1963126849917143,0.037975803,8.118805,7.956938587023895,0.0446073,1.6131090033879134,0.029003626,0.9913363 -2507817733254219520,29.74831481796068,0.07706713,0.39010718385700954,0.059311986,1.803998798824631,0.09562251,4.26976,4.26459362413174,0.10661436,-0.20998364822958324,0.067263514,1.0598607 -2507817832037888384,29.680141373509628,0.10683697,0.3564083765784713,0.09374756,0.6742927427042557,0.13428283,25.54099,-6.970239362162925,0.15154651,-24.57148733239873,0.10693992,1.0664301 -2507817973772232576,29.69418801475648,0.025130212,0.3694376925522029,0.021904284,2.3582508752189484,0.029713307,16.372282,8.11835657797177,0.03479321,-14.217733018096297,0.02678256,0.9292168 -2507818214290400896,29.670751864385455,0.017481212,0.38078467314280817,0.0149084795,1.2998685141147364,0.021737143,8.203252,7.850148555656424,0.021986453,-2.38086344213314,0.016498948,1.0410613 -2507818248650139136,29.683847823354878,0.06667539,0.3920103539291927,0.052633207,2.2678927493511196,0.08501899,34.69071,27.023913237117835,0.09146022,-21.752088560258976,0.058893576,0.96324444 -2507818416153450240,29.692074370461842,0.1204947,0.39592694793287014,0.09559715,1.7805839189281447,0.1558647,6.1024156,4.236934525642662,0.16617873,-4.391794491128557,0.10520915,1.1147258 -2507818450513187968,29.71088879653564,0.24915294,0.39578421695977845,0.2182547,2.802661166979097,0.3408182,3.6589103,-3.047967520764784,0.36711597,-2.0242328329388526,0.23662786,0.9698123 -2507818523528045184,29.741103480012608,0.0153570855,0.40838728472931957,0.011365537,4.090781487132845,0.019138448,36.286156,25.454272855701074,0.019958384,-25.86049381930628,0.01283318,0.9368421 -2507818553592406912,29.72413714190635,0.07536218,0.4133972128733573,0.06313106,1.639643925344228,0.099412695,24.169956,23.91020679544841,0.11329717,-3.5339498254435098,0.06908597,0.9145895 -2507818660967016064,29.699768086328422,0.06183522,0.4107594650975327,0.050378785,3.3327605786679317,0.07814453,47.647575,-19.161369667659564,0.08669916,-43.62491860413505,0.05849053,1.0325061 -2507818862829997952,29.70853736491815,0.0155277625,0.4322431626642437,0.012114048,1.826460437465718,0.019253112,16.576239,16.535846231638878,0.020060007,1.1564973757850003,0.014005172,0.90694946 -2507818862830058240,29.711446830696495,0.08025809,0.4400747381098118,0.06630821,4.525121183059019,0.10056138,37.74324,37.23830261392566,0.11019357,6.153131887441263,0.07563554,0.9709456 -2507827796362405632,29.5349279440459,0.20441319,0.32528055890876956,0.18672423,2.3446809210851263,0.25320727,14.096307,14.091877568038255,0.29831117,0.3533377108358455,0.21534158,0.9417834 -2507828109895026688,29.534156603451905,0.078346595,0.3510130145057397,0.06239411,1.0397493176045463,0.103215024,17.198792,17.021603029763682,0.11274464,2.462406569029484,0.07710556,1.0111628 -2507828212974241152,29.531462500809642,0.043985464,0.3609573135072776,0.033507664,0.9464146798248131,0.05516149,19.691118,-4.4611007464177606,0.051404946,-19.179122323402066,0.04015343,0.9087152 -2507828620996135680,29.55637530632805,0.25606102,0.37801703238689655,0.20440578,1.9408882128464207,0.3019216,38.01398,6.089350561663854,0.33715242,-37.523095112019355,0.22572537,1.3822868 -2507829965320896256,29.60926747426062,0.06754755,0.3873015681395595,0.05757987,0.9304175816497278,0.08014984,42.518837,37.85891701291908,0.0942821,-19.353396021097954,0.06424662,1.040333 -2507830201543980800,29.602273301056044,0.29061583,0.41335011517791365,0.24857295,9.12488057093949,0.34563732,16.616785,8.857863863253758,0.43342403,-14.059012203985377,0.27077055,0.97666276 -2507830515076735744,29.6508139691317,0.021260967,0.4261746580510288,0.016206263,4.306530865349825,0.026629176,31.372238,31.34507525130344,0.028225807,-1.3052098354187058,0.018788626,0.980933 -2507830858674117760,29.662064260587282,0.061027527,0.4529756507570327,0.04792053,1.9402164912910191,0.07631877,18.946701,17.139550695576137,0.08481821,-8.075471983929937,0.056476768,1.1620362 -2507831129257052672,29.596776511853086,0.1612036,0.44405273919196125,0.12507601,1.1020823042726735,0.20595431,21.247402,16.640057014739224,0.22604,-13.2121375046124,0.13189386,0.9967062 -2507831404134963968,29.580198513115807,0.045957956,0.46123684729453,0.03292169,1.789624756218931,0.056739353,22.666605,7.280282687362194,0.059670832,-21.46561038230739,0.036647502,1.0762826 -2507831713372220672,29.65173786006388,0.2479644,0.48278809225352787,0.19761854,2.806041967244946,0.3236046,0.64179045,-0.626986484762089,0.35814264,0.13705085839609393,0.22887343,1.07181 -2507831816451826816,29.59653749664314,0.10109462,0.4742655157510373,0.0753482,0.8758602210721782,0.12620077,8.396337,1.2735797444630421,0.1311905,-8.29918484575084,0.08210115,1.0173254 -2507832056969616256,29.621132434772207,0.07382485,0.5126061518239274,0.05750119,0.7550197269689621,0.09201878,2.6889172,-2.6686754480237065,0.10428449,-0.3293130746955802,0.0578107,1.0545393 -2507832817179179904,29.516498719569462,0.022979485,0.44885026393750277,0.018521989,1.0716901569719746,0.027288418,24.103043,-2.9571556505086933,0.030094095,-23.920950307305723,0.02169086,1.041243 -2507833092057086720,29.502063310747413,0.032737423,0.46655888151857383,0.025396703,0.8453899611287031,0.036432788,14.531215,7.812392087945815,0.04245969,-12.252457991841611,0.030061927,1.093862 -2507834638244870144,29.501073741377184,0.093849525,0.48452498270686256,0.07246714,1.3642095327861155,0.107808776,10.459239,5.963895755954749,0.13421798,-8.59230040977049,0.08131244,0.9214349 -2507834638245312896,29.501251088513126,0.07379233,0.4840312374175489,0.05717983,0.5122834386356244,0.08396212,40.891125,37.9382583036304,0.10547935,-15.256887712757159,0.06420194,0.9733629 -2507834672605051136,29.50730934325082,0.015276344,0.4882333983039497,0.01118244,1.6108725510610236,0.017991252,9.489644,-7.570063716814413,0.021729117,-5.722540859718472,0.0133644985,0.88350445 -2507834805749072896,29.53847902841464,0.11381561,0.5110404011585282,0.07789742,1.9631348718554158,0.13581732,3.2088985,-0.6866394668285112,0.15281431,3.1345742749812966,0.08691021,0.9604539 -2507835011907505536,29.609871486309178,0.09589801,0.5272504737723538,0.06790934,0.5759665036190156,0.1128585,5.1215405,4.340291914344071,0.13490003,-2.718830964183723,0.07260293,1.0472263 -2507835050562171904,29.585909785303716,0.05461732,0.5307463709827639,0.036273908,0.7083653193607821,0.0610508,22.355711,22.174951048223424,0.075485304,-2.837134252789385,0.039615896,0.99670875 -2507835153641387520,29.56300164936324,0.021164862,0.5193948114856511,0.0143403625,1.5560192681500624,0.024699733,7.9635887,-6.432451274232215,0.02735836,-4.694924850493286,0.016054293,1.1072022 -2507835978275132544,29.54790667538336,0.037744533,0.5427455715483017,0.025143763,0.5607244342726122,0.041954,3.5495028,2.4089622018647843,0.05314163,2.6068891402531595,0.029067168,0.9905756 -2507836459311443840,29.534218359774243,0.1133479,0.5875814747122704,0.082954235,0.6608345522235629,0.121508144,3.275236,2.6958733275590205,0.18137106,-1.8599562387707211,0.09980254,1.079764 -2507836489375812096,29.875811357839684,0.04866714,0.3055909688676622,0.03303677,1.0658421865199024,0.058122795,16.680796,16.31115606684898,0.05499408,-3.492151258841128,0.039148,0.9613923 -2507836661174510720,29.916933587038056,0.22835459,0.338176491452634,0.16737115,1.4355567505898712,0.28660533,38.44907,24.31744519675937,0.32369104,-29.782425172798227,0.22027284,0.9481222 -2507837382729021312,29.892906829873407,0.23339783,0.3675298426181518,0.17481594,1.94629847261597,0.29606348,16.701305,4.462423061801549,0.3360106,-16.094109373611317,0.23122096,1.0660365 -2507837520167981056,29.925607290699105,0.08251589,0.391154782939285,0.06576968,2.761420443751521,0.101927,30.602186,29.755860895407032,0.13895428,-7.147203653321262,0.08747913,1.075782 -2507837588887449216,29.83747143875169,0.16448495,0.3523621960053828,0.1164716,2.8956246428276624,0.20244946,14.975537,14.95352538953244,0.2273977,-0.8116663596734464,0.14614993,1.0937898 -2507837902420485504,29.82703790043115,0.03997827,0.3684718091775651,0.028236642,0.7559643049712046,0.04845822,10.48911,10.28120032979255,0.056701414,2.0780612073206406,0.038706645,0.9749955 -2507838142938653184,29.8877169090056,0.063487455,0.37955357276387974,0.044838835,1.8290481226900746,0.07570882,14.150854,-1.5170712169182414,0.09467801,-14.069298517595215,0.05487242,0.9518503 -2507838177298390528,29.897302776483397,0.037597977,0.3954955188062863,0.027865455,0.9237443034157848,0.042914554,12.510281,12.154590084759969,0.06021703,-2.961936160113114,0.03417649,1.057793 -2507838246017867008,29.884306033416028,0.06382161,0.40486944239855893,0.049758065,0.6398517329918991,0.07191068,3.6165323,1.3192249602916706,0.10933795,-3.3673359546675488,0.06626512,1.0751241 -2507838349097081856,29.892031697040824,0.03196124,0.4112354710061892,0.02284902,1.2407161689318633,0.035793312,13.921939,13.726069079242492,0.05022178,-2.327104570160997,0.02900049,0.9560067 -2507838550960140288,29.881701014734908,0.25882408,0.4277466450488422,0.18424654,1.5716077460445221,0.30318502,13.124457,-6.405432229355347,0.40218672,-11.455209052746595,0.23852989,1.0293704 -2507838791478303488,29.96700921405571,0.26946002,0.4011953881958672,0.21221259,4.4233814913375555,0.31548893,29.162125,21.782223035718424,0.44141594,-19.389799533182913,0.26666215,1.0589571 -2507838864493175936,30.003140744576744,0.029288372,0.40370739396167016,0.022077965,2.3434407465281577,0.03233927,13.133204,8.716875117448474,0.044163547,9.82329587552483,0.027002852,0.9342859 -2507839311169774592,30.008686177367064,0.2544108,0.43172996144323394,0.17460996,1.718882348777891,0.286727,10.288515,8.294236257380772,0.34463713,-6.08762589667796,0.19752933,7.428768 -2507839586047681280,29.982873190588172,0.019576753,0.44768008605871784,0.014162456,7.95361318317327,0.023580194,15.7099,7.357559680770954,0.026103226,-13.880463420309468,0.016980074,1.3101597 -2507839964004803456,29.96292889083381,0.03061857,0.4475283497534651,0.024299996,1.0402729423048314,0.03632789,8.364295,8.197742737463049,0.04483161,-1.660857059759419,0.029894613,1.0830402 -2507840028428900608,29.94779255342263,0.33029395,0.46372040063333875,0.24650681,2.44226621767638,0.4198563,37.63131,35.67661525065027,0.47175166,-11.97057342984734,0.32228482,1.0521379 -2507840135803475584,29.886900129620585,0.042088553,0.45003460966997383,0.030176686,0.5574612452727575,0.045863103,4.474673,2.731061798381825,0.07048722,-3.5445731110040835,0.035752207,1.1565512 -2507840135803475840,29.895292316843516,0.19049644,0.4450512056089635,0.13483953,5.927466585964,0.21097137,34.414333,-34.41431646123536,0.3212613,0.0337842663557707,0.17127551,1.0042622 -2507840165867851648,29.911316822848995,0.13961521,0.4576060543331575,0.10693063,2.0570346822919956,0.16974665,25.205236,-11.572284835218504,0.20279261,-22.391654987234162,0.1458607,1.0470657 -2507840410681401984,29.961038230026173,0.08770985,0.4685772436113896,0.072861284,0.8003280059340799,0.1147934,10.300469,9.266225957396268,0.13122591,-4.49852511063129,0.09746324,0.9203331 -2507840440745765888,29.96808833023644,0.17371453,0.48202850415156145,0.14258072,1.5634527647932603,0.22992493,11.649489,1.6467855498041706,0.22063608,-11.532506353953405,0.19177417,0.9869282 -2507840788638523008,29.987784552914924,0.016310295,0.5034036465665376,0.013766119,0.687300500476523,0.018864453,13.596062,12.081377352022633,0.023008905,-6.236442068517577,0.017649123,1.0854713 -2507841334098890752,29.802710639127834,0.01632107,0.42730149401934153,0.011551572,1.8789663244109809,0.019313581,10.008051,-8.291563253514811,0.023826668,-5.604556966675638,0.013810366,0.9109985 -2507841368460920064,29.780963279230754,0.10367982,0.42367866516585695,0.07846993,6.068687641536936,0.12895082,15.864709,-3.9946829470666483,0.17493193,-15.353550152417439,0.12134418,0.91769034 -2507841372754058624,29.781755518450325,0.015460852,0.42416302691011004,0.011361306,5.950022123516091,0.018186402,16.16075,-3.9918862029046736,0.022118552,-15.659969882843168,0.014581051,0.93268025 -2507841677696340992,29.856840283353574,0.23060434,0.4611363664644256,0.16635342,3.895954317354285,0.2665065,7.397001,-2.1538444847337725,0.36017984,7.076480620356503,0.21017541,0.9184047 -2507841819430655744,29.813906150196427,0.09292445,0.4619367304998163,0.06690356,2.3050406597898703,0.107866704,5.052802,2.9021620058277766,0.14323503,4.136213555059689,0.08439966,1.0006108 -2507841986933975936,29.753779771682126,0.14302234,0.4223472804109102,0.11491888,4.299459576406005,0.18636338,73.26561,7.536680110662535,0.20384516,-72.87693998360274,0.1305106,1.0519482 -2507842163028040448,29.78683708089831,0.03920288,0.4414859552614182,0.028852563,0.37288889448996415,0.043868404,3.2990282,0.5078516472882267,0.06523991,-3.259704527502193,0.039612543,0.96097857 -2507842300466993792,29.737983675816967,0.021237368,0.4542275413313073,0.018857326,0.8525851849880333,0.029318951,11.081102,11.078560636665005,0.03425366,0.23731472881234375,0.021378191,0.99752426 -2507842506625422848,29.745641754634388,0.06051616,0.47921456457534445,0.047273133,0.5522892128862049,0.07120614,10.834584,8.342554989169953,0.094383605,-6.913030429458168,0.056185775,1.0146643 -2507842536689798912,29.802472545747467,0.12928809,0.4572737448399447,0.09346749,2.204540037848506,0.14687024,13.81329,-9.54880438391995,0.20673646,-9.9813480418623,0.11765126,0.99014944 -2507842540985162112,29.789301379027023,0.042449802,0.46096309986679534,0.029853266,0.9423848028986138,0.045692928,7.4880824,3.493346989011119,0.07061822,-6.623284931005974,0.03837805,0.9820486 -2507842811567712640,29.7795511784875,0.15002228,0.4781649555105814,0.11506579,2.5639832216318035,0.17866753,22.763393,-3.963721293356943,0.2259958,-22.415641126926662,0.13293268,1.0585897 -2507843052085808128,29.793212732374037,0.027233161,0.5069066423670594,0.022237832,9.126435393371215,0.031762037,32.422462,32.37659686683025,0.041891064,-1.7239579558132159,0.028672535,1.0186174 -2507844048518314368,29.930447814377118,0.064026624,0.5320041969756113,0.05204257,0.9695174303946027,0.074548855,14.740157,13.188524938331584,0.08815733,-6.58293514377366,0.07990075,0.9328665 -2507844052813646464,29.92111716744664,0.04218689,0.5355499186750786,0.032212388,0.4511418259698833,0.048756886,6.040602,5.743773053847036,0.05523894,-1.8702789485019755,0.04077747,1.0388292 -2507844220316912512,29.8462560339127,0.016683457,0.5072125384892339,0.011733088,2.23637181477588,0.018527891,9.213574,6.879515189493682,0.023394546,-6.128803391245349,0.014870543,1.1873444 -2507843292604051328,29.904366265351307,0.36633134,0.48464696784878897,0.28891978,3.5857350970082793,0.45068154,5.3466864,-3.015099419084602,0.5140357,-4.415453520885402,0.34619138,1.6311399 -2507843670561181312,29.9341273196729,0.09495994,0.5030262017443206,0.07410686,2.215667667614413,0.112823024,28.510443,23.206284557123876,0.12457355,-16.562419221961232,0.099057235,1.0785271 -2507843670561182592,29.933187424965674,0.09672209,0.5055545362818314,0.075303264,0.6373881739669596,0.115405366,38.09451,20.168342551887942,0.12704696,-32.317635794719074,0.101734154,0.9967708 -2507843846655237632,29.936039290721883,0.019276207,0.5261206901447899,0.014983492,2.04618593441838,0.022244288,7.407985,4.3875469144441706,0.025405305,5.968892349360437,0.018750064,1.0418051 -2507844495194909696,29.83518246633294,0.18143566,0.5239972809742222,0.12922536,1.3843659002424455,0.22805311,41.012062,22.030929136120484,0.24503683,-34.59230263351886,0.17056201,0.96714437 -2507844911807105152,29.918673395880177,0.033161983,0.5562774730979112,0.026804775,0.775498988403581,0.037563656,13.202023,9.386181255256684,0.046906188,-9.284018240094824,0.03413394,2.2666643 -2507845083605797376,29.852383025108942,0.050567355,0.5549156111099289,0.038220674,1.3760519309574168,0.059045814,8.340194,8.311462583966708,0.066414796,-0.6916782450940027,0.048890684,1.0052562 -2507845358483726592,30.044945965107832,0.026771344,0.4649328625945361,0.020012617,5.043609696424529,0.029144859,35.35273,33.36477911106572,0.034307156,11.687901932868055,0.025077803,1.0465499 -2507845392843464704,30.05962454796403,0.018891271,0.48265498924001987,0.01549616,0.41493764399110517,0.020391665,1.6359435,0.7290996460531866,0.028145948,-1.4644879533965036,0.019536389,1.1514162 -2507845530282417536,30.08269852634643,0.03334545,0.49812638146182314,0.029031252,1.7540435496420759,0.038586415,24.381874,23.342030098687307,0.045942172,7.044528942124996,0.036547404,1.0290998 -2507845633361777664,30.03182168301556,0.55196965,0.48677439597003797,0.5281306,3.5217471071360342,0.63851184,11.883311,7.894043137363209,0.79365736,8.882408222684438,0.738373,1.6752528 -2507845663426005248,30.04076469421612,0.10294633,0.49744228153887177,0.08769688,4.020786743924435,0.11295925,60.97289,54.952665694709665,0.13690647,-26.41775239617939,0.11254444,1.0472114 -2507845667721515904,30.037249868647894,0.22159883,0.48821224816914477,0.1848937,2.474076712115877,0.24508332,9.941049,9.304530233784174,0.3110992,-3.5000240294337677,0.24141656,2.8069012 -2507846320556398848,30.08345636276673,0.07265417,0.540727403334928,0.06148663,1.8239860617596477,0.08062644,50.447445,43.75694001104889,0.09323191,-25.10527760476811,0.0810519,1.0276637 -2507846354916136704,30.106834242471976,0.013045949,0.552289271723849,0.011367725,5.041498145557073,0.014992606,61.803604,-41.38786481729305,0.017583506,-45.89913143714281,0.015229495,1.0172565 -2507846419340251776,30.028244534452654,0.25134176,0.5056425321486399,0.22673714,1.9778476572213661,0.26961052,26.172873,-13.603683839794712,0.33816567,-22.359764270053372,0.31132218,0.9755789 -2507846453699991680,30.003717388276232,0.25295192,0.5105530232485371,0.2048681,1.9704747068094157,0.2809496,9.675119,-9.659814463047201,0.36914748,0.5439795593793998,0.2614925,0.95565987 -2507846870312213504,29.99901825283666,0.07735101,0.5386021934903729,0.06436424,7.361004783429943,0.08942007,43.52725,-26.046603109623224,0.10868447,-34.873998709118766,0.07585265,4.119671 -2507846904671951616,30.009497297724355,0.10455169,0.547402070051172,0.08515829,1.4719840225303749,0.12053304,13.330856,12.9668163238087,0.1430781,-3.0940927690303144,0.110236675,0.9795655 -2507846973391427968,30.068064563973905,0.066555046,0.542883882444306,0.0580397,2.5152913655578337,0.07400464,26.670708,26.51204806100554,0.08649835,2.9048193035862715,0.078301765,0.9835152 -2507847175254520448,30.08901574445508,0.14096874,0.5701781250197836,0.11975568,1.8327304715870207,0.15623915,14.193258,-8.905105691893873,0.18112203,-11.052044019178332,0.16097103,0.9034 -2507847213909596288,30.03967156263752,0.02365998,0.550797413506131,0.019549381,0.4901667941126662,0.025852587,25.95571,1.044856357358559,0.029835919,-25.934670640211205,0.024235586,0.97529006 -2507847488787503104,30.141064525285277,0.07963479,0.534568569212903,0.06566786,2.1839619587633297,0.09198296,32.071186,21.825864725795192,0.09967088,23.49878023320497,0.0780024,0.97299945 -2507848034247976832,30.189090556828653,0.11683608,0.5634336332223273,0.090953276,2.3256006982084823,0.13236953,12.56831,1.6008103826217048,0.13969742,-12.465945933351456,0.10272413,0.94001377 -2507848210342005632,30.216170774835966,0.088755585,0.5978599130900943,0.07334295,1.7683914342983917,0.103215605,11.439094,8.523503028628543,0.106433704,-7.629073782323697,0.08245067,1.1071268 -2507848210342005760,30.22117501041369,0.04411417,0.5944579440352638,0.03623496,3.71147094959832,0.051027436,21.17751,-4.065861395527211,0.05323453,-20.78354274365682,0.040436585,0.96296585 -2507848313421221632,30.161602923716533,0.13218561,0.5842525969846873,0.098777875,1.778567224439395,0.14880717,25.735838,24.745438463090284,0.17987621,7.070827907613065,0.110759094,2.268067 -2507848553939388160,30.187430708950043,0.054994218,0.630294367150774,0.043002553,1.2786719448164166,0.06436036,18.535604,7.338261313336263,0.06476093,-17.02112058220243,0.04822293,0.92403406 -2507848618363534464,30.103971325614438,0.11378828,0.5778597902451394,0.09430235,1.743021506932534,0.12495394,2.1907134,0.3051772108347983,0.14519137,-2.1693528438981478,0.12371461,0.9686659 -2507848618363538304,30.115274228459395,0.109732896,0.5852348102391152,0.092502974,0.8932544574537516,0.12306358,24.926672,23.240289371758607,0.13688824,-9.012652428953347,0.11653324,1.0323977 -2507848725738082176,30.12216960428825,0.03468498,0.5921029903967231,0.028873803,3.034197340648415,0.038777303,24.827225,24.826329778242798,0.044411644,0.21087787135809324,0.035800755,1.0078685 -2507848893241447936,30.08651511506008,0.11648253,0.592570469247249,0.100045785,5.205737404170308,0.12801796,29.532618,24.031167566652265,0.14958148,17.166203259236735,0.13489844,0.96939665 -2507848996320667392,30.09755859861771,0.09369108,0.6023191736580186,0.078985184,1.417228055458841,0.101012565,17.660145,7.893872740647357,0.122913115,-15.797704465901356,0.105761245,1.0052116 -2507849069335465216,30.097142755126587,0.0146244215,0.6149091776553016,0.011963128,1.4036695297290878,0.015765745,17.767912,-4.223783306515301,0.019495634,-17.25857402878006,0.015386708,0.9797359 -2507849481652324480,30.118954907803897,0.014496943,0.6306440855145792,0.0118920505,3.0802623305766734,0.015832508,14.930224,11.615870215256162,0.018261692,9.379933934994577,0.014703849,1.1070718 -2507849756530236544,29.963742010314252,0.034475204,0.5366162375265577,0.028878182,0.5331935690231198,0.04039724,3.3370008,-1.3917681212782276,0.048269294,-3.032912160082659,0.036723077,0.98546934 -2507849790889974656,29.97448202815008,0.06949113,0.5505790953440917,0.05882087,1.9031313671829415,0.08258156,25.598372,25.3015651392823,0.0952659,-3.88682682925149,0.0750012,0.96647996 -2507850134487357312,29.981452047402588,0.044406958,0.5721033946890869,0.03489142,0.4249094986307948,0.051147573,5.8868413,0.5411339499484575,0.061574854,-5.8619174542897925,0.04409746,0.99477774 -2507850478084739584,30.026599061131606,0.06747428,0.6067440640549913,0.059663545,1.4508508741246844,0.08463319,12.938275,-10.918713179693508,0.0899023,-6.941230330557595,0.07847536,1.0263128 -2507850512444478720,29.991678304498322,0.04468063,0.5934496795220625,0.037730012,2.1808764791134494,0.05224866,24.42228,-1.5228945029187408,0.05680786,-24.374752325128338,0.047095165,1.0354972 -2507850611228372224,29.99096188073917,0.12470786,0.6031613061661636,0.10366242,1.8967900059418783,0.14589192,10.140536,-9.448449481449291,0.16662078,3.6820218160299034,0.13430333,1.0404638 -2507850615523840256,29.9918180602991,0.3626715,0.6048253976521525,0.29117742,2.6667136835559853,0.41832462,7.7035503,-7.494242007572126,0.46041235,1.7835426847931797,0.3444014,3.0141253 -2507850959121077376,29.962249648931433,0.034521032,0.602296649992575,0.027571421,0.9617929600063347,0.0394007,21.692678,21.68658710767582,0.045252092,-0.5140242542370461,0.035244383,1.4203744 -2507851096560010112,29.9098804729965,0.04005141,0.5939924884206383,0.032255705,0.444923702147397,0.049052812,6.188289,1.6240181512572853,0.055717558,-5.971388913376438,0.042053465,1.1680982 -2507851130919748608,29.89777207462308,0.025444442,0.596131155337786,0.020772532,2.395231197699317,0.028293403,20.619106,17.670028261560137,0.035745777,-10.626272008991817,0.027176745,1.0490375 -2507851337078199296,29.96161144514852,0.015335268,0.6059013005945357,0.0133752525,2.707854622602774,0.01734303,36.525562,-11.01701427893804,0.020201128,-34.82444673391694,0.016629184,1.1384571 -2507851749395057792,29.971235087601062,0.057709705,0.6457418213719655,0.045709793,1.0520934145557068,0.06595094,20.75015,18.059812181832815,0.07499633,-10.21821715556667,0.061229862,0.98645097 -2507851921193749888,30.078710927104638,0.30728182,0.6157869342217799,0.2728047,2.4938158918527566,0.33742842,22.035406,-10.179237252518034,0.39027014,-19.543341959612917,0.3881883,1.0522867 -2507852092992440832,30.07419085207007,0.021822602,0.6389839114569285,0.018938543,1.731414238702635,0.02467652,36.762928,-14.618482134111247,0.028847579,-33.731481218411695,0.023695515,1.2546822 -2507852191776351232,30.05057522928081,0.15323547,0.6371903028507366,0.13453636,1.0489475099410652,0.17934433,22.592041,14.097770256989955,0.19615941,-17.653701652740498,0.17102474,0.9808081 -2507852402230084992,30.065949644289955,0.088233925,0.663847956566382,0.07691172,1.0555288061099202,0.10292024,21.012587,20.139608801482844,0.10264653,-5.993744259098119,0.10104195,0.9047626 -2507852432294523392,30.098886049161123,0.18366528,0.6460165808238628,0.16360508,12.569763273201595,0.2014721,156.92839,135.6691222425954,0.22677873,-78.86956464179607,0.21451771,1.0345027 -2507852608388514432,30.136237381071513,0.061658178,0.6786670722863668,0.05014029,0.44632017707940425,0.06739735,23.88058,22.954188774369097,0.075313896,-6.5869109097213485,0.06280573,0.9438868 -2507852810251658624,30.075767422173623,0.10760086,0.6829500387611411,0.1035243,1.7131591881528727,0.12607972,14.708045,0.656367615213609,0.13724145,-14.693392364331086,0.1400588,1.0408413 -2507853020705376896,30.02029374387503,0.059228,0.649552644106017,0.046603456,0.3948925361963591,0.06841928,5.1665344,4.615400948272203,0.07517762,-2.3218854226966466,0.05913926,1.0430628 -2507853055065115392,29.998762015347268,0.059430733,0.6531531763499981,0.048769105,0.5231417707116639,0.069034345,10.422505,-3.256681133978251,0.07799223,-9.900638280364037,0.06484958,0.9981874 -2507853089424852864,30.009589078410396,0.08706553,0.6636307187464422,0.06670656,1.9017627666975367,0.0987566,20.668486,4.964534670192668,0.104953595,-20.063392805497724,0.0844907,1.6094263 -2507853188208776960,30.029911000147973,0.08412565,0.6722968082817431,0.07362193,2.765757076259129,0.10054549,23.123407,21.693944685918968,0.10587832,-8.004044730815853,0.09551463,1.065049 -2507853291287991808,30.008529752991215,0.17260763,0.6717776877999554,0.14351986,5.866015376834961,0.20187931,34.677986,34.677792915945844,0.22425169,0.11622915973045522,0.1952345,1.0665394 -2507853433022235776,30.020596088675635,0.042656127,0.6857207937217019,0.03806374,1.6757451401420265,0.053876907,13.129608,4.242851113423251,0.054704063,-12.425168745440528,0.04441064,4.782013 -2507853467381974016,30.011236944983022,0.027997598,0.6917781077472055,0.022817587,1.0539384930262334,0.03225903,28.18602,24.198439237605683,0.035411015,-14.452931982904543,0.029525582,1.0460716 -2507854360735160832,29.68311491620232,0.017456928,0.47677633092891075,0.012063515,1.562618277856517,0.019047292,14.471554,1.5448364668359331,0.02556162,-14.388861538304676,0.013427002,0.88916594 -2507854498174113024,29.710261795551393,0.044087272,0.4994101377768889,0.032446902,3.3973449098126602,0.051557716,24.001238,18.774853555649063,0.063650794,-14.952066985126894,0.03739729,2.1477916 -2507854704332542976,29.742470028155267,0.05667688,0.5037062970615149,0.04664395,0.4234466142602291,0.066924535,12.336791,-1.2633427232813808,0.08770027,-12.271934255692862,0.052135125,1.0575315 -2507854738692280704,29.757000981045735,0.020993656,0.5120889311955695,0.016176634,0.5991439152176002,0.023992764,3.1995735,0.29405036524815525,0.033605523,-3.18603284225989,0.019693226,1.1635358 -2507854773052018304,29.77449580469666,0.21867783,0.5151918837432553,0.19977249,1.7640615905723964,0.29727402,30.603579,25.53453978597131,0.3062505,-16.869094540251382,0.22380373,1.1577592 -2507854841771494912,29.754061232891278,0.045565978,0.5234481937083433,0.03217599,1.2120999075035368,0.054657612,11.117523,10.533304915280587,0.0656384,-3.5565150932199967,0.038867425,0.9586486 -2507855254088357248,29.65070828380972,0.05182659,0.5083758422135548,0.03841372,0.5538290436857071,0.062660374,10.527141,-2.097654714346584,0.073412016,-10.316032834218015,0.04420445,0.904426 -2507855425887047424,29.684540808522037,0.04483037,0.5304803252903538,0.034486637,0.9147198902318513,0.05216471,8.583149,0.31638629108197003,0.067501314,-8.577315818860363,0.04019933,1.1114652 -2507855838203907072,29.698896997084276,0.022710433,0.5501034391766222,0.017526297,1.2693657678635561,0.026262311,18.961977,-5.828738307115703,0.034503035,-18.04390119268768,0.020649489,0.9668842 -2507855936987800960,29.717052713966126,0.119979605,0.562135279557229,0.0948377,1.0357415668637893,0.1489252,16.144896,-9.299549175127211,0.16576585,-13.197576387144988,0.11046633,1.0107752 -2507856040067015168,29.694607191050537,0.13838078,0.5610460978196081,0.11722848,2.2283512596959887,0.17383093,14.759156,-2.761318048550465,0.1987723,-14.498545694042445,0.13519934,1.0182381 -2507856246225455104,29.71070002952452,0.1504935,0.5834725654623819,0.1277072,1.4310784026224694,0.19255547,15.26988,-5.499277264408263,0.22682907,-14.245251290465902,0.16058545,1.0039304 -2507856972075272064,29.857636716075312,0.07742858,0.5821111570809946,0.057937637,0.5468474762243892,0.08503659,12.65727,5.556797144897516,0.112608805,-11.3722692559599,0.07310763,0.9879687 -2507857105218912256,29.815755713566162,0.062213223,0.5791942879619626,0.053740207,0.7098842484363477,0.07488134,16.804056,14.408245331501188,0.07988067,-8.647473274776141,0.06123737,1.0351291 -2507857143873963520,29.833139745692975,0.016724382,0.5942064208538635,0.013649071,2.657879319045142,0.018959368,4.312537,3.741002273071151,0.024662888,2.1454317008446697,0.015754623,1.3132418 -2507857281312916096,29.846561078059274,0.038258903,0.6164744662586685,0.030914862,1.3844989881044276,0.043287873,11.726579,2.764969402801234,0.05128754,-11.39594655861126,0.038242146,1.0422771 -2507857311377359360,29.82442704869604,0.2464245,0.6161679582029795,0.22341734,2.551703929783233,0.29833922,20.992516,20.453466434415105,0.3197498,4.726671065619629,0.25712237,1.0382843 -2507857762349254656,29.73484733192584,0.023380412,0.6066473870222621,0.01932111,0.8083656350080756,0.028054502,23.673658,2.281674113230366,0.03095499,-23.563446839094702,0.023511041,0.97677994 -2507857865428469120,29.734758384520656,0.05708104,0.6150792809416917,0.04800644,0.6608238054544199,0.068683,5.7981,0.7701879754914542,0.07608515,-5.746718443793205,0.059689663,0.9530427 -2507858552623215104,29.6116460244982,0.01508634,0.5399414129883529,0.011344664,1.3722589260790043,0.017669134,16.159159,1.612508417864295,0.021833971,-16.078501563346062,0.012602304,0.9886849 -2507858552623215232,29.611852928246677,0.060523327,0.5393061983241667,0.045845576,1.2673102357391794,0.06991559,14.800596,2.275430570597546,0.0905017,-14.62463873749832,0.048760634,1.3127754 -2507858621342691712,29.641054818852616,0.07512562,0.5555456164960338,0.065326326,0.5129090635661819,0.09219453,7.39118,6.433402192536514,0.11578311,-3.6388021437912808,0.06214808,0.9090952 -2507858823206203392,29.585321581759164,0.28552672,0.560848308441953,0.21257262,3.2957326519262566,0.33823425,47.570145,-42.612458984997765,0.43031257,-21.144666711571066,0.23324409,0.98996663 -2507858930580336384,29.630638822167025,0.03898861,0.5709654487229975,0.028476557,2.325207155431555,0.043713555,2.1646457,-2.1613242934300647,0.053955413,-0.11986754203641757,0.03042867,2.06091 -2507858995004901888,29.614814498329338,0.102030665,0.5876115544888385,0.07284576,1.9110586057080488,0.11005662,13.68389,-12.5925318897874,0.15936175,5.355091789305424,0.07775552,1.0017406 -2507859239818004864,29.67115712812099,0.12483867,0.6014485163514038,0.0981562,1.6346520775502678,0.14604768,2.6170015,-2.5870898756008227,0.19310325,0.3945418431605828,0.11336107,0.92713636 -2507859750919147904,29.605787110501467,0.096956134,0.5982593359321898,0.07232708,1.157459869340173,0.11364925,15.793288,10.558374261863307,0.13296941,-11.745155266289835,0.07914408,0.9074252 -2507859853998273664,29.550351743609454,0.034258716,0.5936127120964907,0.024792047,1.7198979925236269,0.0381416,12.800486,12.655027512076618,0.048978724,-1.9242422321620076,0.024803955,2.1057978 -2507859995732225664,29.567887001380228,0.07244226,0.6057402273670682,0.05112614,0.5751314395245114,0.079365686,14.553017,13.979368639085907,0.10397913,-4.045680950020879,0.0557005,0.9724983 -2507860511128299904,29.598758546565605,0.03584167,0.6402065423359273,0.026685845,0.5663043863024525,0.040353354,19.749317,18.840787308659102,0.045128424,5.921171265024025,0.029453406,1.0921904 -2507860541193143296,29.623252266780284,0.08362468,0.6418945548710907,0.062358547,0.8337623752587768,0.0940657,10.247178,1.1672267765287185,0.105935626,-10.18048298167796,0.06982865,0.98259974 -2507860644272362368,29.624050456421994,0.15245527,0.6581757367032599,0.12864141,1.2596300396677198,0.17776816,16.41661,-8.284859733123211,0.20038663,-14.17272683061634,0.1453903,1.0355479 -2507861301402304896,29.741259805971154,0.024781892,0.6539175749881136,0.021114914,2.8698992952702693,0.02913535,7.293291,-4.561507476961405,0.033625033,-5.690759685428078,0.025678875,1.0811464 -2507861370121781376,29.778460895288,0.024027407,0.6581316277983813,0.020103758,2.0423965545536453,0.027722863,31.053633,27.759361439973915,0.031893183,-13.919263975278625,0.023896718,1.1232914 -2507861851158095744,29.650838217280754,0.055167392,0.6581553570736424,0.043594208,3.782979198139083,0.062556684,262.4778,58.55186752258413,0.06887862,-255.86378661180754,0.049282484,1.0763376 -2507861885517833728,29.66009985861233,0.057263035,0.6676896889227996,0.043674257,3.3997467255499445,0.06420703,26.184046,15.37241596912224,0.068996266,-21.196534849543244,0.047584873,0.9755861 -2507861915582318592,29.680195382152803,0.16742934,0.6622321534613071,0.14220755,1.5102772134304536,0.19529167,26.292229,8.639994699456976,0.19894224,-24.832071677147866,0.1601254,1.1144397 -2507861949942062848,29.696692319760622,0.19093737,0.677749118420604,0.17861292,1.6821142037578898,0.22898512,13.999853,5.365388899323031,0.25176537,-12.930912536970748,0.20754673,1.0586094 -2507862057316525824,29.649600809772497,0.034623235,0.662633207279791,0.026106806,1.57214241038346,0.038676307,9.910134,3.0347055789990076,0.043129805,-9.434051479935592,0.028978871,1.7723305 -2507862396618506880,29.68880923940287,0.044255346,0.6873946131497125,0.03937355,1.232938909123892,0.04836427,6.917394,-5.15201409988002,0.056926582,-4.6159604267288925,0.043274708,2.7794354 -2507862503993146496,29.74523598781503,0.07221874,0.711863135597372,0.063755594,3.4877861466100275,0.09077454,27.396652,18.249996317182852,0.09352391,-20.433163975254647,0.07410404,4.4546432 -2507863083813411712,29.893028003035706,0.146009,0.6329204321746078,0.121040635,2.055638337375279,0.17470665,15.104554,-7.205863134760031,0.18284532,-13.274904289780071,0.15577717,0.9665452 -2507863122468437504,29.905310759167275,0.04711587,0.6514075818160213,0.038931012,0.7279159446828631,0.056048926,6.7932234,6.3134300572451005,0.059561297,-2.5076847333401022,0.04737907,1.0013937 -2507863152532884096,29.866302423138706,0.10790158,0.6204778386092433,0.08241571,0.7958642185056923,0.12376972,15.940018,15.368038203316175,0.1375072,-4.2317322416031224,0.10262299,1.0059289 -2507863427410658560,29.91716716059244,0.019767929,0.6431597744163311,0.016241435,0.8640465455197206,0.022289151,14.364363,0.5667022493026076,0.026052026,-14.353179368808176,0.021227924,0.98997945 -2507863603504802304,29.96143755959279,0.035773676,0.6699160974993796,0.028876955,2.1485728458884923,0.04106161,19.950632,-4.774136936727482,0.047160897,-19.370991445986075,0.039486732,1.0614476 -2507863672224250752,29.953947220583565,0.013933965,0.6797535892280963,0.011290498,3.3715460953728824,0.015724761,47.639942,46.090381050083046,0.018044377,-12.051588864741019,0.013331555,1.0511528 -2507863706583989632,29.90887225741643,0.030375808,0.6574659707374337,0.025098613,1.429577692546741,0.03584532,17.72511,16.48392589289842,0.038964275,-6.516111664160746,0.030543774,1.046227 -2507863977166614016,29.840251852934845,0.08501799,0.6439438459045185,0.07273288,0.765273854080316,0.102036975,15.354615,14.316615676854283,0.10840486,-5.54965880075711,0.085230865,1.0069368 -2507863981461896960,29.84218580810228,0.023687596,0.6475217300239621,0.01987596,3.3878355851303414,0.02764266,61.468693,51.626739918141006,0.031009275,-33.36285571405743,0.02395295,1.0185705 -2507864148965313536,29.87110194307716,0.06812426,0.6652757119888499,0.058064833,1.0739071565629787,0.081273615,9.726856,7.017624793831189,0.08783967,-6.735330483581312,0.06910277,1.0305275 -2507865007958790784,29.877175238272308,0.23617682,0.7283374356386223,0.17496334,4.33690006993576,0.27042985,69.65719,66.4009239175655,0.30504626,-21.048534039750773,0.19626051,2.475699 -2507865179757314560,29.966535302058084,0.030094804,0.7025882810327456,0.024582097,0.7602362385710147,0.0339957,6.870131,2.8752374051573497,0.039712314,-6.239527819222825,0.032890465,1.285022 -2507865287131972352,29.990557921630366,0.013457232,0.707126076127885,0.011054659,2.6861573188197823,0.015250279,9.946117,8.647191400259512,0.01732982,4.91439997619324,0.014598496,1.0510782 -2507865493290412416,29.970054400801608,0.0169205,0.7148623979994557,0.013880141,4.7748946658870794,0.019142654,58.46465,-0.03729240230581471,0.021736518,-58.464639213988995,0.018333305,1.019686 -2507865527650150656,29.973868274645923,0.059526492,0.7258087839996379,0.05071731,1.534929776140004,0.06963052,9.873425,0.7980083843169385,0.07549856,-9.84112277584325,0.07279075,1.0656508 -2507866451067803648,29.900854022250204,0.047544423,0.7338576598972378,0.03995355,4.851464967446907,0.05574713,25.130583,-20.58970955270966,0.0597555,-14.408680254935526,0.046522066,1.2342122 -2507866798960440320,29.96248461278546,0.11241456,0.7614090561329101,0.09024238,1.7154312754271952,0.12209336,17.378654,0.35065685635973814,0.1441262,-17.375116848877436,0.10624517,2.365645 -2507866833320178176,29.966822360015776,0.077642635,0.7753550556530727,0.06809346,0.7275080635158745,0.090302914,1.0677488,0.9707378265564347,0.09477522,0.44469717523357943,0.08446515,1.0311267 -2507866966463893376,29.99445570849683,0.108312406,0.7995895035194132,0.09175692,1.0802614211677477,0.125312,6.554412,-1.2248514085770807,0.13403095,-6.438948243681896,0.111592084,1.0939431 -2507867000823627136,29.948957515799794,0.1446369,0.7775991473006049,0.12295429,2.827951304470616,0.17005415,52.35658,49.40245398332142,0.17851147,-17.33807773996616,0.15536451,0.9763566 -2507867383075994624,29.791032582674625,0.042981923,0.705014314764868,0.035029512,0.877395773789648,0.049427733,9.425493,6.586294831479565,0.057058398,-6.742451163400546,0.04135508,1.5213826 -2507867451795471104,29.832735129851464,0.069378726,0.7075499692386484,0.061901275,2.494871391863256,0.08243407,50.76411,44.99417218165192,0.08863233,-23.505731141012483,0.07373268,0.9872953 -2507867554874686720,29.775163497622216,0.53465104,0.6982448767828457,0.42314643,5.019323949094,0.6237246,11.51916,-6.364094449503653,0.7314183,-9.601529252512284,0.49056154,3.1959095 -2507868203414462720,29.817547606591283,0.17883213,0.7501572437161902,0.17346117,2.111520994979096,0.21307631,15.566203,14.902548212369695,0.21237314,-4.496748865876288,0.19696255,0.95583975 -2507868826185005184,29.76042837125071,0.048718486,0.7647311586747494,0.042303544,0.38932947241025556,0.05700638,26.13984,2.8274982252593435,0.062038183,-25.986465854681786,0.050840788,0.953503 -2507869032343435008,29.791080150750247,0.07572281,0.7786962539108419,0.07149728,2.304096159806169,0.088751584,0.9540615,0.31362143056344466,0.091968864,0.9010410641415705,0.08377361,1.0240504 -2507869101062911232,29.835120412826758,0.023374306,0.7847730735875337,0.02053024,0.6527513195712765,0.027388249,9.465437,-3.940217640405095,0.02955556,-8.60634512229623,0.024800086,1.0366014 -2507869135422650240,29.806193098148363,0.06918123,0.7743338918869612,0.06050407,1.6188940670235041,0.08318133,20.925095,-0.08724020787494943,0.08338134,-20.924912844340277,0.070757605,1.0107744 -2507869169782551680,29.823991233586987,0.046239447,0.7933316763086804,0.04171853,1.3610907466696112,0.05543635,13.103198,7.1290912940572975,0.057002246,-10.99408297208699,0.054380007,1.0246446 -2507869204142145664,29.774567390603025,0.036821168,0.7745535394217573,0.035536215,0.7939724059832162,0.04548323,16.388851,16.265092211539066,0.05186917,-2.010280820576142,0.046021353,0.86567205 -2507869479020034048,29.878027803808664,0.0127718765,0.7595192624872401,0.012423072,1.7233999754402638,0.016081767,13.841882,6.348369783606033,0.016855558,-12.300239214958605,0.015037376,1.0141822 -2507869577804002048,29.880940062919528,0.16556361,0.7688083836747909,0.16358155,3.407866749378421,0.19968517,52.4067,51.87675522570172,0.21148716,-7.43399839100792,0.19661647,0.99304837 -2507869646523482368,29.91225147499226,0.2053446,0.7818325331046395,0.18217582,2.125900937363067,0.2521952,54.382034,44.90660868668251,0.24561973,-30.67249885945771,0.2081742,0.96686643 -2507869680883220608,29.89959337091879,0.10641864,0.7813830115490172,0.08737122,2.138999673234315,0.120698094,33.655193,-23.22171162130088,0.13706858,-24.360297020273087,0.10421256,1.2813506 -2507869822617417216,29.850297521922112,0.030855743,0.775507967022083,0.027188433,1.3066966204144692,0.036492415,20.169962,7.701239084121372,0.038452476,-18.641843049894582,0.032207243,1.0146447 -2507870441092704768,29.925289147368744,0.019499581,0.8321365221592387,0.015785465,0.48344917301817364,0.02212965,1.0899217,0.349135194460435,0.024470197,-1.0324892546301878,0.018720258,1.0600296 -2507870509812181248,29.92108042319608,0.04666008,0.8347858239500227,0.038608525,1.068834924353281,0.053865034,19.898361,16.027815915733097,0.057837453,-11.792111534881048,0.045366313,1.0044427 -2507870883474071680,29.823816868478445,0.18581495,0.8248455976753695,0.17507578,1.6986242362482564,0.2209073,15.865596,10.64045603460096,0.22334068,-11.768509371004692,0.20947136,1.0114517 -2507870990848519296,29.841504801776427,0.13487315,0.8300204906868329,0.1067949,1.5880959689169618,0.15767248,5.748164,4.915452989751202,0.16089438,-2.9798847293045383,0.11898585,6.8435507 -2507870990848519424,29.82963206594275,0.05386945,0.8310679634201279,0.047775373,0.7382223716193247,0.0622386,0.13338514,0.019232374529308694,0.06388442,-0.13199132617967527,0.054908436,0.98092246 -2507871093927733632,29.848600565887043,0.01609876,0.8494382519969028,0.012770865,1.1969362999168367,0.01792417,7.1945815,2.5135625056110706,0.021257441,-6.741216983016004,0.015217655,1.1549423 -2507871123992242944,29.884922199890262,0.32816815,0.8354531259152033,0.31156236,2.1654124566477564,0.39768532,17.432709,12.551130253240636,0.37822756,-12.098284832570803,0.35661367,0.9477576 -2507871128287472640,29.88421371383719,0.045145337,0.8269985728168392,0.039044246,0.37864609193255094,0.05200378,21.116789,16.87064575359605,0.056121107,-12.700397762786702,0.046867505,1.0321298 -2507871231366686464,29.88524976753578,0.0588026,0.8524726787796945,0.050797105,0.4916108517418389,0.06857777,13.033537,-1.8606397888567463,0.07242282,-12.900042383055244,0.059890684,0.98298484 -2507871334445901184,29.898173375911792,0.016905438,0.8595715658756564,0.014400697,1.3155797498653057,0.019560244,27.940683,11.765004587877339,0.020801043,-25.342976328469206,0.017318385,1.0034912 -2507871403165378688,29.860138486535842,0.035068322,0.855162444102677,0.03021459,0.7673544659293746,0.040549804,17.495415,-1.757736401937131,0.043501407,-17.40689201398167,0.036068756,0.969304 -2507907304797063296,29.545769392894996,0.11227025,0.6463766874546186,0.08396046,0.9826730466362521,0.12642851,19.025635,13.501798502615848,0.15278852,-13.404334859224228,0.09807701,1.0729786 -2507907579674977408,29.61236093196416,0.18415105,0.6750062934498661,0.14927475,1.3232836147570117,0.21661535,27.255299,-14.532235519325893,0.2245297,-23.057871746023462,0.16249461,1.04696 -2507909989151546240,29.640458956377422,0.054648496,0.7638375671212781,0.04384035,1.7062789651334611,0.062184263,12.997588,10.768755159765071,0.06722894,-7.278132889302241,0.049894337,0.89757085 -2507909989151546496,29.637106411144757,0.03907342,0.7595516946632143,0.031769857,0.23806138222759304,0.043837916,2.249828,0.9933958362665674,0.049019236,-2.0186359304474797,0.03637414,1.1224984 -2507909989151546624,29.643849712188345,0.06762156,0.7573430732713528,0.05721064,0.7371825479291572,0.074716754,23.680971,16.729392176947503,0.086450435,-16.760542565362627,0.06489934,1.4716066 -2507910294094331776,29.603453606538928,0.16524623,0.7396514525764862,0.12765871,1.93602931203621,0.18313214,38.75306,38.42150957985015,0.22608502,-5.058369459909487,0.14446127,1.0625825 -2507910779425529344,29.607008028322426,0.015292864,0.7584200816975503,0.011163859,0.733292129095336,0.017075298,8.961237,-5.89747096239253,0.017975759,-6.747118155736838,0.012848387,0.99081165 -2507910813785266944,29.61082313675054,0.023747904,0.7724395620517793,0.019197933,0.8749709113660397,0.02674635,9.188437,3.218251914777509,0.029488105,-8.60640668757674,0.022702584,1.0364549 -2507911088663198080,29.595978862933652,0.14781475,0.789648867583467,0.12272323,1.5732558969778825,0.16936202,7.4034133,-6.390161452304399,0.18543196,-3.7384981170528797,0.15743339,0.94193524 -2507915860371586816,29.719628974742495,0.20696329,0.7795379876973642,0.20112409,2.040433518506987,0.2464274,15.058116,6.361061048509404,0.2531145,-13.648581203667966,0.24029538,0.9809403 -2507916002105760000,29.67023415357063,0.047323298,0.7893401650194287,0.03940134,0.7499201595751441,0.0547323,2.1011987,0.10739546701581894,0.05855139,2.0984523246415394,0.044622667,1.0405998 -2507916272688451200,29.736940640648,0.23168682,0.7984148385896394,0.22327921,2.5737688730881145,0.27869537,14.563218,6.288855656331212,0.2595952,-13.135357222785226,0.25810125,0.9942514 -2507916272688451968,29.737065402303138,0.091144115,0.8028740517115909,0.075546555,3.873786465859313,0.11191533,19.9273,19.283055342148096,0.09760679,5.026036095959239,0.090190284,0.9926333 -2507916685005320320,29.74945265418383,0.098153464,0.8396139850854777,0.08866684,0.8345347583085957,0.115211956,6.8916655,6.84616143266833,0.12144405,0.7906481822245376,0.105186746,0.9482461 -2507917067257648640,29.650161016396076,0.022570921,0.8172523198722556,0.018540734,2.71820216346617,0.02523734,6.124963,5.964020084660684,0.026548762,-1.3948597374419538,0.019920066,2.0776687 -2507917204696601472,29.68414187074467,0.03299751,0.8398383328687851,0.028217549,3.3226116860310926,0.039048295,70.84227,67.02604186208853,0.03944371,-22.937668495721127,0.032701936,1.095778 -2507917376495293568,29.69375045266092,0.05245309,0.8324710556514995,0.046098314,2.0410188897937798,0.061990295,47.57741,45.267952560526396,0.061068527,-14.643170082591665,0.05070329,1.0977532 -2507917475279306880,29.737726359820055,0.071919635,0.8646838367044943,0.062143285,0.6186845066097674,0.08040064,7.276047,0.3795097697219107,0.085194774,-7.266143335943463,0.06979781,1.11014 -2507917857531653888,29.794427220150695,0.014476371,0.8351769369570414,0.012595057,1.9170442404663537,0.016661547,12.107956,-0.6416225925471148,0.017705262,-12.090943292545575,0.015784502,1.0585109 -2507918338567989248,29.784240352408368,0.054445148,0.871938610845074,0.048798338,0.3470335433758054,0.06301927,2.8584268,-2.2772822144526272,0.06450902,-1.7275964557848384,0.05667501,1.0661788 -2507918574790940288,29.871554134271015,0.04779276,0.9000693901076836,0.037920058,0.6262639819504033,0.05396492,8.825118,8.484594006868033,0.055772398,2.4278320689146367,0.04387903,0.91737574 -2507918647805633024,29.856669631407748,0.08755652,0.9021295977678396,0.072361805,2.819145168071228,0.099712394,27.854567,-8.458450081387513,0.11543204,-26.539244138595553,0.08659355,1.0421501 -2507908679186619520,29.561708253223188,0.051246494,0.711720960610081,0.0343574,1.0262570940768139,0.05524454,9.493074,5.136719183189344,0.060989305,7.9832684295628145,0.041106634,1.0303546 -2507909160222953600,29.621201221853436,0.19071822,0.7022644736168182,0.16431315,2.0236129266728318,0.21829885,25.046295,-13.72298512825753,0.25401425,-20.952245914081725,0.1852553,0.9208406 -2507919163201709056,29.756002247786345,0.053978875,0.8918815741316032,0.043951605,0.5981547288564508,0.058703586,11.281124,8.28597356342977,0.06794604,-7.655482077761765,0.04953079,1.0493858 -2507919846101264256,29.76547858662633,0.059076358,0.9330170813250145,0.050222266,1.0164266722885849,0.06588661,29.507904,27.883048416011327,0.06962424,-9.65670839198572,0.05631086,1.130458 -2507919880461003008,29.78027299974718,0.058925107,0.938793864137062,0.049139123,0.6950320898225023,0.0656717,4.9182057,4.147878575263357,0.07075642,-2.642698021951498,0.05734919,1.068878 -2507920602015888256,29.663489816295606,0.15743272,0.86372779207998,0.13299571,1.260606567316243,0.18088436,4.6462555,2.0607731306898676,0.18561713,4.164240875614015,0.15281524,0.9820388 -2507920640670437248,29.671631559237973,0.043231122,0.8713526509878307,0.03651455,0.4175100730763423,0.048890065,9.711316,6.019644738719046,0.05185069,-7.620599124778098,0.042184725,1.018224