Testing notebook#


Author: Adrien CR Thob

© 2022 Adrien CR Thob

This notebook is part of the py-Galaxia-ananke project, which is licensed under the GNU Affero General Public License v3.0 (AGPL-3.0). The full copyright notice, including terms governing use, modification, and redistribution, is contained in the files LICENSE and COPYRIGHT, which can be found at the root of the source code distribution tree

Updated On: 2026-04-11


import numpy as np
import galaxia_ananke
galaxia_ananke.__version__
'0.7.0rc2'
np.random.seed(0)
n_parts = 10000

p = galaxia_ananke.make_dummy_particles_input(n_parts)
kernels = galaxia_ananke.make_dummy_kernels_input(n_parts)

Using default photometric system

output = galaxia_ananke.make_survey_from_particles(p, kernels, fsample=0.01, caching=True)#, simname='sim', surveyname='survey', fsample=1, ngb=64, **kwargs):
output
Executing JOB 1/1 = /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/envs/main/.cache/galaxia_ananke/bin/galaxia -r --hdim=6 --nfile=sim_b79cb3c --ngen=0 /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a_params
JOB 1/1 | CODEDATAPATH=/home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/envs/main/.cache/galaxia_ananke/GalaxiaData/
JOB 1/1 | Reading Parameter file-             /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a_params
JOB 1/1 | --------------------------------------------------------
JOB 1/1 | outputFile               survey_9bc4f1a          
JOB 1/1 | outputDir                /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source
JOB 1/1 | photoCateg               padova                  
JOB 1/1 | photoSys                 GAIA__DR2               
JOB 1/1 | magcolorNames            G,Gbp-Grp               
JOB 1/1 | appMagLimits[0]          -1000                   
JOB 1/1 | appMagLimits[1]          1000                    
JOB 1/1 | absMagLimits[0]          -1000                   
JOB 1/1 | absMagLimits[1]          20                      
JOB 1/1 | colorLimits[0]           -1000                   
JOB 1/1 | colorLimits[1]           1000                    
JOB 1/1 | geometryOption           0                       
JOB 1/1 | surveyArea               207.455                 
JOB 1/1 | fSample                  0.01                    
JOB 1/1 | popID                    10                      
JOB 1/1 | warpFlareOn              0                       
JOB 1/1 | longitude                76.273                  
JOB 1/1 | latitude                 13.4725                 
JOB 1/1 | starType                 0                       
JOB 1/1 | photoError               0                       
JOB 1/1 | seed                     17052                   
JOB 1/1 | r_max                    500                     
JOB 1/1 | r_min                    0                       
JOB 1/1 | nres                     64                      
JOB 1/1 | nstart                   0                       
JOB 1/1 | rSun[0]                  -8.121973366106948      
JOB 1/1 | rSun[1]                  -1.4729444519452402e-11 
JOB 1/1 | rSun[2]                  0.020800000030482345    
JOB 1/1 | vSun[0]                  12.9                    
JOB 1/1 | vSun[1]                  245.6                   
JOB 1/1 | vSun[2]                  7.78                    
JOB 1/1 | --------------------------------------------------------
JOB 1/1 | Reading Halo Sat File=/home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/envs/main/.cache/galaxia_ananke/GalaxiaData/nbody1/filenames/sim_b79cb3c.txt
JOB 1/1 | nbody1/sim_b79cb3c/
JOB 1/1 | 
JOB 1/1 | 	1	1
JOB 1/1 | 
JOB 1/1 | path nbody1/sim_b79cb3c/ sats 1 x[0] 1
JOB 1/1 | Halo 1 Sat 0 fname nbody1/sim_b79cb3c/sim_b79cb3c.ebf 0
JOB 1/1 | nbody1/sim_b79cb3c/sim_b79cb3c.ebf 0
JOB 1/1 | No of Satellites   =1
JOB 1/1 | Generating catalog. Max allowed stars is 18446744073709551615
JOB 1/1 | Source numbering will start at 0
JOB 1/1 | Writing to /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.ebf
JOB 1/1 | Using geometry:                     All Sky
JOB 1/1 | setting center to -8.12197 -1.47294e-11 0.0208 12.9 245.6 7.78
JOB 1/1 | Reading Isochrones from dir-        /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/envs/main/.cache/galaxia_ananke/GalaxiaData/Isochrones/padova/GAIA__DR2
JOB 1/1 | Isochrone Grid Size:                (Age bins=71,Feh bins=34,Alpha bins=1)
JOB 1/1 | Time Isochrone Reading              2.34336     
JOB 1/1 | ------------------------------
JOB 1/1 | nbody1/sim_b79cb3c/sim_b79cb3c.ebf  Sat No=0
JOB 1/1 | Particles=10000
JOB 1/1 | Satellite Info
JOB 1/1 | Particles=10000 Mass=5.49088e+07 0.379706
JOB 1/1 | Total Stars=775864 accepted=775864 rejected=0
JOB 1/1 | -----------Done---------------
JOB 1/1 | Total stars written                 775864                  
JOB 1/1 | 31
JOB 1/1 | File written-                       /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.ebf
JOB 1/1 | Calculating magnitudes in GAIA__DR2 system................
JOB 1/1 | initializing isochrone data
JOB 1/1 | interpolating on isochrone tables
JOB 1/1 | Total Time=                         3.72717     
Exported the following quantities from /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.ebf to /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.h5 for partition 0

['age', 'alpha', 'calcium', 'carbon', 'dform', 'dmod', 'feh', 'gaia__dr2_g', 'gaia__dr2_gbp', 'gaia__dr2_grp', 'grav', 'helium', 'lum', 'mact', 'magnesium', 'mtip', 'neon', 'nitrogen', 'oxygen', 'parentid', 'partid', 'partitionid', 'px', 'py', 'pz', 'rad', 'satid', 'silicon', 'smass', 'sulphur', 'teff', 'vx', 'vy', 'vz']

Running convert_cartesian_to_galactic post-processing pipeline
Exported the following quantities to /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.h5

['mub', 'vr', 'glon', 'glat', 'mul']

Overwritten the following quantities to /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.h5

['rad']

Running convert_galactic_to_icrs post-processing pipeline
Exported the following quantities to /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.h5

['mura', 'dec', 'mudec', 'ra']

Running last_conversions post-processing pipeline
Exported the following quantities to /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.h5

['pi']

Overwritten the following quantities to /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.h5

['teff', 'lum']

[04/15/26 00:59:49] WARNING  could not close memmap for column                                   dataset_mmap.py:94
                             /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/                   
                             checkouts/main/docs/source/survey_9bc4f1a.sim_b79cb3c.0.h5                            
# age alpha calcium carbon dec dform dmod feh gaia__dr2_g gaia__dr2_gbp gaia__dr2_grp glat glon grav helium lum mact magnesium mtip mub mudec mul mura neon nitrogen oxygen parentid partid partitionid pi px py pz ra rad satid silicon smass sulphur teff vr vx vy vz
0 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-5.9987928870172050.0 19.18746074617149 -0.4713688194751739510.049541 11.135206 9.061388 25.24992223115461711.1257102946662774.959996 -0.55259066820144650.013265546 0.32571775 -0.43141031265258792.025267 0.09922013320288019-0.5235132378898534-0.6965451669594975-0.47005711802026073 -1.0620990991592407-0.19719007611274720.142635896801948550 0 0 0.01453810665987056561.0435431903257 12.00471591950935829.34133874813846 250.4630707163110268.78474779389899 0 -0.37105110287666320.32548731676493986-1.074652075767517 3507.9854-27.7460133241033555.661607360839843 -230.3608051300048817.426230163574218
1 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-6.1272376748153060.0 19.171800439743475-0.4713688194751739510.241194 11.348089 9.244259 24.71280283950761411.3510386339902714.982851 -0.55259066820144650.01104272250.3004559 -0.43141031265258792.025267 0.09536975795697421-0.5276113979192809-0.6973828182968841-0.46590170505605477 -1.0620990991592407-0.19719007611274720.142635896801948550 1 0 0.01464333210283427860.82262766426827 12.20991396575727928.55020074192997 251.0263249256750868.29046783733368 0 -0.37105110287666320.3001993465042324 -1.074652075767517 3470.0095-29.0703754937907885.888169078959606 -229.0850650174623 15.892899689667964
2 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-4.6118828432504630.0 19.184196380047627-0.4713688194751739511.107061 12.355882 10.057264 26.33148251149329 12.1769401805052845.0564485-0.55259066820144650.00560173070.21558467 -0.43141031265258792.025267 0.10794063385932462-0.5231215624389193-0.6976908045641587-0.47409647765280827 -1.0620990991592407-0.19719007611274720.142635896801948550 1 0 0.01455997817527653460.170292961610485 12.98393126930122330.4645868348277 250.0844830019715 68.68142163138972 0 -0.37105110287666320.21539068894935812-1.074652075767517 3317.9673-30.3756026717282636.065196533239755 -231.0753981324981218.02364376961555
3 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-5.23950097744024 0.0 19.220250209628247-0.4713688194751739511.925058 13.38647 10.810073 25.18644948345371812.1794204486108985.112998 -0.55259066820144650.003062184 0.16261049 -0.43141031265258792.025267 0.10180838490125377-0.5183474370136479-0.6871218489352939-0.46240384628789694 -1.0620990991592407-0.19719007611274720.142635896801948550 1 0 0.01432022883795722461.7699187276361 13.33190724807445 29.717771402648527251.0457441859068469.83128630943371 0 -0.37105110287666320.16261048971195396-1.074652075767517 3159.8638-30.76829323317595 6.752163951983698 -231.2404013213213117.403911714895454
4 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-6.0789923901595280.0 19.19209002842598 -0.471368819475173955.3339996 5.643775 4.856216 25.25306999836535 11.0166194468432084.6138034-0.55259066820144650.55209434 0.84384394 -0.43141031265258792.025267 0.0940486450071904 -0.5253349077075044-0.6957886374795229-0.4658220802165214 -1.0620990991592407-0.19719007611274720.142635896801948550 1 0 0.01450714641760934361.19502754380263 11.91353056829158 29.407382344093534250.4051905187230368.93154388971774 0 -0.37105110287666320.8437795505866239 -1.074652075767517 5751.3896-28.06719688457659 5.66103368563142 -230.5278516182996215.821138903969658
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
775,8599.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 70.67512761555776 0.0 18.901398503508 -0.8195078372955322 11.241103 12.384796 10.232504 38.410595747441334141.683964708936265.1169367-1.11408305168151860.004501903 0.17917392 -1.05733442306518551.46496620.48100642129013516-1.016194290487889 0.8958008531689239 -0.03428570898100103 -0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.01658518420046318 -37.06910947546182 29.29226749333721 37.46070535667231 143.2893529174721460.29477803279825 0 -1.154412031173706 0.17931102772855806-0.89225906133651733407.4797-199.4754954099734330.909965888063578-350.7595651358304 -16.203186665995407
775,8609.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 70.9271370971849 0.0 18.90247353507768 -0.8195078372955322 12.456706 13.928801 11.343059 38.489299839118466141.2503961403413 5.209868 -1.11408305168151860.00181794950.123802505-1.05733442306518551.46496620.48574349734305194-1.00829917297113260.8845559837600097 -0.04145855041396074 -0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.01657697539992656 -36.82444996436815 29.55432711204344 37.544151228868955144.0215930735737 60.3246355788421 0 -1.154412031173706 0.12392672176311978-0.89225906133651733140.5276-201.3199262773930831.987156334318374-350.01822343199785-16.569523045806683
775,8619.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 70.43132824162706 0.0 18.927321318531803-0.8195078372955322 8.628792 9.432074 7.774683 38.81531220999055 141.740039256357624.847518 -1.11408305168151860.03736311 0.4449833 -1.05733442306518551.46496620.48241667518683984-1.004448412085148 0.8820037478611186 -0.04171147562730093 -0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.016388369088360832-37.33207956057043529.44076346773706438.247373029765626144.2685687650226861.01888446668003 0 -1.154412031173706 0.4458544863014953 -0.89225906133651733939.6428-200.9306536857234633.62953751008303 -351.4365801451852 -17.21798102773565
775,8629.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 69.92493154791732 0.0 18.902482764718552-0.8195078372955322 11.216943 12.356519 10.209925 38.87385604781143 142.450424530848475.114827 -1.11408305168151860.00459625670.18079981 -1.05733442306518551.46496620.4825023390866653 -1.02794306979560510.9083715083600382 -0.035781974282887485-0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.016576904941189016-37.2348611717127 28.62253500326852 37.86037765719767 143.5888888466902860.3248919836221660 -1.154412031173706 0.18096256208800496-0.89225906133651733412.8975-196.6189251462639631.70418290241155 -352.0160153247833 -15.97775536163102
775,8639.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 70.63209714671159 0.0 18.898541987680375-0.8195078372955322 8.079974 8.781318 7.285962 38.34232917415424 141.7975769824711 4.794572 -1.11408305168151860.057495065 0.49785998 -1.05733442306518551.46496620.47637938617209147-1.01520202405601250.8970790215056618 -0.032449048488794874-0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.016607015937988585-37.11331476098100529.20784036801364237.35521449019692 142.9765003199213760.21551395711603 0 -1.154412031173706 0.4980831631266951 -0.89225906133651734139.4316-199.8237642958756631.08565390980641 -350.32448368884286-17.308893070212754

Using LSST photometric system

output = galaxia_ananke.make_survey_from_particles(p, kernels, fsample=0.01, photo_sys='padova/LSST', cmd_magnames='r,g-r', caching=True)#, simname='sim', surveyname='survey', fsample=1, ngb=64, **kwargs):
output
Executing JOB 1/1 = /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/envs/main/.cache/galaxia_ananke/bin/galaxia -r --hdim=6 --nfile=sim_b79cb3c --ngen=0 /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_da276ab_params
JOB 1/1 | CODEDATAPATH=/home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/envs/main/.cache/galaxia_ananke/GalaxiaData/
JOB 1/1 | Reading Parameter file-             /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_da276ab_params
JOB 1/1 | --------------------------------------------------------
JOB 1/1 | outputFile               survey_da276ab          
JOB 1/1 | outputDir                /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source
JOB 1/1 | photoCateg               padova                  
JOB 1/1 | photoSys                 LSST                    
JOB 1/1 | magcolorNames            r,g-r                   
JOB 1/1 | appMagLimits[0]          -1000                   
JOB 1/1 | appMagLimits[1]          1000                    
JOB 1/1 | absMagLimits[0]          -1000                   
JOB 1/1 | absMagLimits[1]          20                      
JOB 1/1 | colorLimits[0]           -1000                   
JOB 1/1 | colorLimits[1]           1000                    
JOB 1/1 | geometryOption           0                       
JOB 1/1 | surveyArea               207.455                 
JOB 1/1 | fSample                  0.01                    
JOB 1/1 | popID                    10                      
JOB 1/1 | warpFlareOn              0                       
JOB 1/1 | longitude                76.273                  
JOB 1/1 | latitude                 13.4725                 
JOB 1/1 | starType                 0                       
JOB 1/1 | photoError               0                       
JOB 1/1 | seed                     17052                   
JOB 1/1 | r_max                    500                     
JOB 1/1 | r_min                    0                       
JOB 1/1 | nres                     64                      
JOB 1/1 | nstart                   0                       
JOB 1/1 | rSun[0]                  -8.121973366106948      
JOB 1/1 | rSun[1]                  -1.4729444519452402e-11 
JOB 1/1 | rSun[2]                  0.020800000030482345    
JOB 1/1 | vSun[0]                  12.9                    
JOB 1/1 | vSun[1]                  245.6                   
JOB 1/1 | vSun[2]                  7.78                    
JOB 1/1 | --------------------------------------------------------
JOB 1/1 | Reading Halo Sat File=/home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/envs/main/.cache/galaxia_ananke/GalaxiaData/nbody1/filenames/sim_b79cb3c.txt
JOB 1/1 | nbody1/sim_b79cb3c/
JOB 1/1 | 
JOB 1/1 | 	1	1
JOB 1/1 | 
JOB 1/1 | path nbody1/sim_b79cb3c/ sats 1 x[0] 1
JOB 1/1 | Halo 1 Sat 0 fname nbody1/sim_b79cb3c/sim_b79cb3c.ebf 0
JOB 1/1 | nbody1/sim_b79cb3c/sim_b79cb3c.ebf 0
JOB 1/1 | No of Satellites   =1
JOB 1/1 | Generating catalog. Max allowed stars is 18446744073709551615
JOB 1/1 | Source numbering will start at 0
JOB 1/1 | Writing to /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_da276ab.sim_b79cb3c.0.ebf
JOB 1/1 | Using geometry:                     All Sky
JOB 1/1 | setting center to -8.12197 -1.47294e-11 0.0208 12.9 245.6 7.78
JOB 1/1 | Reading Isochrones from dir-        /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/envs/main/.cache/galaxia_ananke/GalaxiaData/Isochrones/padova/LSST
JOB 1/1 | Isochrone Grid Size:                (Age bins=71,Feh bins=34,Alpha bins=1)
JOB 1/1 | Time Isochrone Reading              1.7338      
JOB 1/1 | ------------------------------
JOB 1/1 | nbody1/sim_b79cb3c/sim_b79cb3c.ebf  Sat No=0
JOB 1/1 | Particles=10000
JOB 1/1 | Satellite Info
JOB 1/1 | Particles=10000 Mass=5.49088e+07 0.379706
JOB 1/1 | Total Stars=776608 accepted=776606 rejected=2
JOB 1/1 | -----------Done---------------
JOB 1/1 | Total stars written                 776606                  
JOB 1/1 | 31
JOB 1/1 | File written-                       /home/docs/checkouts/readthedocs.org/user_builds/py-galaxia-ananke/checkouts/main/docs/source/survey_da276ab.sim_b79cb3c.0.ebf
JOB 1/1 | Calculating magnitudes in LSST system................
JOB 1/1 | initializing isochrone data
JOB 1/1 | interpolating on isochrone tables
JOB 1/1 | Total Time=                         3.2859      
Running convert_cartesian_to_galactic post-processing pipeline
Running convert_galactic_to_icrs post-processing pipeline
Running last_conversions post-processing pipeline
# age alpha calcium carbon dec dform dmod feh glat glon grav helium lsst_g lsst_i lsst_r lsst_u lsst_y lsst_z lum mact magnesium mtip mub mudec mul mura neon nitrogen oxygen parentid partid partitionid pi px py pz ra rad satid silicon smass sulphur teff vr vx vy vz
0 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-5.9987928870172050.0 19.18746074617149 -0.4713688194751739525.24992223115461711.1257102946662774.957723 -0.552590668201446511.82129 9.553138 10.4297 14.9515128.930664 9.1264 0.012646457 0.32465628-0.43141031265258792.05205270.09922013320288019-0.5235132378898534-0.6965451669594975-0.47005711802026073 -1.0620990991592407-0.19719007611274720.142635896801948550 0 0 0.01453810665987056561.0435431903257 12.00471591950935829.34133874813846 250.4630707163110268.78474779389899 0 -0.37105110287666320.3258619207861875 -1.074652075767517 3463.1602-27.7460133241033555.661607360839843 -230.3608051300048817.426230163574218
1 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-6.1272376748153060.0 19.171800439743475-0.4713688194751739524.71280283950761411.3510386339902714.9810724-0.552590668201446512.07973 9.765523 10.67789315.2445139.121066 9.321541 0.010579075 0.29959986-0.43141031265258792.05205270.09536975795697421-0.5276113979192809-0.6973828182968841-0.46590170505605477 -1.0620990991592407-0.19719007611274720.142635896801948550 1 0 0.01464333210283427860.82262766426827 12.20991396575727928.55020074192997 251.0263249256750868.29046783733368 0 -0.37105110287666320.30051895807873963-1.074652075767517 3425.739 -29.0703754937907885.888169078959606 -229.0850650174623 15.892899689667964
2 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-4.6118828432504630.0 19.184196380047627-0.4713688194751739526.33148251149329 12.1769401805052845.0518117-0.552590668201446513.122309 10.58892111.67410716.4766679.846663 10.0711060.00527581250.21477202-0.43141031265258792.05205270.10794063385932462-0.5231215624389193-0.6976908045641587-0.47409647765280827 -1.0620990991592407-0.19719007611274720.142635896801948550 1 0 0.01455997817527653460.170292961610485 12.98393126930122330.4645868348277 250.0844830019715 68.68142163138972 0 -0.37105110287666320.21554831077590633-1.074652075767517 3264.037 -30.3756026717282636.065196533239755 -231.0753981324981218.02364376961555
3 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-5.23950097744024 0.0 19.220250209628247-0.4713688194751739525.18644948345371812.1794204486108985.1082735-0.552590668201446514.20013 11.36916 12.70065 17.83371510.50447210.7594280.00287568570.16199727-0.43141031265258792.05205270.10180838490125377-0.5183474370136479-0.6871218489352939-0.46240384628789694 -1.0620990991592407-0.19719007611274720.142635896801948550 1 0 0.01432022883795722461.7699187276361 13.33190724807445 29.717771402648527251.0457441859068469.83128630943371 0 -0.37105110287666320.16268769161294605-1.074652075767517 3104.7427-30.76829323317595 6.752163951983698 -231.2404013213213117.403911714895454
4 8.9554138183593750.039958495646715164-0.3540340065956116-0.7935190200805664-6.0789923901595280.0 19.19209002842598 -0.4713688194751739525.25306999836535 11.0166194468432084.6106825-0.55259066820144655.8098636 5.250584 5.37791546.98790265.20721865.221788 0.5289693 0.84699625-0.43141031265258792.05205270.0940486450071904 -0.5253349077075044-0.6957886374795229-0.4658220802165214 -1.0620990991592407-0.19719007611274720.142635896801948550 1 0 0.01450714641760934361.19502754380263 11.91353056829158 29.407382344093534250.4051905187230368.93154388971774 0 -0.37105110287666320.846996270255526 -1.074652075767517 5678.1475-28.06719688457659 5.66103368563142 -230.5278516182996215.821138903969658
... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ... ...
776,6019.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 70.2416134044244 0.0 18.928080301488805-0.8195078372955322 38.23947911045636 142.440127940205375.163577 -1.114083051681518614.148937 11.43773212.59377717.96042810.69437 10.9175550.00249379830.14125384-1.05733442306518551.48152840.4630886324406654 -1.005321128229882 0.8924962497223514 -0.018167729600125027-0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.01638264195167217 -38.0051038896443 29.22548976601557437.78082543312063 141.9750215098713461.04021579363946 0 -1.154412031173706 0.14149260626118568-0.89225906133651733200.679 -198.3663578239218731.82657785623363 -350.25535315175404-17.531873464126488
776,6029.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 70.41686922729994 0.0 18.910062605520345-0.8195078372955322 38.30516105074999 142.1394291091951 4.974049 -1.114083051681518611.403774 9.320927 10.01820714.5077498.816019 8.985688 0.01430901050.31965846-1.05733442306518551.48152840.4734601891965643 -1.01623826801993470.8995340829490515 -0.02420536620008279 -0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.016519141713576574-37.50449500496923 29.15502433778618837.52311897234206 142.4837919409775760.5358327532314040 -1.154412031173706 0.3199948774194941 -0.89225906133651733623.1023-200.4537340407613632.250012201783434-352.0312163865094 -17.63271907643936
776,6039.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 70.4080879314508 0.0 18.902934953720308-0.8195078372955322 38.51721538906175 141.9991744509487 5.14582 -1.114083051681518613.830839 11.21531212.29540517.53302210.50600810.72185 0.00298386490.1518549 -1.05733442306518551.48152840.4743226682165405 -1.01798298177660750.9015225353275752 -0.03788831087186001 -0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.01657345331378465 -37.20101481046789 29.06548137124294637.57513556628101 143.1957479921791860.3374553912834340 -1.154412031173706 0.15207528197126546-0.89225906133651733252.9087-198.9575728231598 30.486204730876576-351.0526487543546 -17.750080964989557
776,6049.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 71.08387310132055 0.0 18.923024179865948-0.8195078372955322 38.26009144965401 141.192352584500245.2413483-1.114083051681518615.744637512.45053814.10643620.03769 11.51201411.7771 0.00114766250.10921725-1.05733442306518551.48152840.4787283396765763 -1.000357228120909 0.8791278440635257 -0.03649665140152236 -0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.016420832232023796-37.26221822413036 29.96778210942397537.71016280176713 143.4890668233096660.89825325964946 0 -1.154412031173706 0.10933340808845429-0.89225906133651732939.4915-203.1372333895838831.92943133805899 -351.364943439203 -17.27155580525957
776,6059.305075645446777-0.2378266155719757 -1.36687850952148440.2941742241382599 70.37595469858103 0.0 18.93286622717117 -0.8195078372955322 38.68717785347273 141.920371611986164.4602547-1.11408305168151864.5252266 4.262131 4.302835 5.378302 4.305421 4.285506 1.493284 0.97874534-1.05733442306518551.48152840.4747371924655401 -1.00602810280768560.8878889884355189 -0.04036971706960485 -0.6839846968650818-0.5307199358940125-0.52554571628570569999 1 0 0.01634657436618385 -37.58765043641153629.45090773208533738.23846973636697 143.7258630870868 61.17489680704598 0 -1.154412031173706 0.9792776048621659 -0.89225906133651736509.6606-198.8693553291956331.12364048005234 -351.49591091566566-16.84361679566483