@@ -66,33 +66,33 @@ All WebGeoCalc calculation objects take their input attributes in
6666 to the any Calculation parameters:
6767
6868 >>> Calculation(
69- api = 'ESA',
70- kernels = 6,
71- times = '2014-01-01T01:23:45.000',
72- calculation_type = 'STATE_VECTOR',
73- target = '67P/CHURYUMOV-GERASIMENKO (1969 R1)',
74- observer = 'ROSETTA ORBITER',
75- reference_frame = '67P/C-G_CK',
76- aberration_correction = 'NONE',
77- state_representation = 'LATITUDINAL',
78- ).api
69+ ... api = ' ESA' ,
70+ ... kernels = 6 ,
71+ ... times = ' 2014-01-01T01:23:45.000' ,
72+ ... calculation_type = ' STATE_VECTOR' ,
73+ ... target = ' 67P/CHURYUMOV-GERASIMENKO (1969 R1)' ,
74+ ... observer = ' ROSETTA ORBITER' ,
75+ ... reference_frame = ' 67P/C-G_CK' ,
76+ ... aberration_correction = ' NONE' ,
77+ ... state_representation = ' LATITUDINAL' ,
78+ ... ).api
7979 <Api> http://spice.esac.esa.int/webgeocalc/api
8080
8181 3-rd party WGC are also supported, either set :obj: `WGC_URL `
8282 on your system (as mention before), or you can provide directly
8383 its ``URL `` to the :py:attr: `api ` parameter:
8484
8585 >>> Calculation(
86- api = 'https://wgc.obspm.fr/webgeocalc/api',
87- kernels = 6,
88- times = '2014-01-01T01:23:45.000',
89- calculation_type = 'STATE_VECTOR',
90- target = '67P/CHURYUMOV-GERASIMENKO (1969 R1)',
91- observer = 'ROSETTA ORBITER',
92- reference_frame = '67P/C-G_CK',
93- aberration_correction = 'NONE',
94- state_representation = 'LATITUDINAL',
95- ).api
86+ ... api = ' https://wgc.obspm.fr/webgeocalc/api' ,
87+ ... kernels = 6 ,
88+ ... times = ' 2014-01-01T01:23:45.000' ,
89+ ... calculation_type = ' STATE_VECTOR' ,
90+ ... target = ' 67P/CHURYUMOV-GERASIMENKO (1969 R1)' ,
91+ ... observer = ' ROSETTA ORBITER' ,
92+ ... reference_frame = ' 67P/C-G_CK' ,
93+ ... aberration_correction = ' NONE' ,
94+ ... state_representation = ' LATITUDINAL' ,
95+ ... ).api
9696 <Api> https://wgc.obspm.fr/webgeocalc/api
9797
9898 In each cases, every new API is cached to improve
0 commit comments