The parameter epoch
is used to define the epoch for which the heliocentric J200 state vectors are
requested. As the goal of the service is to provide the whole population of asteroids (almost one million object),
or a subset of them selected by their population class, the computation of their positions at a given epoch will
take a while. Thus, to ensure a relatively quick response, the service extract the data from the database of pre-computed
ephemerides of the SkyBoT service. Thus, the epoch
provided by
the user is rounded at the closest epoch of the cut-off of the SkyBoT database, which is 10 days. This means
that the state vectors will be provided at an epoch close by 5 days to the requested epoch. In most cases
this is enough to study the Solar System as a whole.
The epoch must be formatted as an ISO 8601 date (recommended) or as a julian day or as a textual english date
(in accordance with the GNU
syntax of dates).
Examples of valid dates:
- now
- 2006-01-27T1:53:34
- 2453762.529467592
- 10 September 2000
- +1 day
- +1 week 2 days 4 hours 2 seconds
- next Thursday
- last Monday
The epoch must be expressed in the UTC timescale. The period of time covered by SkyBoT is given by the
status method.
Restriction: the shortcut 'now' can be used only in the HTTP request, not when calling
the Web service.
Tolerance: the character 'T' of the ISO 8601 format can be omitted.
SkyBoT databases contain pre-computed asteroid ephemerides for various points of view. The main SkyBoT database
contains geocentric ephemerides. The others databases contain ephemerides for the libration point L2 of the
system Sun-(Earth+Moon), and for the Rosetta, Kepler and TESS spacecrafts.
In the context of Skybot3D, the choice of one or another database is not important to the extent that
the returned ephemerides are heliocentric. The only impact is the time limit of the data, which can be
obtained by using the status method of the SkyBoT API.
The different project code name are:
sbot2
: main SkyBoT database dedicated to the Earth (geocentric)
sbotRosetta
: database dedicated to the Rosetta spacecraft
sbotKepler
: database dedicated to the Kepler spacecraft
sbotEarthL2
: database dedicated to the Sun-Earth L2 point
sbotTESS
: database dedicated to the TESS spacecraft
We recommend using the code name sbot2
, which is the default value of the argument project
.