Download OpenAPI specification:Download
OPALE provides a catalog of APIs to fetch the ephemerids data
Get the status of the service.
Example: https://opale.imcce.fr/api/status
{- "apiVersion": "2025.02.28",
- "description": "Opale API service 2025.02.28 is available and is running the library version 2025.2.5",
- "libraryVersion": "2025.2.5",
- "status": "OK"
}
Get all lunar or solar eclipses for an optional given date. If the date is not provided, the eclipses of the current year are returned. The instants of the events are given in the timescale UTC for the dates after 1962 and UT1 for the dates before 1962.
A response, which contains the information about the eclipses, is returned to the client encoded in json format, by default. A map of the visibility of the eclipse on the Earth is streamed to the client if the header Accept of the request specifies the MIME media types image/svg+xml, application/pdf or application/postscript and the date is a calendar day. This behavior can be replaced by the query parameter format.
Examples:
Capabilities : https://opale.imcce.fr/api/v1/phenomena/eclipses/capability
body required | integer Enum: 10 301 Example: 301 NAIF identification number of the body.
|
required | Year (string) or Calendar date (string) Example: 2025 Filter by year or day. The supported calendars are :
If the calendar is not given, then date is assumed to be expressed in the (proleptic) gregorian calendar. |
nbd | integer [ 1 .. 10 ] Default: 1 Example: nbd=1 Number of years to compute |
NAIF Identification (integer) or observatory code (string) or Array of (geodetic latitude, longitude, and optionally the altitude) (numbers) Location of the observer. General circumstances of the solar eclipses are computed (default case) if the observer is located at the geocenter, otherwise, local circumstances are computed. This parameter is ignored for the lunar eclipses. | |
format | string Default: "json" Enum: "json" "image" "video" Example: format=json The response format. The default response format is given by the header request Accept. If format is given, the header request Accept is ignored. If the format is image, the image bytes are directly streamed to the client. |
image-format | string Default: "svg" Enum: "svg" "eps" "pdf" Example: image-format=svg The format of the exported image. The default format of the exported image is svg. |
video-format | string Default: "mp4" Enum: "hls" "mp4" "webm" Example: video-format=mp4 The format of the exported video. The default format of the exported video is mp4. |
video-definition | string Default: "HD" Enum: "custom" "SD" "HD" "FHD" Example: video-definition=HD The definition of the exported video. The default definition of the exported video is HD.
|
Array of integers or strings = 2 items Default: [800,600] Example: image-size=800,600 The size (width , height) of the exported image in pixels. The default size of the export image is (800,600). If one component is auto, then its size in pixels is automatically set to maximize the visible world depending of the projection. | |
image-style | string Default: "ssp" Enum: "ssp" "newsletter" Example: image-style=ssp The style of the exported image. The default style of the export image is ssp. |
map-projection | string Default: "EPSG:3395" Enum: "EPSG:3395" "EPSG:3857" "EPSG:9840" "EPSG:9820" "EPSG:9825" "ESRI:54026" Example: map-projection=EPSG:3395 The projection of the map. The default projection is the Mercator conformal projection (EPSG:3395).
|
map-center | Array of numbers = 2 items [ items [ -180 .. 180 ] ] Default: [0,0] Example: map-center=0,0 The geodetic longitude and latitude of the center of the projection of the map, expressed in decimal degrees. The longitude is the first argument and the latitude is the second argument. |
map-theme | string Default: "land-small" Enum: "land-small" "land-medium" "country-small" "country-medium" Example: map-theme=land-small The background theme of the map. The default content include the lands and major islands. Images produced with the theme '-small' have a size in bytes smaller than those generated with '-medium'.
|
map-zoom | number [ 1 .. 20 ] Default: 1 Example: map-zoom=1 The zoom level. The lowest level 1 is the lowest zoom level (fully zoomed out) and 20 is the highest level (fully zoomed in). The zoom level determines how much of the world is visible on a map. |
map-labels | string Default: "none" Enum: "none" "en" "fr" Example: map-labels=none Display the label of the lines of the events on the map.
|
map-meridian-zenith | boolean Default: false Example: map-meridian-zenith=false Show, as a solid line on the map, the meridian where the moon is at the zenith at the greatest event. |
{- "request": {
- "calendar": "gregorian",
- "date": "2021",
- "ephemerids": [
- "INPOP19A"
], - "frame": "TrueOfDate",
- "nbd": 1,
- "tag": "eclipses_default",
- "timescale": "UTC"
}, - "response": {
- "calendar": "gregorian",
- "description": {
- "calendarDate": "Day of the lunar eclipse. In early eras, the adopted calendar is the *proleptic Gregorian calendar*",
- "duration.partial": "Interval in HH:MM:SS between the beginning and the end of the partial phase",
- "duration.penumbral": "Interval in HH:MM:SS between the beginning and the end of the penumbral phase",
- "duration.total": "Interval in HH:MM:SS between the beginning and the end of the total phase",
- "events.(greatest|P1|U1|U2|U3|U4|P2).(Sun|Moon).DEC": "Declination of the body at time of the event",
- "events.(greatest|P1|U1|U2|U3|U4|P2).(Sun|Moon).RA": "Right ascension of the body at time of the event",
- "events.(greatest|P1|U1|U2|U3|U4|P2).(Sun|Moon).parallax": "Equatorial horizontal parallax of the body at time of the event",
- "events.(greatest|P1|U1|U2|U3|U4|P2).(Sun|Moon).radius": "Apparent angular radius of the body at time of the event",
- "events.(greatest|P1|U1|U2|U3|U4|P2).UT1-TT": "Difference between UT1 and TT at time of the event, expressed in second",
- "events.(greatest|P1|U1|U2|U3|U4|P2).axis": "Apparent geocentric angular distance between the centers of the Moon and the umbral shadow",
- "events.(greatest|P1|U1|U2|U3|U4|P2).date": "Instant of the event",
- "events.(greatest|P1|U1|U2|U3|U4|P2).p": "Position angle of contact on the limb of the Moon measured eastwards from celestial north",
- "events.(greatest|P1|U1|U2|U3|U4|P2).zenith": "Location on the Earth having the Moon at zenith at time of the event",
- "magnitude": "Greatest magnitude of the lunar eclipse",
- "radius.penumbra": "Radius of the penumbral shadow",
- "radius.umbra": "Radius of the umbral shadow",
- "type": "Type of the lunar eclipse"
}, - "lunareclipse": [
- {
- "calendarDate": "2021-05-26",
- "duration": {
- "partial": "03:07:29",
- "penumbral": "05:02:06",
- "total": "00:14:44"
}, - "events": {
- "P1": {
- "Moon": {
- "DEC": -20.30389,
- "RA": 16.13421,
- "parallax": 1.03288,
- "radius": 0.27864
}, - "Sun": {
- "DEC": 21.18916,
- "RA": 4.22725,
- "parallax": 0.00241,
- "radius": 0.26302
}, - "UT1-TT": -69.369,
- "axis": 1.57696,
- "date": "2021-05-26T08:47:41",
- "p": 123.90187,
- "zenith": {
- "geometry": {
- "coordinates": [
- -134.05048366342868,
- -20.306122082553298,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-134:03:01.7",
- "-20:18:22.0",
- "0.0"
]
}, - "type": "Feature"
}
}, - "P2": {
- "Moon": {
- "DEC": -21.15521,
- "RA": 16.35402,
- "parallax": 1.03241,
- "radius": 0.27852
}, - "Sun": {
- "DEC": 21.22487,
- "RA": 4.24142,
- "parallax": 0.00241,
- "radius": 0.26301
}, - "UT1-TT": -69.37,
- "axis": 1.57635,
- "date": "2021-05-26T13:49:47",
- "p": 267.7727,
- "zenith": {
- "geometry": {
- "coordinates": [
- 153.51510175555504,
- -21.157510602123104,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "153:30:54.4",
- "-21:09:27.0",
- "0.0"
]
}, - "type": "Feature"
}
}, - "U1": {
- "Moon": {
- "DEC": -20.47022,
- "RA": 16.17573,
- "parallax": 1.03281,
- "radius": 0.27863
}, - "Sun": {
- "DEC": 21.19595,
- "RA": 4.22993,
- "parallax": 0.00241,
- "radius": 0.26302
}, - "UT1-TT": -69.37,
- "axis": 1.05083,
- "date": "2021-05-26T09:44:59",
- "p": 133.53481,
- "zenith": {
- "geometry": {
- "coordinates": [
- -147.79157607255857,
- -20.472459198038187,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-147:47:29.7",
- "-20:28:20.9",
- "0.0"
]
}, - "type": "Feature"
}
}, - "U2": {
- "Moon": {
- "DEC": -20.71669,
- "RA": 16.23847,
- "parallax": 1.03269,
- "radius": 0.27859
}, - "Sun": {
- "DEC": 21.20618,
- "RA": 4.23399,
- "parallax": 0.00241,
- "radius": 0.26302
}, - "UT1-TT": -69.37,
- "axis": 0.49349,
- "date": "2021-05-26T11:11:21",
- "p": 7.31703,
- "zenith": {
- "geometry": {
- "coordinates": [
- -168.5036790670703,
- -20.71895827378175,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-168:30:13.2",
- "-20:43:08.2",
- "0.0"
]
}, - "type": "Feature"
}
}, - "U3": {
- "Moon": {
- "DEC": -20.75821,
- "RA": 16.24918,
- "parallax": 1.03266,
- "radius": 0.27859
}, - "Sun": {
- "DEC": 21.20792,
- "RA": 4.23468,
- "parallax": 0.00241,
- "radius": 0.26302
}, - "UT1-TT": -69.37,
- "axis": 0.49347,
- "date": "2021-05-26T11:26:05",
- "p": 24.35213,
- "zenith": {
- "geometry": {
- "coordinates": [
- -172.03561135000263,
- -20.76048017749876,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-172:02:08.2",
- "-20:45:37.7",
- "0.0"
]
}, - "type": "Feature"
}
}, - "U4": {
- "Moon": {
- "DEC": -20.9986,
- "RA": 16.31214,
- "parallax": 1.03252,
- "radius": 0.27855
}, - "Sun": {
- "DEC": 21.21811,
- "RA": 4.23873,
- "parallax": 0.00241,
- "radius": 0.26301
}, - "UT1-TT": -69.37,
- "axis": 1.05046,
- "date": "2021-05-26T12:52:28",
- "p": 258.13663,
- "zenith": {
- "geometry": {
- "coordinates": [
- 167.2561648013939,
- -21.000886754893344,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "167:15:22.2",
- "-21:00:03.2",
- "0.0"
]
}, - "type": "Feature"
}
}, - "greatest": {
- "Moon": {
- "DEC": -20.7375,
- "RA": 16.24383,
- "parallax": 1.03267,
- "radius": 0.27859
}, - "Sun": {
- "DEC": 21.20705,
- "RA": 4.23433,
- "parallax": 0.00241,
- "radius": 0.26302
}, - "UT1-TT": -69.37,
- "axis": 0.48804,
- "date": "2021-05-26T11:18:44",
- "p": 15.84602,
- "zenith": {
- "geometry": {
- "coordinates": [
- -170.27201835353466,
- -20.73976590609829,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-170:16:19.3",
- "-20:44:23.2",
- "0.0"
]
}, - "type": "Feature"
}
}
}, - "magnitude": 1.00977,
- "radius": {
- "penumbra": 1.2981,
- "umbra": 0.77207
}, - "type": "TotalEclipse"
}, - {
- "calendarDate": "2021-11-19",
- "duration": {
- "partial": "03:28:27",
- "penumbral": "06:01:32"
}, - "events": {
- "P1": {
- "Moon": {
- "DEC": 18.67563,
- "RA": 3.57375,
- "parallax": 0.9111,
- "radius": 0.24579
}, - "Sun": {
- "DEC": -19.51356,
- "RA": 15.65541,
- "parallax": 0.00247,
- "radius": 0.26961
}, - "UT1-TT": -69.292,
- "axis": 1.42897,
- "date": "2021-11-19T06:02:11",
- "p": 54.30093,
- "zenith": {
- "geometry": {
- "coordinates": [
- -95.43185104123222,
- 18.677462448994635,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-95:25:54.7",
- "18:40:38.9",
- "0.0"
]
}, - "type": "Feature"
}
}, - "P2": {
- "Moon": {
- "DEC": 19.62054,
- "RA": 3.77386,
- "parallax": 0.91047,
- "radius": 0.24563
}, - "Sun": {
- "DEC": -19.57138,
- "RA": 15.67285,
- "parallax": 0.00247,
- "radius": 0.26963
}, - "UT1-TT": -69.292,
- "axis": 1.42819,
- "date": "2021-11-19T12:03:43",
- "p": 267.77346,
- "zenith": {
- "geometry": {
- "coordinates": [
- 176.93925954032866,
- 19.62244859879091,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "176:56:21.3",
- "19:37:20.8",
- "0.0"
]
}, - "type": "Feature"
}
}, - "U1": {
- "Moon": {
- "DEC": 18.87976,
- "RA": 3.61593,
- "parallax": 0.91096,
- "radius": 0.24575
}, - "Sun": {
- "DEC": -19.52583,
- "RA": 15.6591,
- "parallax": 0.00247,
- "radius": 0.26962
}, - "UT1-TT": -69.292,
- "axis": 0.88957,
- "date": "2021-11-19T07:18:42",
- "p": 43.53224,
- "zenith": {
- "geometry": {
- "coordinates": [
- -113.98009855689556,
- 18.88160851459943,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-113:58:48.4",
- "18:52:53.8",
- "0.0"
]
}, - "type": "Feature"
}
}, - "U4": {
- "Moon": {
- "DEC": 19.42462,
- "RA": 3.73131,
- "parallax": 0.9106,
- "radius": 0.24566
}, - "Sun": {
- "DEC": -19.55917,
- "RA": 15.66916,
- "parallax": 0.00247,
- "radius": 0.26962
}, - "UT1-TT": -69.292,
- "axis": 0.8891,
- "date": "2021-11-19T10:47:09",
- "p": 278.54817,
- "zenith": {
- "geometry": {
- "coordinates": [
- -164.50484926829992,
- 19.426512510227642,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-164:30:17.5",
- "19:25:35.4",
- "0.0"
]
}, - "type": "Feature"
}
}, - "greatest": {
- "Moon": {
- "DEC": 19.1543,
- "RA": 3.67355,
- "parallax": 0.91077,
- "radius": 0.24571
}, - "Sun": {
- "DEC": -19.54252,
- "RA": 15.66413,
- "parallax": 0.00247,
- "radius": 0.26962
}, - "UT1-TT": -69.292,
- "axis": 0.41045,
- "date": "2021-11-19T09:02:57",
- "p": 161.03067,
- "zenith": {
- "geometry": {
- "coordinates": [
- -139.2470613271168,
- 19.156174789995358,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-139:14:49.4",
- "19:09:22.2",
- "0.0"
]
}, - "type": "Feature"
}
}
}, - "magnitude": 0.97451,
- "radius": {
- "penumbra": 1.18286,
- "umbra": 0.64363
}, - "type": "PartialEclipse"
}
], - "timescale": "UTC",
- "unit": {
- "duration.partial": "HMS",
- "duration.penumbral": "HMS",
- "duration.total": "HMS",
- "events.(greatest|P1|U1|U2|U3|U4|P2).(Sun|Moon).DEC": "Deg180",
- "events.(greatest|P1|U1|U2|U3|U4|P2).(Sun|Moon).RA": "Hour24",
- "events.(greatest|P1|U1|U2|U3|U4|P2).(Sun|Moon).parallax": "Deg360",
- "events.(greatest|P1|U1|U2|U3|U4|P2).(Sun|Moon).radius": "Deg360",
- "events.(greatest|P1|U1|U2|U3|U4|P2).UT1-TT": "Second",
- "events.(greatest|P1|U1|U2|U3|U4|P2).axis": "Deg360",
- "events.(greatest|P1|U1|U2|U3|U4|P2).p": "Deg360",
- "radius.penumbra": "Deg360",
- "radius.umbra": "Deg360"
}
}
}
Get all rise, transits, and set of a body for an given date and location. The instants of the events are given in the timescale UTC for the dates after 1962 and UT1 for the dates before 1962.
A response, which contains the information about the rise, transits and set, is returned to the client encoded in json format. The date of the twilight are provided only for the Sun.
The effect of the refraction of the atmosphere is taken into account for the computation of the date of the rise and set. The center of the apparent disk of the body is used to compute the rise, transits and set.
The elevation of the body during the transit is :
If the position of the center of a planet is not available for a requested time, as no satellites theory is available at that requested time, then the position of the barycenter of the planetary system is used for the computation of the position of the planet.
Examples:
Get the rise, lower and upper transit, and set of Sun for an observer located at Paris on July 5th, 2020 in the timescale UTC : https://opale.imcce.fr/api/v1/phenomena/rts/10/2020-07-05/48.8534,2.3488,39
Get the rise, lower and upper transit, and set of Sun for an observer located at Paris on July 5th, 2020 in the timescale UTC + 2 hours : https://opale.imcce.fr/api/v1/phenomena/rts/10/2020-07-05/48.8534,2.3488,39?timescale=UTC%2B02:00
Get the rise, lower and upper transits, and set of Sun and twlights for an observer located at the observatory of Nice on July 5th, 2020 : https://opale.imcce.fr/api/v1/phenomena/rts/10/2020-07-05/obscode:020?twilight=true
Get the rise, lower and upper transits and set of Moon for an observer located at Paris between September 21th, 2020 and September 23rd, 2020 : https://opale.imcce.fr/api/v1/phenomena/rts/301/2021-09-20/48.8534,2.3488,39?nbd=3
Get the rise, lower and upper transits and set of Sun for an observer located at Paris between July 5th, 2020 and July 8th, 2020 : https://opale.imcce.fr/api/v1/phenomena/rts/10/2020-07-05/48.8534,2.3488,39?nbd=8
Capabilities : https://opale.imcce.fr/api/v1/phenomena/rts/capability
body required | string^\d{1,9}|HIP-\d{1,6}$ Default: "10" Example: 10 Observed body:
example:
|
date required | string^(gregorian,|julian,)?-?\d{4}-(0?[1-9]|1[0-2]... Default: "2020-01-10" Example: 2025-01-10 Requested calendar date YYYY-MM-DD. The calendar of this date is given by the prefix value. If the prefix value is missing, the date is assumed to be expressed in the (proleptic) gregorian calendar. The supported calendars are :
|
required | observatory code (string) or Array of (geodetic latitude, longitude, and optionally the altitude) (numbers) Example: 48,150,0 Location of the observer on the Earth |
step | integer [ 1 .. 100 ] Default: 1 Example: step=1 Step between the dates to compute, expressed in day |
nbd | integer [ 1 .. 730 ] Default: 1 Example: nbd=1 Number of dates to compute |
twilight | boolean Default: false Example: twilight=false Provide or not the dawn and dusk timings for the Sun. For other bodies, this boolean value is ignored. |
group-by | string Default: "body-calendarDate" Value: "body-calendarDate" Example: group-by=body-calendarDate Group the results into different arrays according different orders.
|
timescale required | string (timescale) ^(UTC([\+-][01][0-9]:[0-5][0-9])?)|(UT1)$ Default: "UTC" If date is before the year 1962, then all dates and times are expressed in the timescale UT1 and the value of this field is ignored. After the year 1962, all dates and times of the request or response are expressed in this timescale. The supported timescales are
For all dates expressed in UTC or UTC±hh:mm after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
{- "request": {
- "calendar": "gregorian",
- "date": "2020-07-05",
- "ephemerids": [
- "INPOP19A",
- "NOE-4-2020",
- "NOE-5-2021",
- "SAI-5-2021",
- "NOE-6-2018",
- "SAI-6-2021",
- "NOE-7-2013",
- "SAI-7-2021",
- "SAI-8-2015",
- "SAI-8-2021"
], - "frame": "LocalCelestiodeticENU",
- "group-by": "body-calendarDate",
- "id": 10,
- "nbd": 2,
- "observer": {
- "altitude": "0.039000",
- "body": 399,
- "celestiodeticFrame": "WGS84",
- "latitude": "48.858900",
- "longitude": "2.346900"
}, - "step": 1,
- "tag": "rts_default",
- "timescale": "UTC",
- "twilight": false
}, - "response": {
- "calendar": "gregorian",
- "data": [
- {
- "10": [
- {
- "calendarDate": "2020-07-05",
- "lowerTransit": [
- {
- "coord": -18.4840605674957,
- "date": "2020-07-05T23:55:24"
}
], - "rise": [
- {
- "coord": 53.14725209566717,
- "date": "2020-07-05T03:55:58"
}
], - "set": [
- {
- "coord": 306.73764004085876,
- "date": "2020-07-05T19:54:14"
}
], - "upperTransit": [
- {
- "coord": 63.85780087561009,
- "date": "2020-07-05T11:55:19"
}
]
}, - {
- "calendarDate": "2020-07-06",
- "lowerTransit": [
- {
- "coord": -18.58944990010166,
- "date": "2020-07-06T23:55:33"
}
], - "rise": [
- {
- "coord": 53.32229918756273,
- "date": "2020-07-06T03:56:46"
}
], - "set": [
- {
- "coord": 306.55533351292223,
- "date": "2020-07-06T19:53:45"
}
], - "upperTransit": [
- {
- "coord": 63.75570650500023,
- "date": "2020-07-06T11:55:29"
}
]
}
]
}
], - "description": {
- "astronomicalDawn.coord": "Azimuth from North of the Sun at the astronomical dawn",
- "astronomicalDawn.date": "Date of the astronomical dawn",
- "astronomicalDusk.coord": "Azimuth from North of the Sun at the astronomical dusk",
- "astronomicalDusk.date": "Date of the civil dusk",
- "civilDawn.coord": "Azimuth from North of the Sun at the civil dawn",
- "civilDawn.date": "Date of the civil dawn",
- "civilDusk.coord": "Azimuth from North of the Sun at the civil dusk",
- "civilDusk.date": "Date of the civil dusk",
- "lowerTransit.coord": "Elevation of the body at the lower transit : apparent elevation if its value is positive or zero (refracted coordinate), otherwise true elevation (without refraction).",
- "lowerTransit.date": "Date of the lower transit",
- "nauticalDawn.coord": "Azimuth from North of the Sun at the nautical dawn",
- "nauticalDawn.date": "Date of the nautical dawn",
- "nauticalDusk.coord": "Azimuth from North of the Sun at the nautical dusk",
- "nauticalDusk.date": "Date of the nautical dusk",
- "rise.coord": "Azimuth from North of the rise",
- "rise.date": "Date of the rise",
- "set.coord": "Azimuth from North of the set",
- "set.date": "Date of the set",
- "upperTransit.coord": "Elevation of the body at the upper transit : apparent elevation if its value is positive or zero (refracted coordinate), otherwise true elevation (without refraction).",
- "upperTransit.date": "Date of the upper transit"
}, - "timescale": "UTC",
- "unit": {
- "astronomicalDawn.coord": "Deg360",
- "astronomicalDawn.date": "Gregorian",
- "astronomicalDusk.coord": "Deg360",
- "astronomicalDusk.date": "Gregorian",
- "civilDawn.coord": "Deg360",
- "civilDawn.date": "Gregorian",
- "civilDusk.coord": "Deg360",
- "civilDusk.date": "Gregorian",
- "lowerTransit.coord": "Deg180",
- "lowerTransit.date": "Gregorian",
- "nauticalDawn.coord": "Deg360",
- "nauticalDawn.date": "Gregorian",
- "nauticalDusk.coord": "Deg360",
- "nauticalDusk.date": "Gregorian",
- "rise.coord": "Deg360",
- "rise.date": "Gregorian",
- "set.coord": "Deg360",
- "set.date": "Gregorian",
- "upperTransit.coord": "Deg180",
- "upperTransit.date": "Gregorian"
}
}
}
Get the phenomena of satellites of the planets Jupiter, Saturn, Uranus and Arecibo for a geocentric observer. It computes the mutual phenomena of the satellites ( eclipses and occultations ) and the phenomena between the satellites and the planet ( eclipse, occultation, transit and shadow ).
The predicted instants are the instant of the first and last contact ('speck') of the phenomena.
The list of phenomena is returned to the client encoded in json format.
Examples :
body required | integer Enum: 599 699 799 920004337 Example: 599 NAIF identification number of the observed body (list) |
required | number or string First date of the result. The timescale of this date is given by the timescale. The calendar of this date is given by the parameter calendar. |
nbd | integer [ 1 .. 730 ] Default: 1 Example: nbd=1 Number of dates to compute |
calendar | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" "JD" Example: calendar=gregorian All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
timescale | string (timescale) unique Default: "UTC" Enum: "TT" "UTC" "UT1" Example: timescale=UTC All dates and times of the request or response are expressed in this timescale. Before the January 1st 1961 0h UTC, the difference between the timescale UTC and TAI is constant and equals to 0. For all dates expressed in UTC after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
theory | Array of strings (theory) non-empty unique Default: ["INPOP19A","NOE-4-2020","NOE-5-2021","SAI-5-2021","NOE-6-2018","SAI-6-2021","PHOEBE-2020","NOE-7-2013","SAI-7-2021","SAI-8-2015","SAI-8-2021","ASTMOONS-2025"] Items Enum: "DE441" "INPOP19A" "NOE-4-2020" "MAR097" "NOE-5-2021" "SAI-5-2021" "JUP365" "JUP344" "NOE-6-2018" "SAI-6-2021" "PHOEBE-2020" "SAT368" "SAT393" "SAT427" "SAT428" "SAT441" "SAT450" "NOE-7-2013" "SAI-7-2021" "URA111" "URA112" "URA115" "URA116" "SAI-8-2015" "SAI-8-2021" "NEP086" "NEP095" "ASTMOONS-2025" Example: theory=INPOP19A Planetary and satellites theories used for the computations (details) |
{- "request": {
- "body": 599,
- "calendar": "gregorian",
- "date": "2021-03-02T01:11:15.392",
- "ephemerids": [
- "INPOP19A",
- "NOE-5-2021"
], - "nbd": 3,
- "tag": "satellites_default",
- "theory": [
- "INPOP19A",
- "NOE-5-2021"
], - "timescale": "UTC"
}, - "response": {
- "calendar": "gregorian",
- "data": [
- {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0.289,
- "dropNormalizedFlux": 24,
- "duration": 5.42,
- "eclipsedBody": 501,
- "eclipsingBody": 502,
- "events": {
- "begin": {
- "S": 0.79,
- "combinedMagnitude": 5.1,
- "date": "2021-03-02T01:11:19.097",
- "distanceLimb": {
- "angle": 71.21,
- "radiusPlanet": 4.3
}, - "positionAngle": 274.73,
- "visibility": true
}, - "end": {
- "S": 0.79,
- "combinedMagnitude": 5.1,
- "date": "2021-03-02T01:16:44.543",
- "distanceLimb": {
- "angle": 70.63,
- "radiusPlanet": 4.27
}, - "positionAngle": 45.88,
- "visibility": true
}, - "greatest": {
- "S": 0.33,
- "combinedMagnitude": 5.39,
- "date": "2021-03-02T01:14:02.132",
- "distanceLimb": {
- "angle": 70.92,
- "radiusPlanet": 4.29
}, - "positionAngle": 340.29,
- "visibility": true
}
}, - "impactFactor": 0.414,
- "mutualPhenomena": true,
- "subType": "Partial",
- "type": "Occultation"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 5.726,
- "dropNormalizedFlux": null,
- "duration": 3.58,
- "eclipsedBody": 501,
- "eclipsingBody": 599,
- "events": {
- "begin": {
- "S": 24.88,
- "combinedMagnitude": 5.73,
- "date": "2021-03-02T07:00:24.741",
- "distanceLimb": {
- "angle": 8.33,
- "radiusPlanet": 0.5
}, - "positionAngle": 249.52,
- "visibility": true
}, - "end": {
- "S": 24.05,
- "combinedMagnitude": 5.73,
- "date": "2021-03-02T07:03:59.713",
- "distanceLimb": {
- "angle": 7.5,
- "radiusPlanet": 0.45
}, - "positionAngle": 249.49,
- "visibility": true
}, - "greatest": {
- "S": 24.47,
- "combinedMagnitude": 5.73,
- "date": "2021-03-02T07:02:12.227",
- "distanceLimb": {
- "angle": 7.92,
- "radiusPlanet": 0.48
}, - "positionAngle": 249.51,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Disappearance",
- "type": "Eclipse"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 5.726,
- "dropNormalizedFlux": null,
- "duration": 3.58,
- "eclipsedBody": 501,
- "eclipsingBody": 599,
- "events": {
- "begin": {
- "S": 16.13,
- "combinedMagnitude": 5.73,
- "date": "2021-03-02T09:52:53.173",
- "distanceLimb": {
- "angle": -0.42,
- "radiusPlanet": -0.03
}, - "positionAngle": 71.62,
- "visibility": true
}, - "end": {
- "S": 16.97,
- "combinedMagnitude": 5.73,
- "date": "2021-03-02T09:56:28.207",
- "distanceLimb": {
- "angle": 0.42,
- "radiusPlanet": 0.03
}, - "positionAngle": 71.56,
- "visibility": true
}, - "greatest": {
- "S": 16.55,
- "combinedMagnitude": 5.73,
- "date": "2021-03-02T09:54:40.690",
- "distanceLimb": {
- "angle": 0,
- "radiusPlanet": 0
}, - "positionAngle": 71.59,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Reappearance",
- "type": "Occultation"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 3.56,
- "eclipsedBody": 599,
- "eclipsingBody": 501,
- "events": {
- "begin": {
- "S": 24.99,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T04:10:56.003",
- "distanceLimb": {
- "angle": 8.42,
- "radiusPlanet": 0.51
}, - "positionAngle": 69.51,
- "visibility": true
}, - "end": {
- "S": 24.15,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T04:14:29.675",
- "distanceLimb": {
- "angle": 7.59,
- "radiusPlanet": 0.46
}, - "positionAngle": 69.48,
- "visibility": true
}, - "greatest": {
- "S": 24.57,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T04:12:42.839",
- "distanceLimb": {
- "angle": 8.01,
- "radiusPlanet": 0.48
}, - "positionAngle": 69.5,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Ingress",
- "type": "Shadow"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 3.56,
- "eclipsedBody": 599,
- "eclipsingBody": 501,
- "events": {
- "begin": {
- "S": 16.99,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T04:44:51.288",
- "distanceLimb": {
- "angle": 0.42,
- "radiusPlanet": 0.03
}, - "positionAngle": 69.12,
- "visibility": true
}, - "end": {
- "S": 16.14,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T04:48:25.136",
- "distanceLimb": {
- "angle": -0.42,
- "radiusPlanet": -0.03
}, - "positionAngle": 69.06,
- "visibility": true
}, - "greatest": {
- "S": 16.57,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T04:46:38.212",
- "distanceLimb": {
- "angle": 0,
- "radiusPlanet": 0
}, - "positionAngle": 69.09,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Ingress",
- "type": "Transit"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 3.56,
- "eclipsedBody": 599,
- "eclipsingBody": 501,
- "events": {
- "begin": {
- "S": 7.92,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T06:28:18.289",
- "distanceLimb": {
- "angle": -8.65,
- "radiusPlanet": -0.52
}, - "positionAngle": 252.81,
- "visibility": true
}, - "end": {
- "S": 8.77,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T06:31:51.975",
- "distanceLimb": {
- "angle": -7.79,
- "radiusPlanet": -0.47
}, - "positionAngle": 252.56,
- "visibility": true
}, - "greatest": {
- "S": 8.34,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T06:30:05.132",
- "distanceLimb": {
- "angle": -8.22,
- "radiusPlanet": -0.5
}, - "positionAngle": 252.68,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Egress",
- "type": "Shadow"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 3.56,
- "eclipsedBody": 599,
- "eclipsingBody": 501,
- "events": {
- "begin": {
- "S": 16.08,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T07:02:23.603",
- "distanceLimb": {
- "angle": -0.48,
- "radiusPlanet": -0.03
}, - "positionAngle": 251.51,
- "visibility": true
}, - "end": {
- "S": 16.93,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T07:05:57.427",
- "distanceLimb": {
- "angle": 0.36,
- "radiusPlanet": 0.02
}, - "positionAngle": 251.45,
- "visibility": true
}, - "greatest": {
- "S": 16.51,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T07:04:10.515",
- "distanceLimb": {
- "angle": -0.06,
- "radiusPlanet": 0
}, - "positionAngle": 251.48,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Egress",
- "type": "Transit"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0.074,
- "dropNormalizedFlux": 7,
- "duration": 2.45,
- "eclipsedBody": 502,
- "eclipsingBody": 501,
- "events": {
- "begin": {
- "S": 0.79,
- "combinedMagnitude": 5.1,
- "date": "2021-03-03T08:20:48.524",
- "distanceLimb": {
- "angle": 18.28,
- "radiusPlanet": 1.1
}, - "positionAngle": 199.91,
- "visibility": true
}, - "end": {
- "S": 0.79,
- "combinedMagnitude": 5.1,
- "date": "2021-03-03T08:23:15.235",
- "distanceLimb": {
- "angle": 17.83,
- "radiusPlanet": 1.08
}, - "positionAngle": 120.22,
- "visibility": true
}, - "greatest": {
- "S": 0.6,
- "combinedMagnitude": 5.17,
- "date": "2021-03-03T08:22:01.868",
- "distanceLimb": {
- "angle": 18.06,
- "radiusPlanet": 1.09
}, - "positionAngle": 160.06,
- "visibility": true
}
}, - "impactFactor": 0.768,
- "mutualPhenomena": true,
- "subType": "Partial",
- "type": "Occultation"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 5.994,
- "dropNormalizedFlux": null,
- "duration": 3.79,
- "eclipsedBody": 502,
- "eclipsingBody": 599,
- "events": {
- "begin": {
- "S": 29.93,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T08:47:03.055",
- "distanceLimb": {
- "angle": 13.36,
- "radiusPlanet": 0.81
}, - "positionAngle": 249.8,
- "visibility": true
}, - "end": {
- "S": 29.22,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T08:50:50.419",
- "distanceLimb": {
- "angle": 12.65,
- "radiusPlanet": 0.76
}, - "positionAngle": 249.8,
- "visibility": true
}, - "greatest": {
- "S": 29.58,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T08:48:56.737",
- "distanceLimb": {
- "angle": 13.01,
- "radiusPlanet": 0.78
}, - "positionAngle": 249.8,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Disappearance",
- "type": "Eclipse"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0,
- "dropNormalizedFlux": 3,
- "duration": 3.48,
- "eclipsedBody": 502,
- "eclipsingBody": 516,
- "events": {
- "begin": {
- "S": 10.4,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T09:23:46.104",
- "distanceLimb": {
- "angle": 6.42,
- "radiusPlanet": 0.39
}, - "positionAngle": 249.62,
- "visibility": true
}, - "end": {
- "S": 11.14,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T09:27:14.605",
- "distanceLimb": {
- "angle": 5.77,
- "radiusPlanet": 0.35
}, - "positionAngle": 249.7,
- "visibility": true
}, - "greatest": {
- "S": 10.77,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T09:25:31.146",
- "distanceLimb": {
- "angle": 6.09,
- "radiusPlanet": 0.37
}, - "positionAngle": 249.66,
- "visibility": true
}
}, - "impactFactor": 0.596,
- "mutualPhenomena": true,
- "subType": "Annular",
- "type": "Eclipse"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 5.994,
- "dropNormalizedFlux": null,
- "duration": 3.8,
- "eclipsedBody": 502,
- "eclipsingBody": 599,
- "events": {
- "begin": {
- "S": 16.21,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T12:48:45.936",
- "distanceLimb": {
- "angle": -0.36,
- "radiusPlanet": -0.02
}, - "positionAngle": 70.06,
- "visibility": true
}, - "end": {
- "S": 16.93,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T12:52:33.674",
- "distanceLimb": {
- "angle": 0.36,
- "radiusPlanet": 0.02
}, - "positionAngle": 70.05,
- "visibility": true
}, - "greatest": {
- "S": 16.57,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T12:50:39.805",
- "distanceLimb": {
- "angle": 0,
- "radiusPlanet": 0
}, - "positionAngle": 70.05,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Reappearance",
- "type": "Occultation"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0,
- "dropNormalizedFlux": 0,
- "duration": 1.37,
- "eclipsedBody": 502,
- "eclipsingBody": 515,
- "events": {
- "begin": {
- "S": 0.37,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T13:00:19.285",
- "distanceLimb": {
- "angle": 1.84,
- "radiusPlanet": 0.11
}, - "positionAngle": 249.91,
- "visibility": true
}, - "end": {
- "S": 0.37,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T13:01:41.514",
- "distanceLimb": {
- "angle": 2.1,
- "radiusPlanet": 0.13
}, - "positionAngle": 70.62,
- "visibility": true
}, - "greatest": {
- "S": 0,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T13:01:00.491",
- "distanceLimb": {
- "angle": 1.97,
- "radiusPlanet": 0.12
}, - "positionAngle": 162.88,
- "visibility": true
}
}, - "impactFactor": 0.006,
- "mutualPhenomena": true,
- "subType": "Annular",
- "type": "Occultation"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0,
- "dropNormalizedFlux": 0,
- "duration": 1.12,
- "eclipsedBody": 502,
- "eclipsingBody": 514,
- "events": {
- "begin": {
- "S": 16.36,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T13:21:47.577",
- "distanceLimb": {
- "angle": 5.92,
- "radiusPlanet": 0.36
}, - "positionAngle": 252.91,
- "visibility": true
}, - "end": {
- "S": 15.9,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T13:22:54.587",
- "distanceLimb": {
- "angle": 6.14,
- "radiusPlanet": 0.37
}, - "positionAngle": 252.97,
- "visibility": true
}, - "greatest": {
- "S": 16.13,
- "combinedMagnitude": 5.99,
- "date": "2021-03-03T13:22:21.170",
- "distanceLimb": {
- "angle": 6.03,
- "radiusPlanet": 0.36
}, - "positionAngle": 252.94,
- "visibility": true
}
}, - "impactFactor": 0.899,
- "mutualPhenomena": true,
- "subType": "Annular",
- "type": "Eclipse"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 8.16,
- "eclipsedBody": 599,
- "eclipsingBody": 503,
- "events": {
- "begin": {
- "S": 38.37,
- "combinedMagnitude": 5.3,
- "date": "2021-03-03T18:37:17.969",
- "distanceLimb": {
- "angle": 21.8,
- "radiusPlanet": 1.31
}, - "positionAngle": 68.1,
- "visibility": true
}, - "end": {
- "S": 37.16,
- "combinedMagnitude": 5.3,
- "date": "2021-03-03T18:45:27.645",
- "distanceLimb": {
- "angle": 20.58,
- "radiusPlanet": 1.24
}, - "positionAngle": 68.03,
- "visibility": true
}, - "greatest": {
- "S": 37.77,
- "combinedMagnitude": 5.3,
- "date": "2021-03-03T18:41:22.807",
- "distanceLimb": {
- "angle": 21.19,
- "radiusPlanet": 1.28
}, - "positionAngle": 68.07,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Ingress",
- "type": "Shadow"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 8.16,
- "eclipsedBody": 599,
- "eclipsingBody": 503,
- "events": {
- "begin": {
- "S": 17.18,
- "combinedMagnitude": 5.3,
- "date": "2021-03-03T20:59:09.204",
- "distanceLimb": {
- "angle": 0.61,
- "radiusPlanet": 0.04
}, - "positionAngle": 65.42,
- "visibility": true
}, - "end": {
- "S": 15.96,
- "combinedMagnitude": 5.3,
- "date": "2021-03-03T21:07:19.086",
- "distanceLimb": {
- "angle": -0.61,
- "radiusPlanet": -0.04
}, - "positionAngle": 65.05,
- "visibility": true
}, - "greatest": {
- "S": 16.57,
- "combinedMagnitude": 5.3,
- "date": "2021-03-03T21:03:14.145",
- "distanceLimb": {
- "angle": 0,
- "radiusPlanet": 0
}, - "positionAngle": 65.24,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Ingress",
- "type": "Transit"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 8.16,
- "eclipsedBody": 599,
- "eclipsingBody": 503,
- "events": {
- "begin": {
- "S": 5.88,
- "combinedMagnitude": 5.3,
- "date": "2021-03-03T22:15:01.543",
- "distanceLimb": {
- "angle": -10.63,
- "radiusPlanet": -0.64
}, - "positionAngle": 56.03,
- "visibility": true
}, - "end": {
- "S": 4.7,
- "combinedMagnitude": 5.3,
- "date": "2021-03-03T22:23:11.211",
- "distanceLimb": {
- "angle": -11.78,
- "radiusPlanet": -0.71
}, - "positionAngle": 52.35,
- "visibility": true
}, - "greatest": {
- "S": 5.29,
- "combinedMagnitude": 5.3,
- "date": "2021-03-03T22:19:06.377",
- "distanceLimb": {
- "angle": -11.21,
- "radiusPlanet": -0.68
}, - "positionAngle": 54.39,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Egress",
- "type": "Shadow"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0.023,
- "dropNormalizedFlux": 2,
- "duration": 2.76,
- "eclipsedBody": 501,
- "eclipsingBody": 505,
- "events": {
- "begin": {
- "S": 8.98,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T23:42:20.366",
- "distanceLimb": {
- "angle": 32.36,
- "radiusPlanet": 1.95
}, - "positionAngle": 248.89,
- "visibility": true
}, - "end": {
- "S": 8.09,
- "combinedMagnitude": 5.72,
- "date": "2021-03-03T23:45:06.074",
- "distanceLimb": {
- "angle": 31.79,
- "radiusPlanet": 1.92
}, - "positionAngle": 248.8,
- "visibility": true
}, - "greatest": {
- "S": 8.54,
- "combinedMagnitude": 5.74,
- "date": "2021-03-03T23:43:42.534",
- "distanceLimb": {
- "angle": 32.08,
- "radiusPlanet": 1.93
}, - "positionAngle": 248.85,
- "visibility": true
}
}, - "impactFactor": 0.644,
- "mutualPhenomena": true,
- "subType": "Annular",
- "type": "Eclipse"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0.005,
- "dropNormalizedFlux": 0,
- "duration": 3.74,
- "eclipsedBody": 501,
- "eclipsingBody": 505,
- "events": {
- "begin": {
- "S": 0.45,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T00:12:36.426",
- "distanceLimb": {
- "angle": 25.94,
- "radiusPlanet": 1.56
}, - "positionAngle": 233.36,
- "visibility": true
}, - "end": {
- "S": 0.45,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T00:16:20.871",
- "distanceLimb": {
- "angle": 25.12,
- "radiusPlanet": 1.52
}, - "positionAngle": 85.91,
- "visibility": true
}, - "greatest": {
- "S": 0.13,
- "combinedMagnitude": 5.73,
- "date": "2021-03-04T00:14:27.327",
- "distanceLimb": {
- "angle": 25.54,
- "radiusPlanet": 1.54
}, - "positionAngle": 159.61,
- "visibility": true
}
}, - "impactFactor": 0.28,
- "mutualPhenomena": true,
- "subType": "Annular",
- "type": "Occultation"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 8.16,
- "eclipsedBody": 599,
- "eclipsingBody": 503,
- "events": {
- "begin": {
- "S": 15.9,
- "combinedMagnitude": 5.3,
- "date": "2021-03-04T00:38:03.731",
- "distanceLimb": {
- "angle": -0.67,
- "radiusPlanet": -0.04
}, - "positionAngle": 255.41,
- "visibility": true
}, - "end": {
- "S": 17.12,
- "combinedMagnitude": 5.3,
- "date": "2021-03-04T00:46:13.630",
- "distanceLimb": {
- "angle": 0.55,
- "radiusPlanet": 0.03
}, - "positionAngle": 255.04,
- "visibility": true
}, - "greatest": {
- "S": 16.51,
- "combinedMagnitude": 5.3,
- "date": "2021-03-04T00:42:08.681",
- "distanceLimb": {
- "angle": -0.06,
- "radiusPlanet": 0
}, - "positionAngle": 255.22,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Egress",
- "type": "Transit"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 5.721,
- "dropNormalizedFlux": null,
- "duration": 3.58,
- "eclipsedBody": 501,
- "eclipsingBody": 599,
- "events": {
- "begin": {
- "S": 25.34,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T01:28:59.464",
- "distanceLimb": {
- "angle": 8.76,
- "radiusPlanet": 0.53
}, - "positionAngle": 249.49,
- "visibility": true
}, - "end": {
- "S": 24.51,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T01:32:34.416",
- "distanceLimb": {
- "angle": 7.92,
- "radiusPlanet": 0.48
}, - "positionAngle": 249.47,
- "visibility": true
}, - "greatest": {
- "S": 24.92,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T01:30:46.940",
- "distanceLimb": {
- "angle": 8.34,
- "radiusPlanet": 0.5
}, - "positionAngle": 249.48,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Disappearance",
- "type": "Eclipse"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 5.721,
- "dropNormalizedFlux": null,
- "duration": 3.58,
- "eclipsedBody": 501,
- "eclipsingBody": 599,
- "events": {
- "begin": {
- "S": 16.16,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T04:23:12.139",
- "distanceLimb": {
- "angle": -0.42,
- "radiusPlanet": -0.03
}, - "positionAngle": 71.4,
- "visibility": true
}, - "end": {
- "S": 17.01,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T04:26:47.145",
- "distanceLimb": {
- "angle": 0.42,
- "radiusPlanet": 0.03
}, - "positionAngle": 71.34,
- "visibility": true
}, - "greatest": {
- "S": 16.59,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T04:24:59.642",
- "distanceLimb": {
- "angle": 0,
- "radiusPlanet": 0
}, - "positionAngle": 71.37,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Reappearance",
- "type": "Occultation"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0.064,
- "dropNormalizedFlux": 3,
- "duration": 2.3,
- "eclipsedBody": 501,
- "eclipsingBody": 514,
- "events": {
- "begin": {
- "S": 11.47,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T05:21:57.326",
- "distanceLimb": {
- "angle": 13.28,
- "radiusPlanet": 0.8
}, - "positionAngle": 252.15,
- "visibility": true
}, - "end": {
- "S": 10.47,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T05:24:15.313",
- "distanceLimb": {
- "angle": 13.81,
- "radiusPlanet": 0.83
}, - "positionAngle": 252.28,
- "visibility": true
}, - "greatest": {
- "S": 10.97,
- "combinedMagnitude": 5.78,
- "date": "2021-03-04T05:23:06.433",
- "distanceLimb": {
- "angle": 13.55,
- "radiusPlanet": 0.82
}, - "positionAngle": 252.21,
- "visibility": true
}
}, - "impactFactor": 0.36,
- "mutualPhenomena": true,
- "subType": "Annular",
- "type": "Eclipse"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0,
- "dropNormalizedFlux": 0,
- "duration": 4.83,
- "eclipsedBody": 501,
- "eclipsingBody": 505,
- "events": {
- "begin": {
- "S": 6.75,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T05:26:17.810",
- "distanceLimb": {
- "angle": 14.27,
- "radiusPlanet": 0.86
}, - "positionAngle": 247.23,
- "visibility": true
}, - "end": {
- "S": 6.41,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T05:31:07.847",
- "distanceLimb": {
- "angle": 15.38,
- "radiusPlanet": 0.93
}, - "positionAngle": 246.95,
- "visibility": true
}, - "greatest": {
- "S": 6.58,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T05:28:52.445",
- "distanceLimb": {
- "angle": 14.86,
- "radiusPlanet": 0.9
}, - "positionAngle": 247.09,
- "visibility": true
}
}, - "impactFactor": 0.901,
- "mutualPhenomena": true,
- "subType": "Penumbral",
- "type": "Eclipse"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": 0.001,
- "dropNormalizedFlux": 0,
- "duration": 1.5,
- "eclipsedBody": 501,
- "eclipsingBody": 514,
- "events": {
- "begin": {
- "S": 0.44,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T05:46:41.071",
- "distanceLimb": {
- "angle": 18.88,
- "radiusPlanet": 1.14
}, - "positionAngle": 287.88,
- "visibility": true
}, - "end": {
- "S": 0.44,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T05:48:11.089",
- "distanceLimb": {
- "angle": 19.22,
- "radiusPlanet": 1.16
}, - "positionAngle": 33.81,
- "visibility": true
}, - "greatest": {
- "S": 0.26,
- "combinedMagnitude": 5.72,
- "date": "2021-03-04T05:47:26.111",
- "distanceLimb": {
- "angle": 19.05,
- "radiusPlanet": 1.15
}, - "positionAngle": 340.82,
- "visibility": true
}
}, - "impactFactor": 0.602,
- "mutualPhenomena": true,
- "subType": "Annular",
- "type": "Occultation"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 3.56,
- "eclipsedBody": 599,
- "eclipsingBody": 501,
- "events": {
- "begin": {
- "S": 25.44,
- "combinedMagnitude": 5.71,
- "date": "2021-03-04T22:39:25.942",
- "distanceLimb": {
- "angle": 8.84,
- "radiusPlanet": 0.53
}, - "positionAngle": 69.48,
- "visibility": true
}, - "end": {
- "S": 24.6,
- "combinedMagnitude": 5.71,
- "date": "2021-03-04T22:42:59.626",
- "distanceLimb": {
- "angle": 8,
- "radiusPlanet": 0.48
}, - "positionAngle": 69.45,
- "visibility": true
}, - "greatest": {
- "S": 25.02,
- "combinedMagnitude": 5.71,
- "date": "2021-03-04T22:41:12.784",
- "distanceLimb": {
- "angle": 8.42,
- "radiusPlanet": 0.51
}, - "positionAngle": 69.47,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Ingress",
- "type": "Shadow"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 3.56,
- "eclipsedBody": 599,
- "eclipsingBody": 501,
- "events": {
- "begin": {
- "S": 17.03,
- "combinedMagnitude": 5.71,
- "date": "2021-03-04T23:15:03.186",
- "distanceLimb": {
- "angle": 0.42,
- "radiusPlanet": 0.03
}, - "positionAngle": 69.11,
- "visibility": true
}, - "end": {
- "S": 16.18,
- "combinedMagnitude": 5.71,
- "date": "2021-03-04T23:18:37.049",
- "distanceLimb": {
- "angle": -0.43,
- "radiusPlanet": -0.03
}, - "positionAngle": 69.06,
- "visibility": true
}, - "greatest": {
- "S": 16.6,
- "combinedMagnitude": 5.71,
- "date": "2021-03-04T23:16:50.117",
- "distanceLimb": {
- "angle": 0,
- "radiusPlanet": 0
}, - "positionAngle": 69.09,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Ingress",
- "type": "Transit"
}, - {
- "countLocalGreatest": 1,
- "deltaCombinedMagnitude": null,
- "dropNormalizedFlux": null,
- "duration": 3.56,
- "eclipsedBody": 599,
- "eclipsingBody": 501,
- "events": {
- "begin": {
- "S": 7.52,
- "combinedMagnitude": 5.71,
- "date": "2021-03-05T00:56:47.722",
- "distanceLimb": {
- "angle": -9.08,
- "radiusPlanet": -0.55
}, - "positionAngle": 252.59,
- "visibility": true
}, - "end": {
- "S": 8.38,
- "combinedMagnitude": 5.71,
- "date": "2021-03-05T01:00:21.422",
- "distanceLimb": {
- "angle": -8.23,
- "radiusPlanet": -0.5
}, - "positionAngle": 252.34,
- "visibility": true
}, - "greatest": {
- "S": 7.95,
- "combinedMagnitude": 5.71,
- "date": "2021-03-05T00:58:34.572",
- "distanceLimb": {
- "angle": -8.66,
- "radiusPlanet": -0.52
}, - "positionAngle": 252.46,
- "visibility": true
}
}, - "impactFactor": null,
- "mutualPhenomena": false,
- "subType": "Egress",
- "type": "Shadow"
}
], - "description": {
- "combinedMagnitude": "Combined magnitude of the pair of satellites in the phenomena",
- "countLocalGreatest": "Number of greatest event between the beginning and the end of the phenomena",
- "dropNormalizedFlux": "Percentage of the drop of the normalized flux at the maximum of the phenomena",
- "duration": "Interval in minutes between the beginning and the end",
- "eclipsedBody": "Eclipsed or occulted body",
- "eclipsingBody": "Eclipsing or occulting body",
- "events.(begin|greatest|end).S": "Radial distance (sqrt(X^2+Y^2)) in the tangent plane rectangular coordinates of the eclipsed body relative to the eclipsing body",
- "events.(begin|greatest|end).date": "Instant of the event",
- "events.(begin|greatest|end).deltaCombinedMagnitude": "Maximum drop of the combined magnitude",
- "events.(begin|greatest|end).distanceLimb.angle": "Distance of the eclipsed body to the limb of the planet, expressed in arcsecond",
- "events.(begin|greatest|end).distanceLimb.radiusPlanet": "Distance of the eclipsed body to the limb of the planet, expressed in radius of the planet",
- "events.(begin|greatest|end).positionAngle": "Position angle, clockwise angle measured from the North, This position angle is defined by P=atan2(Y,X) , where X, Y are defined as the tangent plane rectangular coordinates of the eclipsed body relative to the eclipsing body",
- "events.(begin|greatest|end).visibility": "Visibility of the phenomena for the observer",
- "impactFactor": "Equals to zero if the event is a central passage of satellite through the shadow or through the apparent disk of another satellite. This factor equals to unit in the case of a grazing event",
- "mutualPhenomena": "true if the phenomena is between two satellites",
- "subType": "Kind of eclipse or occultation",
- "type": "Type of the phenomena"
}, - "timescale": "UTC",
- "unit": {
- "countLocalGreatest": "Scalar",
- "deltaCombinedMagnitude": "Scalar",
- "duration": "Minute",
- "eclipsedBody": "Scalar",
- "eclipsingBody": "Scalar",
- "events.(begin|greatest|end).S": "Arcsec",
- "events.(begin|greatest|end).combinedMagnitude": "Scalar",
- "events.(begin|greatest|end).date": "Gregorian",
- "events.(begin|greatest|end).distanceLimb.RadiusPlanet": "Scalar",
- "events.(begin|greatest|end).distanceLimbAngle": "Arcsec",
- "events.(begin|greatest|end).positionAngle": "Deg360",
- "impactFactor": "Scalar",
- "subType": "String",
- "type": "String"
}
}
}
Get all moon phases phenomena for a given date. The instants of the events are given in the timescale UTC by default.
A response, which contains the information about all phenomena, is returned to the client encoded in json format.
Examples:
Capabilities : https://opale.imcce.fr/api/v1/phenomena/moonphases/capability
year required | integer Default: 2022 Example: year=2022 Requested calendar year with format YYYY |
month | integer [ 1 .. 12 ] Requested calendar month with format MM |
timescale required | string (timescale) ^(UTC([\+-][01][0-9]:[0-5][0-9])?)|(UT1)$ Default: "UTC" All dates and times of the request or response are expressed in this timescale. The supported timescales are
Before the January 1st 1961 0h UTC, the difference between the timescale UTC and TAI is constant and equals to 0. For all dates expressed in UTC after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
calendar required | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" Example: calendar=gregorian All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
{- "request": {
- "calendar": "gregorian",
- "tag": "moonphases_default",
- "timescale": "UTC",
- "year": 2022
}, - "response": {
- "calendar": "gregorian",
- "data": [
- {
- "date": "2022-01-02T18:33:31",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-01-09T18:11:17",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-01-17T23:48:27",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-01-25T13:40:55",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-02-01T05:46:02",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-02-08T13:50:07",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-02-16T16:56:32",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-02-23T22:32:27",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-03-02T17:34:47",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-03-10T10:45:24",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-03-18T07:17:35",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-03-25T05:37:17",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-04-01T06:24:25",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-04-09T06:47:38",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-04-16T18:55:03",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-04-23T11:56:22",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-04-30T20:28:06",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-05-09T00:21:24",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-05-16T04:14:09",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-05-22T18:43:07",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-05-30T11:30:17",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-06-07T14:48:31",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-06-14T11:51:46",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-06-21T03:10:50",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-06-29T02:52:17",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-07-07T02:14:10",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-07-13T18:37:39",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-07-20T14:18:38",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-07-28T17:55:02",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-08-05T11:06:34",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-08-12T01:35:45",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-08-19T04:36:06",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-08-27T08:17:08",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-09-03T18:07:45",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-09-10T09:59:04",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-09-17T21:52:00",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-09-25T21:54:34",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-10-03T00:14:04",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-10-09T20:54:59",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-10-17T17:15:07",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-10-25T10:48:42",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-11-01T06:37:07",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-11-08T11:02:09",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-11-16T13:27:04",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-11-23T22:57:14",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-11-30T14:36:33",
- "moonPhase": "FirstQuarter"
}, - {
- "date": "2022-12-08T04:08:11",
- "moonPhase": "FullMoon"
}, - {
- "date": "2022-12-16T08:56:06",
- "moonPhase": "LastQuarter"
}, - {
- "date": "2022-12-23T10:16:53",
- "moonPhase": "NewMoon"
}, - {
- "date": "2022-12-30T01:20:33",
- "moonPhase": "FirstQuarter"
}
], - "description": {
- "date": "Date of the moon phase",
- "moonPhase": "Name of the moon phase phenomena"
}, - "timescale": "UTC",
- "unit": {
- "date": "Gregorian"
}
}
}
Get all equinoxes and solstices on the Earth and on the planet Mars over a given timespan. The instants of the events are given in the timescale UTC by default. The reported phenomena corresponds to the nothern hemisphere of the planet. The equinoxes and solstices on the planet Mars corresponds to the values 0°, 90°, 180°, and 270° of the apparent planetocentric orbital longitude (L_s) of the Sun from the vernal equinox of the body and their instants are corrected using the light-time correction between the planet and an observer located at the geocenter.
A response, which contains the information about all phenomena, is returned to the client encoded in json format.
If the position of the center of the planet Mars is not available for a requested time, as no satellites theory is available at that requested time, then the position of the barycenter of the Mars and its satellites is used for the computation of the position of the planet.
Examples:
body required | integer Default: 399 Enum: 399 499 Example: 399 NAIF identification number of the planet (list) :
|
year required | integer Default: 2022 Example: year=2022 Requested calendar year with format YYYY |
timescale required | string (timescale) ^(UTC([\+-][01][0-9]:[0-5][0-9])?)|(UT1)$ Default: "UTC" All dates and times of the request or response are expressed in this timescale. The supported timescales are
Before the January 1st 1961 0h UTC, the difference between the timescale UTC and TAI is constant and equals to 0. For all dates expressed in UTC after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
calendar required | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" Example: calendar=gregorian All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
nbd | integer [ 1 .. 1000 ] Default: 1 Example: nbd=1 The number of years to compute |
{- "request": {
- "body": 399,
- "calendar": "gregorian",
- "nbd": 2,
- "tag": "equinoxessolstices_default",
- "timescale": "UTC",
- "year": 2022
}, - "response": {
- "calendar": "gregorian",
- "data": [
- {
- "date": "2022-03-20T15:33:25",
- "phenomena": "VernalEquinox"
}, - {
- "date": "2022-06-21T09:13:51",
- "phenomena": "SummerSolstice"
}, - {
- "date": "2022-09-23T01:03:42",
- "phenomena": "AutumnalEquinox"
}, - {
- "date": "2022-12-21T21:48:13",
- "phenomena": "WinterSolstice"
}, - {
- "date": "2023-03-20T21:24:26",
- "phenomena": "VernalEquinox"
}, - {
- "date": "2023-06-21T14:57:50",
- "phenomena": "SummerSolstice"
}, - {
- "date": "2023-09-23T06:50:00",
- "phenomena": "AutumnalEquinox"
}, - {
- "date": "2023-12-22T03:27:22",
- "phenomena": "WinterSolstice"
}
], - "description": {
- "date": "Date on which the equinox / solstice occurs",
- "phenomena": "Kind of the equinox / solstice"
}, - "timescale": "UTC",
- "unit": {
- "date": "Gregorian"
}
}
}
Compute the positions for a body at a given location and at regularly spaced interval of time. The dates are expressed in the timescale specified by the parameter timescale.
A response, which contains the information about the requested position, is returned to the client encoded in json or text format.
If the position of the center of a planet is not available for a requested time, as no satellites theory is provided or is available at that requested time, then the position and velocity of the barycenter of the planetary system is used for the computation of the position and velocity of the center of mass of the planet.
Examples:
Capabilities : https://opale.imcce.fr/api/v1/positions/capability
body required | string^\d{1,9}|HIP-\d{1,6}$ Default: "10" Example: 10 Observed body:
example:
|
required | Reference axis (string) or NAIF identification number (integer) The axis or point used as the origin of the absolute or relative coordinates. Absolute coordinates are computed if the reference is origin. Relative coordinates (e.g., tangential coordinates, elongation, ...) are computed if the reference is a celestial body. |
required | number or string First date of the result. The timescale of this date is given by the timescale. The calendar of this date is given by the parameter calendar. |
timescale | string (timescale) unique Default: "UTC" Enum: "TT" "UTC" "UT1" Example: timescale=UTC All dates and times of the request or response are expressed in this timescale. Before the January 1st 1961 0h UTC, the difference between the timescale UTC and TAI is constant and equals to 0. For all dates expressed in UTC after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
calendar | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" "JD" Example: calendar=gregorian All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
step required | string (step_string) ^[0-9]+(\.[0-9]{0,2})?[DHMS]$ Default: "1D" Step between the dates to compute, expressed in day, hour, minute or second. The suffix letter may be :
|
nbd | integer [ 1 .. 10000 ] Default: 1 Example: nbd=1 Number of dates to compute. |
required | observatory code (string) or Array of (geodetic latitude, longitude, and optionally the altitude) (numbers) or NAIF Identification (integer) Location of the observer. |
frame | string (frame) unique Default: "BCRF" Enum: "BCRF" "GCRF" "TrueOfDate" "MeanJ2000" "EclipticJ2000" "EclipticTrueOfDate" "BodyFixed" "GTRF" "LocalCelestiodeticENU" Example: frame=BCRF Reference frame. The coordinates are expressed in this frame.
The precession/nutation model IAU2000A and EOP series C04 are applied to the frames affected by the precession and nutation, such as TrueOfDate or BodyFixed. |
theory | Array of strings (theory) non-empty unique Default: ["INPOP19A","NOE-4-2020","NOE-5-2021","SAI-5-2021","NOE-6-2018","SAI-6-2021","PHOEBE-2020","NOE-7-2013","SAI-7-2021","SAI-8-2015","SAI-8-2021","ASTMOONS-2025"] Items Enum: "DE441" "INPOP19A" "NOE-4-2020" "MAR097" "NOE-5-2021" "SAI-5-2021" "JUP365" "JUP344" "NOE-6-2018" "SAI-6-2021" "PHOEBE-2020" "SAT368" "SAT393" "SAT427" "SAT428" "SAT441" "SAT450" "NOE-7-2013" "SAI-7-2021" "URA111" "URA112" "URA115" "URA116" "SAI-8-2015" "SAI-8-2021" "NEP086" "NEP095" "ASTMOONS-2025" Example: theory=INPOP19A Planetary and satellites theories used for the computations (details) |
places | string (places) unique Default: "astrometric" Enum: "geometric" "astrometric" "apparent" Example: places=astrometric Applied corrections to compute the positions of the celestial bodies and the observer.
|
format | string (format) unique Default: "json" Enum: "json" "text" Example: format=json The response format. The default response format is given by the header request Accept. If format is given, the header request Accept is ignored. |
coord-format | string (coord-format) Default: "dec" Enum: "dec" "sexa" Example: coord-format=dec Coordinates (angles, ...) of the response are expressed in decimal or in sexagesimal.
|
distance-unit | string (distance-unit) unique Default: "Km" Enum: "Km" "AU" Example: distance-unit=Km Distances of the response are expressed in Km or in AU. |
quantities | Array of strings (quantities) non-empty unique Default: ["cart"] Items Enum: "cart" "radec" "lonlat" "lhadec" "azel" "dist" "tancart" "tanaz" "deltaradec" "el" "pan" "par" "sspa" "sopc" "sopg" "sopd" "sspc" "sspg" "sspd" "am" "angdiam" "il" "mag" "phase" "Ls" "lt" "era" "eqe" "eqo" "eqt" "lst" "TT-TDB" "TT-UT1" Example: quantities=cart,radec,dist Computed quantities of the observed body.
|
theme | string (theme) unique Default: "default" Enum: "default" "dynastvo" Example: theme=dynastvo Predefined styles of outputs and computed quantities.
|
extraprecision | integer [ 0 .. 3 ] Default: 0 Example: extraprecision=1 Number of additional digits for the distances and angles in the response. The computation are always done using the same precision (double-precision) but the number of digits of the floating-point numbers in the response may be changed using this parameter. |
{- "request": {
- "calendar": "gregorian",
- "coord-format": "dec",
- "date": "2020-10-30T12:00:00.000",
- "distance-unit": "Km",
- "ephemerids": [
- "INPOP19A",
- "NOE-4-2020",
- "NOE-5-2021",
- "SAI-5-2021",
- "NOE-6-2018",
- "SAI-6-2021",
- "PHOEBE-2020",
- "NOE-7-2013",
- "SAI-7-2021",
- "SAI-8-2015",
- "SAI-8-2021",
- "ASTMOONS-2025"
], - "extraprecision": 0,
- "frame": "TrueOfDate",
- "id": 299,
- "nbd": 1,
- "observer": {
- "observatoryCode": "007"
}, - "places": "apparent",
- "quantities": [
- "cart",
- "radec",
- "azel",
- "dist",
- "mag",
- "phase"
], - "reference": "origin",
- "step": "1D",
- "theme": "default",
- "theory": [
- "INPOP19A",
- "NOE-4-2020",
- "NOE-5-2021",
- "SAI-5-2021",
- "NOE-6-2018",
- "SAI-6-2021",
- "PHOEBE-2020",
- "NOE-7-2013",
- "SAI-7-2021",
- "SAI-8-2015",
- "SAI-8-2021",
- "ASTMOONS-2025"
], - "timescale": "UTC"
}, - "response": {
- "calendar": "gregorian",
- "data": [
- {
- "DEC": 0.268017284845,
- "RA": 12.2217433152157,
- "azimuth": 226.49061409421284,
- "cartX": -188511314.24283,
- "cartY": -10955818.65485,
- "cartZ": 883309.64289,
- "date": "2020-10-30T12:00:00.000",
- "distance": 188831474.59013,
- "elevation": 31.350481392113814,
- "magnitude": -3.98,
- "phase": 51.71881598
}
], - "description": {
- "DEC": "Declination of the body (Decimal degree)",
- "RA": "Right ascension of the body (Decimal hour)",
- "azimuth": "Azimuth from the North of the body (Decimal degree)",
- "cartX": "x-component of the cartesian coordinates of the body (Kilometer)",
- "cartY": "y-component of the cartesian coordinates of the body (Kilometer)",
- "cartZ": "z-component of the cartesian coordinates of the body (Kilometer)",
- "date": "date (Iso8601 date)",
- "distance": "Distance between the body and the observer (Kilometer)",
- "elevation": "Elevation above the horizon of the body (Decimal degree)",
- "magnitude": "Apparent visual magnitude (Scalar)",
- "phase": "Phase of the body, illuminated by the Sun (Decimal degree)"
}, - "timescale": "UTC",
- "unit": {
- "DEC": "Deg180",
- "RA": "Hour24",
- "azimuth": "Deg360",
- "cartX": "Km",
- "cartY": "Km",
- "cartZ": "Km",
- "date": "Gregorian",
- "distance": "Km",
- "elevation": "Deg180",
- "magnitude": "Scalar",
- "phase": "Deg180"
}
}
}
Compute the positions for a body at a given location and at evenly spaced interval of time. The set of dates are provided in the body request and expressed in the timescale specified by the parameter timescale.
If the position of the center of a planet is not available for a requested time, as no satellites theory is provided or is available at that requested time, then the position and velocity of the barycenter of the planetary system is used for the computation of the position and velocity of the center of mass of the planet.
A response, which contains the information about the requested position, is returned to the client encoded in json or text format.
Capabilities : https://opale.imcce.fr/api/v1/positions/capability
required | NAIF identification number (integer) or Observed body:
- NAIF identification number of the observed body ([list](https://calceph.imcce.fr/docs/latest/html/c/calceph.naifid.html))
- identifier of an observed star : HIP number, WDS identifier.
example:
- 4 for Mars
- HIP-49669 for Regulus. (string) Observed body:
example:
|
required | observatory code (string) or Array of (geodetic latitude, longitude, and optionally the altitude) (numbers) or NAIF Identification (integer) Location of the observer. Types of observers :
|
required | Reference axis (string) or NAIF identification number (integer) The axis or point used as the origin of the absolute or relative coordinates. Absolute coordinates are computed if the reference is origin. Relative coordinates (e.g., tangential coordinates, elongation, ...) are computed if the reference is a celestial body. |
required | Array of numbers or Calendar date (string) [ 1 .. 10000 ] items Set of dates of the result. This date is expressed using the standard ISO8601: YYYY-MM-DDTHH:MM:SS.SSS or using Julian Day format . The timescale of this date is given by the timescale. |
frame | string (frame) unique Default: "BCRF" Enum: "BCRF" "GCRF" "TrueOfDate" "MeanJ2000" "EclipticJ2000" "EclipticTrueOfDate" "BodyFixed" "GTRF" "LocalCelestiodeticENU" Reference frame. The coordinates are expressed in this frame.
|
timescale | string (timescale) unique Default: "UTC" Enum: "TT" "UTC" "UT1" All dates and times of the request or response are expressed in this timescale. Before the January 1st 1961 0h UTC, the difference between the timescale UTC and TAI is constant and equals to 0. For all dates expressed in UTC after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
calendar | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" "JD" All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
theory | Array of strings (theory) non-empty unique Default: ["INPOP19A","NOE-4-2020","NOE-5-2021","SAI-5-2021","NOE-6-2018","SAI-6-2021","PHOEBE-2020","NOE-7-2013","SAI-7-2021","SAI-8-2015","SAI-8-2021","ASTMOONS-2025"] Items Enum: "DE441" "INPOP19A" "NOE-4-2020" "MAR097" "NOE-5-2021" "SAI-5-2021" "JUP365" "JUP344" "NOE-6-2018" "SAI-6-2021" "PHOEBE-2020" "SAT368" "SAT393" "SAT427" "SAT428" "SAT441" "SAT450" "NOE-7-2013" "SAI-7-2021" "URA111" "URA112" "URA115" "URA116" "SAI-8-2015" "SAI-8-2021" "NEP086" "NEP095" "ASTMOONS-2025" Planetary and satellites theories used for the computations (details) |
places | string (places) unique Default: "astrometric" Enum: "geometric" "astrometric" "apparent" Applied corrections to compute the positions of the celestial bodies and the observer.
|
format | string (format) unique Default: "json" Enum: "json" "text" Specified output format |
coord-format | string (coord-format) Default: "dec" Enum: "dec" "sexa" Coordinates (angles, ...) of the response are expressed in decimal or in sexagesimal.
|
distance-unit | string (distance-unit) unique Default: "Km" Enum: "Km" "AU" Distance unit expressed in Km or in AU. |
quantities | Array of strings (quantities) non-empty unique Default: ["cart"] Items Enum: "cart" "radec" "lonlat" "lhadec" "azel" "dist" "tancart" "tanaz" "deltaradec" "el" "pan" "par" "sspa" "sopc" "sopg" "sopd" "sspc" "sspg" "sspd" "am" "angdiam" "il" "mag" "phase" "Ls" "lt" "era" "eqe" "eqo" "eqt" "lst" "TT-TDB" "TT-UT1" Computed quantities of the observed body.
|
theme | string (theme) unique Default: "default" Enum: "default" "dynastvo" Specified a preconfigured theme. |
extraprecision | integer [ 0 .. 3 ] Default: 0 Number of additional digits for the distances and angles in the response. The computation are always done using the same precision (double-precision) but the number of digits of the floating-point numbers in the response may be changed using this parameter. |
{- "body": 299,
- "observer": "obscode:007",
- "frame": "TrueOfDate",
- "timescale": "UTC",
- "reference": "origin",
- "places": "apparent",
- "quantities": [
- "cart",
- "radec",
- "azel",
- "dist"
], - "date-set": [
- "2020-10-30T12:00:00.000",
- "2020-10-30T13:00:00.000",
- "2020-10-30T14:00:00.000"
]
}
{- "request": {
- "calendar": "gregorian",
- "coord-format": "dec",
- "date": "2020-10-30T12:00:00.000",
- "distance-unit": "Km",
- "ephemerids": [
- "INPOP19A",
- "NOE-4-2020",
- "NOE-5-2021",
- "SAI-5-2021",
- "NOE-6-2018",
- "SAI-6-2021",
- "PHOEBE-2020",
- "NOE-7-2013",
- "SAI-7-2021",
- "SAI-8-2015",
- "SAI-8-2021",
- "ASTMOONS-2025"
], - "extraprecision": 0,
- "frame": "TrueOfDate",
- "id": 299,
- "nbd": 1,
- "observer": {
- "observatoryCode": "007"
}, - "places": "apparent",
- "quantities": [
- "cart",
- "radec",
- "azel",
- "dist",
- "mag",
- "phase"
], - "reference": "origin",
- "step": "1D",
- "theme": "default",
- "theory": [
- "INPOP19A",
- "NOE-4-2020",
- "NOE-5-2021",
- "SAI-5-2021",
- "NOE-6-2018",
- "SAI-6-2021",
- "PHOEBE-2020",
- "NOE-7-2013",
- "SAI-7-2021",
- "SAI-8-2015",
- "SAI-8-2021",
- "ASTMOONS-2025"
], - "timescale": "UTC"
}, - "response": {
- "calendar": "gregorian",
- "data": [
- {
- "DEC": 0.268017284845,
- "RA": 12.2217433152157,
- "azimuth": 226.49061409421284,
- "cartX": -188511314.24283,
- "cartY": -10955818.65485,
- "cartZ": 883309.64289,
- "date": "2020-10-30T12:00:00.000",
- "distance": 188831474.59013,
- "elevation": 31.350481392113814,
- "magnitude": -3.98,
- "phase": 51.71881598
}
], - "description": {
- "DEC": "Declination of the body (Decimal degree)",
- "RA": "Right ascension of the body (Decimal hour)",
- "azimuth": "Azimuth from the North of the body (Decimal degree)",
- "cartX": "x-component of the cartesian coordinates of the body (Kilometer)",
- "cartY": "y-component of the cartesian coordinates of the body (Kilometer)",
- "cartZ": "z-component of the cartesian coordinates of the body (Kilometer)",
- "date": "date (Iso8601 date)",
- "distance": "Distance between the body and the observer (Kilometer)",
- "elevation": "Elevation above the horizon of the body (Decimal degree)",
- "magnitude": "Apparent visual magnitude (Scalar)",
- "phase": "Phase of the body, illuminated by the Sun (Decimal degree)"
}, - "timescale": "UTC",
- "unit": {
- "DEC": "Deg180",
- "RA": "Hour24",
- "azimuth": "Deg360",
- "cartX": "Km",
- "cartY": "Km",
- "cartZ": "Km",
- "date": "Gregorian",
- "distance": "Km",
- "elevation": "Deg180",
- "magnitude": "Scalar",
- "phase": "Deg180"
}
}
}
Get a sky chart at a given date an location. The map includes the Sun, the Moon, the eight planets and the stars brighter than a selected limit.
Examples:
Capabilities : https://opale.imcce.fr/api/v1/chart/sky/capability
required | now (string) or number or string Date of the sky chart. The timescale of this date is given by the timescale. The calendar of this date is given by the parameter calendar. |
required | observatory code (string) or Array of (geodetic latitude, longitude, and optionally the altitude) (numbers) Default: "obscode:007" Example: observer=48&observer=150&observer=0 Location of the observer on the Earth. A geocentric position (obscode:500) is not allowed if the parameter map-coordinate-system equals azel. |
format | string Default: "image" Value: "image" Example: format=image The response format. The default response format is given by the header request Accept. If format is given, the header request Accept is ignored. If the format is image, the image bytes are directly streamed to the client. |
image-style | string Default: "ssp" Enum: "ssp" "sspdark" "newsletter" "astaf" Example: image-style=ssp The style of the exported image. The default style of the export image is ssp. |
timescale required | string (timescale) ^(UTC([+-][01][0-9]:[0-5][0-9])?)|(UT1)|([/A-... Default: "UTC" All dates and times of the request or response are expressed in this timescale. The supported timescales are :
|
calendar | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" "JD" Example: calendar=gregorian All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
image-format | string Default: "png" Enum: "png" "svg" Example: image-format=png The format of the exported image. The default format of the exported image is png. |
Array of integers or strings = 2 items Default: [1400,1400] Example: image-size=1400,1400 The size (width , height) of the exported image in pixels. The default size of the export image is (1400,1400). If one component is auto, then its size in pixels is automatically set to maximize the visible world depending of the projection. | |
image-font-scale | number [ 0.5 .. 4 ] Default: 1 Example: image-font-scale=1 Font scale factor applied to the labels. |
magnitude-limit | number [ 5 .. 8 ] Default: 5 Example: magnitude-limit=5 Show stars brighter than this magnitude. |
map-projection | string Default: "ESRI:54026" Enum: "EPSG:9820" "EPSG:9825" "ESRI:54026" Example: map-projection=ESRI:54026 The projection of the map. The default projection is the stereographic projection (ESRI:54026).
|
map-center | Array of numbers = 2 items [ items [ -180 .. 180 ] ] Default: [180,90] Example: map-center=180,90 The coordinates of the center of the projection of the map, expressed in decimal degrees. The type of these coordinates depends on the parameter map-coordinate-system. The azimuth (right ascension or longitude) is the first argument and the elevation (declination or latitude) is the second argument. |
automatic reference point (string) or Array of user-defined reference point (integers) Default: "auto" Example: map-reference-point=auto Reference point for the projection. | |
map-coordinate-system | string Default: "azel" Enum: "azel" "ecli" "equa" Example: map-coordinate-system=azel The celestial coordinate system specifing the center of the map. The default celestial coordinate system is the horizontal system (azel).
|
map-zoom | number [ 1 .. 100 ] Default: 1 Example: map-zoom=1 The zoom level. The lowest level 1 is the lowest zoom level (fully zoomed out) and 100 is the highest level (fully zoomed in). The zoom level determines how much of the world is visible on a map. |
map-labels | string Default: "fr" Enum: "en" "fr" Example: map-labels=fr Display the labels on the map.
|
map-solarsystembodies-label | boolean Default: false Example: map-solarsystembodies-label=false Show the name of the solar system bodies. |
map-ecliptic-plane | boolean Default: false Example: map-ecliptic-plane=false Show the ecliptic plane as a solid line on the map with its name. |
map-cardinal-points | boolean Default: false Example: map-cardinal-points=false Show the cardinal points, if the parameter map-coordinate-system equals to azel. |
map-observer | Array of strings unique Default: [] Items Enum: "coord" "name" Example: map-observer=coord,name Show the coordinates and/or location name of the observer.
|
map-zenith | boolean Default: false Example: map-zenith=false Show the local zenith, if the parameter map-coordinate-system equals to azel. |
map-meridian | boolean Default: false Example: map-meridian=false Show the local meridian as a solid line on the map with its name, if the parameter map-coordinate-system equals to azel.. |
map-time | boolean Default: false Example: map-time=false Show the date, time and timescale of the sky chart. |
map-constellation-link | boolean Default: false Example: map-constellation-link=false Display the link of the constellations on the map. |
map-constellation-label | boolean Default: false Example: map-constellation-label=false Display the name of the constellations on the map. |
map-constellation-boundary | boolean Default: false Example: map-constellation-boundary=false Display the boundaries of the constellations on the map. |
map-milkyway | boolean Default: false Example: map-milkyway=false Show the milky way. |
{- "instance": "string",
- "title": "Parameter in the URI path has an invalid value",
- "detail": [
- "string"
], - "status": 0
}
Get all occultations of a solar system body or of a star for an optional given date. If the date is not provided, the occultations of the current year are returned. The instants of the events are given in the timescale UTC for the dates after 1962 and UT1 for the dates before 1962.
A response, which contains the information about the occultations, is returned to the client encoded in json format, by default. A map of the visibility of the occultation on the Earth is streamed to the client if the header Accept of the request specifies the MIME media types image/svg+xml, application/pdf or application/postscript and the date is a calendar day. This behavior can be replaced by the query parameter format. The geojson path or lines are returned only if the global circumstances of a specific occultation is requested.
If the position of the center of a planet is not available for a requested time, as no satellites theory is available at that requested time, then the position of the barycenter of the planetary system is used for the computation of the position of the planet.
Examples:
body required | string^\d{3,9}|HIP-\d{1,6}$ Example: 499 Occulted body:
example:
|
required | Year (string) or Calendar date (string) Example: 2025 Filter by year or day. The supported calendars are :
|
nbd | integer [ 1 .. 10 ] Default: 1 Example: nbd=1 Number of years to compute. This parameter is ignored if the parameter is not a year |
occulting | string^\d{3,8}$ Default: "301" Example: occulting=301 NAIF identification number of the occulting body. The NAIF identification number should be the center of mass of the body (Moon, planet, asteroid), and not its barycenter |
NAIF Identification (integer) or observatory code (string) or Array of (geodetic latitude, longitude, and optionally the altitude) (numbers) Location of the observer. General circumstances of the occultations are computed (default case) if the observer is located at the geocenter, otherwise, local circumstances are computed. | |
format | string Default: "json" Enum: "json" "image" "video" Example: format=json The response format. The default response format is given by the header request Accept. If format is given, the header request Accept is ignored. If the format is image, the image bytes are directly streamed to the client. |
image-format | string Default: "svg" Enum: "svg" "eps" "pdf" Example: image-format=svg The format of the exported image. The default format of the exported image is svg. |
video-format | string Default: "mp4" Enum: "hls" "mp4" "webm" Example: video-format=mp4 The format of the exported video. The default format of the exported video is mp4. |
video-definition | string Default: "HD" Enum: "custom" "SD" "HD" "FHD" Example: video-definition=HD The definition of the exported video. The default definition of the exported video is HD.
|
Array of integers or strings = 2 items Default: [800,600] Example: image-size=800,600 The size (width , height) of the exported image in pixels. The default size of the export image is (800,600). If one component is auto, then its size in pixels is automatically set to maximize the visible world depending of the projection. | |
image-style | string Default: "ssp" Enum: "ssp" "newsletter" Example: image-style=ssp The style of the exported image. The default style of the export image is ssp. |
map-projection | string Default: "EPSG:3395" Enum: "EPSG:3395" "EPSG:3857" "EPSG:9840" "EPSG:9820" "EPSG:9825" "ESRI:54026" Example: map-projection=EPSG:3395 The projection of the map. The default projection is the Mercator conformal projection (EPSG:3395).
|
map-center | Array of numbers = 2 items [ items [ -180 .. 180 ] ] Default: [0,0] Example: map-center=0,0 The geodetic longitude and latitude of the center of the projection of the map, expressed in decimal degrees. The longitude is the first argument and the latitude is the second argument. |
map-theme | string Default: "land-small" Enum: "land-small" "land-medium" "country-small" "country-medium" Example: map-theme=land-small The background theme of the map. The default content include the lands and major islands. Images produced with the theme '-small' have a size in bytes smaller than those generated with '-medium'.
|
map-zoom | number [ 1 .. 20 ] Default: 1 Example: map-zoom=1 The zoom level. The lowest level 1 is the lowest zoom level (fully zoomed out) and 20 is the highest level (fully zoomed in). The zoom level determines how much of the world is visible on a map. |
map-labels | string Default: "none" Enum: "none" "en" "fr" Example: map-labels=none Display the label of the lines of the events on the map.
|
{- "request": {
- "calendar": "gregorian",
- "date": "2021",
- "ephemerids": [
- "INPOP19A",
- "NOE-4-2020",
- "NOE-5-2021",
- "SAI-5-2021",
- "NOE-6-2018",
- "SAI-6-2021",
- "NOE-7-2013",
- "SAI-7-2021",
- "SAI-8-2015",
- "SAI-8-2021"
], - "frame": "TrueOfDate",
- "nbd": 1,
- "observer": 399,
- "occulted": 499,
- "occulting": 301,
- "tag": "occultations_default",
- "timescale": "UTC"
}, - "response": {
- "calendar": "gregorian",
- "data": [
- {
- "bodies": {
- "occulted": {
- "body": 499,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301
}
}, - "calendarDate": "2021-04-17",
- "duration": {
- "partial": "04:50:45.5",
- "total": "04:50:24.6"
}, - "events": {
- "C1": {
- "Sun": {
- "DEC": 10.629363,
- "RA": 1.710065,
- "azimuth": 44.259704,
- "elevation": 56.430547,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002433,
- "radius": 0.265427,
- "solarElongation": 0
}, - "UT1-TT": -69.362,
- "bodiesElongation": 0.0046,
- "cuspAngle": null,
- "date": "2021-04-17T10:16:10",
- "location": {
- "geometry": {
- "coordinates": [
- 2.7265651997422062,
- -13.887220009987436,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "2:43:35.6",
- "-13:53:14.0",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": 24.855729,
- "RA": 5.73034,
- "azimuth": 64.342463,
- "defectIlluminationPositionAngle": -4.7560347797,
- "elevation": 0,
- "illuminatedFraction": 0.92513,
- "magnitude": 1.45061,
- "parallax": 0.001281,
- "radius": 0.000682,
- "solarElongation": 58.712889
}, - "occultingBody": {
- "DEC": 24.855709,
- "RA": 5.730335,
- "azimuth": 64.342463,
- "defectIlluminationPositionAngle": -4.7560383626,
- "elevation": 0.000077,
- "illuminatedFraction": 0.23474,
- "magnitude": -8.51846,
- "parallax": 0.9073,
- "radius": 0.247228,
- "solarElongation": 58.712814
}, - "p": null,
- "zenith": null
}, - "C2": {
- "Sun": {
- "DEC": 10.683406,
- "RA": 1.719686,
- "azimuth": 288.348173,
- "elevation": -58.426789,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002433,
- "radius": 0.265396,
- "solarElongation": 0
}, - "UT1-TT": -69.362,
- "bodiesElongation": 0.00469,
- "cuspAngle": null,
- "date": "2021-04-17T14:03:30",
- "location": {
- "geometry": {
- "coordinates": [
- 118.62143699394787,
- -1.3861600695378393,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "118:37:17.2",
- "-1:23:10.2",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": 24.857941,
- "RA": 5.737164,
- "azimuth": 294.865711,
- "defectIlluminationPositionAngle": -4.7553637692,
- "elevation": 0,
- "illuminatedFraction": 0.92524,
- "magnitude": 1.45196,
- "parallax": 0.00128,
- "radius": 0.000682,
- "solarElongation": 58.65408
}, - "occultingBody": {
- "DEC": 24.857939,
- "RA": 5.73717,
- "azimuth": 294.865711,
- "defectIlluminationPositionAngle": -4.7553690976,
- "elevation": 0.000078,
- "illuminatedFraction": 0.24767,
- "magnitude": -8.59831,
- "parallax": 0.908242,
- "radius": 0.247482,
- "solarElongation": 58.654158
}, - "p": null,
- "zenith": null
}, - "P1": {
- "Sun": {
- "DEC": 10.621572,
- "RA": 1.708704,
- "azimuth": 47.056562,
- "elevation": 57.023252,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002433,
- "radius": 0.265428,
- "solarElongation": 0
}, - "UT1-TT": -69.362,
- "bodiesElongation": 14.88065,
- "cuspAngle": null,
- "date": "2021-04-17T09:44:27",
- "location": {
- "geometry": {
- "coordinates": [
- 9.859659967683402,
- -12.25376555988358,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "9:51:34.8",
- "-12:15:13.6",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": 24.855344,
- "RA": 5.729363,
- "azimuth": 64.524214,
- "defectIlluminationPositionAngle": -4.7561327382,
- "elevation": 0.000351,
- "illuminatedFraction": 0.92511,
- "magnitude": 1.45042,
- "parallax": 0.001281,
- "radius": 0.000682,
- "solarElongation": 58.721107
}, - "occultingBody": {
- "DEC": 24.797399,
- "RA": 5.711649,
- "azimuth": 64.523903,
- "defectIlluminationPositionAngle": -4.7575804743,
- "elevation": 0.248361,
- "illuminatedFraction": 0.23296,
- "magnitude": -8.50689,
- "parallax": 0.907174,
- "radius": 0.247211,
- "solarElongation": 58.477623
}, - "p": null,
- "zenith": null
}, - "P4": {
- "Sun": {
- "DEC": 10.691048,
- "RA": 1.721053,
- "azimuth": 291.296191,
- "elevation": -58.577904,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002433,
- "radius": 0.265395,
- "solarElongation": 0
}, - "UT1-TT": -69.362,
- "bodiesElongation": 14.90033,
- "cuspAngle": null,
- "date": "2021-04-17T14:35:13",
- "location": {
- "geometry": {
- "coordinates": [
- 111.44686282666086,
- 0.25713325555543204,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "111:26:48.7",
- "0:15:25.7",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": 24.858235,
- "RA": 5.738142,
- "azimuth": 294.858501,
- "defectIlluminationPositionAngle": -4.7552679736,
- "elevation": 0.00035,
- "illuminatedFraction": 0.92525,
- "magnitude": 1.45215,
- "parallax": 0.00128,
- "radius": 0.000682,
- "solarElongation": 58.645864
}, - "occultingBody": {
- "DEC": 24.859207,
- "RA": 5.756389,
- "azimuth": 294.858494,
- "defectIlluminationPositionAngle": -4.7531662396,
- "elevation": 0.248689,
- "illuminatedFraction": 0.24949,
- "magnitude": -8.60905,
- "parallax": 0.908378,
- "radius": 0.247536,
- "solarElongation": 58.894024
}, - "p": null,
- "zenith": null
}, - "U1": {
- "Sun": {
- "DEC": 10.621615,
- "RA": 1.708711,
- "azimuth": 47.044333,
- "elevation": 57.020853,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002433,
- "radius": 0.265428,
- "solarElongation": 0
}, - "UT1-TT": -69.362,
- "bodiesElongation": 14.79879,
- "cuspAngle": null,
- "date": "2021-04-17T09:44:38",
- "location": {
- "geometry": {
- "coordinates": [
- 9.81950640650647,
- -12.260817108649693,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "9:49:10.2",
- "-12:15:38.9",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": 24.855346,
- "RA": 5.729368,
- "azimuth": 64.523482,
- "defectIlluminationPositionAngle": -4.7561322013,
- "elevation": 0.000349,
- "illuminatedFraction": 0.92511,
- "magnitude": 1.45043,
- "parallax": 0.001281,
- "radius": 0.000682,
- "solarElongation": 58.721062
}, - "occultingBody": {
- "DEC": 24.797689,
- "RA": 5.711753,
- "azimuth": 64.523173,
- "defectIlluminationPositionAngle": -4.7575716066,
- "elevation": 0.246995,
- "illuminatedFraction": 0.23297,
- "magnitude": -8.50696,
- "parallax": 0.907174,
- "radius": 0.247211,
- "solarElongation": 58.478924
}, - "p": null,
- "zenith": null
}, - "U2": {
- "Sun": {
- "DEC": 10.637207,
- "RA": 1.711426,
- "azimuth": 39.546097,
- "elevation": 55.216607,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002433,
- "radius": 0.265425,
- "solarElongation": 0
}, - "UT1-TT": -69.362,
- "bodiesElongation": 14.79177,
- "cuspAngle": null,
- "date": "2021-04-17T10:47:54",
- "location": {
- "geometry": {
- "coordinates": [
- -3.78056057615848,
- -16.746677823173297,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-3:46:50.0",
- "-16:44:48.0",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": 24.856143,
- "RA": 5.731317,
- "azimuth": 63.962671,
- "defectIlluminationPositionAngle": -4.7559359737,
- "elevation": -0.000349,
- "illuminatedFraction": 0.92514,
- "magnitude": 1.4508,
- "parallax": 0.001281,
- "radius": 0.000682,
- "solarElongation": 58.704663
}, - "occultingBody": {
- "DEC": 24.933819,
- "RA": 5.748513,
- "azimuth": 63.96308,
- "defectIlluminationPositionAngle": -4.754757479,
- "elevation": -0.246878,
- "illuminatedFraction": 0.23653,
- "magnitude": -8.52993,
- "parallax": 0.907428,
- "radius": 0.247247,
- "solarElongation": 58.941756
}, - "p": null,
- "zenith": null
}, - "U3": {
- "Sun": {
- "DEC": 10.675811,
- "RA": 1.718318,
- "azimuth": 283.342629,
- "elevation": -57.9338,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002433,
- "radius": 0.265398,
- "solarElongation": 0
}, - "UT1-TT": -69.362,
- "bodiesElongation": 14.80272,
- "cuspAngle": null,
- "date": "2021-04-17T13:31:45",
- "location": {
- "geometry": {
- "coordinates": [
- 125.22486923642853,
- -4.268438437789517,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "125:13:29.5",
- "-4:16:06.4",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": 24.857675,
- "RA": 5.736186,
- "azimuth": 294.931499,
- "defectIlluminationPositionAngle": -4.7554587634,
- "elevation": -0.000348,
- "illuminatedFraction": 0.92522,
- "magnitude": 1.45177,
- "parallax": 0.00128,
- "radius": 0.000682,
- "solarElongation": 58.662305
}, - "occultingBody": {
- "DEC": 24.877556,
- "RA": 5.718117,
- "azimuth": 294.931388,
- "defectIlluminationPositionAngle": -4.7577823028,
- "elevation": -0.24706,
- "illuminatedFraction": 0.24585,
- "magnitude": -8.58747,
- "parallax": 0.908107,
- "radius": 0.247429,
- "solarElongation": 58.417515
}, - "p": null,
- "zenith": null
}, - "U4": {
- "Sun": {
- "DEC": 10.691006,
- "RA": 1.721045,
- "azimuth": 291.283386,
- "elevation": -58.577464,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002433,
- "radius": 0.265395,
- "solarElongation": 0
}, - "UT1-TT": -69.362,
- "bodiesElongation": 14.81852,
- "cuspAngle": null,
- "date": "2021-04-17T14:35:02",
- "location": {
- "geometry": {
- "coordinates": [
- 111.48708707738413,
- 0.25006004186879205,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "111:29:13.5",
- "0:15:00.2",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": 24.858234,
- "RA": 5.738137,
- "azimuth": 294.858485,
- "defectIlluminationPositionAngle": -4.7552685,
- "elevation": 0.000348,
- "illuminatedFraction": 0.92525,
- "magnitude": 1.45215,
- "parallax": 0.00128,
- "radius": 0.000682,
- "solarElongation": 58.645909
}, - "occultingBody": {
- "DEC": 24.859168,
- "RA": 5.756283,
- "azimuth": 294.858478,
- "defectIlluminationPositionAngle": -4.7531779824,
- "elevation": 0.247324,
- "illuminatedFraction": 0.24948,
- "magnitude": -8.60899,
- "parallax": 0.908377,
- "radius": 0.247536,
- "solarElongation": 58.892705
}, - "p": null,
- "zenith": null
}, - "greatest": {
- "Sun": {
- "DEC": 10.655609,
- "RA": 1.714749,
- "azimuth": 272.792149,
- "elevation": 30.314606,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002433,
- "radius": 0.265417,
- "solarElongation": 0
}, - "UT1-TT": -69.362,
- "bodiesElongation": 0.00071,
- "cuspAngle": null,
- "date": "2021-04-17T12:09:49",
- "location": {
- "geometry": {
- "coordinates": [
- 58.75228591959484,
- 16.649216192680544,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "58:45:08.2",
- "16:38:57.2",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": 24.856843,
- "RA": 5.733757,
- "azimuth": 353.410554,
- "defectIlluminationPositionAngle": -4.7556987927,
- "elevation": 81.734908,
- "illuminatedFraction": 0.92518,
- "magnitude": 1.45129,
- "parallax": 0.001281,
- "radius": 0.000682,
- "solarElongation": 58.685578
}, - "occultingBody": {
- "DEC": 24.856832,
- "RA": 5.733758,
- "azimuth": 353.410573,
- "defectIlluminationPositionAngle": -4.7557030965,
- "elevation": 81.734919,
- "illuminatedFraction": 0.24117,
- "magnitude": -8.55904,
- "parallax": 0.907763,
- "radius": 0.251258,
- "solarElongation": 58.685581
}, - "p": null,
- "zenith": null
}
}, - "link": {
}, - "physicalData": {
- "Earth": {
- "inverseFlattening": 298.257223563,
- "radius": 6378.137
}, - "occultedBody": {
- "radius": 3396.19
}, - "occultingBody": {
- "radius": 1738.091
}
}, - "type": "CentralTotalOccultation",
- "visibilityLines": null,
- "visibilityPaths": null
}, - {
- "bodies": {
- "occulted": {
- "body": 499,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301
}
}, - "calendarDate": "2021-12-03",
- "duration": {
- "partial": "03:42:46.9",
- "total": "03:42:32.3"
}, - "events": {
- "C1": {
- "Sun": {
- "DEC": -22.094193,
- "RA": 16.629295,
- "azimuth": 110.639408,
- "elevation": -12.750176,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002478,
- "radius": 0.270274,
- "solarElongation": 0
}, - "UT1-TT": -69.292,
- "bodiesElongation": 0.00205,
- "cuspAngle": null,
- "date": "2021-12-02T23:34:10",
- "location": {
- "geometry": {
- "coordinates": [
- 103.78259847425277,
- 55.67363512723007,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "103:46:57.4",
- "55:40:25.1",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -18.294294,
- "RA": 15.359406,
- "azimuth": 123.824383,
- "defectIlluminationPositionAngle": 4.9778075566,
- "elevation": 0,
- "illuminatedFraction": 0.99026,
- "magnitude": 1.61508,
- "parallax": 0.000986,
- "radius": 0.000525,
- "solarElongation": 18.262567
}, - "occultingBody": {
- "DEC": -18.294323,
- "RA": 15.359407,
- "azimuth": 123.824383,
- "defectIlluminationPositionAngle": 4.9777959358,
- "elevation": -0.000034,
- "illuminatedFraction": 0.02735,
- "magnitude": -6.06913,
- "parallax": 1.01838,
- "radius": 0.277573,
- "solarElongation": 18.262542
}, - "p": null,
- "zenith": null
}, - "C2": {
- "Sun": {
- "DEC": -22.108605,
- "RA": 16.636828,
- "azimuth": 239.800775,
- "elevation": 14.861754,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002478,
- "radius": 0.270284,
- "solarElongation": 0
}, - "UT1-TT": -69.292,
- "bodiesElongation": 0.0019,
- "cuspAngle": null,
- "date": "2021-12-03T02:09:12",
- "location": {
- "geometry": {
- "coordinates": [
- -150.50091876478098,
- 18.975107846568243,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-150:30:03.3",
- "18:58:30.4",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -18.313716,
- "RA": 15.364349,
- "azimuth": 250.593046,
- "defectIlluminationPositionAngle": 4.9773159721,
- "elevation": 0,
- "illuminatedFraction": 0.99022,
- "magnitude": 1.61487,
- "parallax": 0.000986,
- "radius": 0.000525,
- "solarElongation": 18.295212
}, - "occultingBody": {
- "DEC": -18.313727,
- "RA": 15.364347,
- "azimuth": 250.593046,
- "defectIlluminationPositionAngle": 4.9772990312,
- "elevation": -0.000032,
- "illuminatedFraction": 0.02318,
- "magnitude": -5.98042,
- "parallax": 1.019211,
- "radius": 0.277794,
- "solarElongation": 18.295238
}, - "p": null,
- "zenith": null
}, - "P1": {
- "Sun": {
- "DEC": -22.090572,
- "RA": 16.627615,
- "azimuth": 106.719082,
- "elevation": -14.775429,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002478,
- "radius": 0.270273,
- "solarElongation": 0
}, - "UT1-TT": -69.292,
- "bodiesElongation": 16.68098,
- "cuspAngle": null,
- "date": "2021-12-02T23:00:16",
- "location": {
- "geometry": {
- "coordinates": [
- 104.29050281718584,
- 47.292298943717,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "104:17:25.8",
- "47:17:32.3",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -18.289839,
- "RA": 15.358312,
- "azimuth": 117.561219,
- "defectIlluminationPositionAngle": 4.9779030166,
- "elevation": 0.000269,
- "illuminatedFraction": 0.99027,
- "magnitude": 1.61513,
- "parallax": 0.000986,
- "radius": 0.000525,
- "solarElongation": 18.255126
}, - "occultingBody": {
- "DEC": -18.07511,
- "RA": 15.345921,
- "azimuth": 117.562044,
- "defectIlluminationPositionAngle": 4.9873047792,
- "elevation": 0.278284,
- "illuminatedFraction": 0.0283,
- "magnitude": -6.08753,
- "parallax": 1.018191,
- "radius": 0.277545,
- "solarElongation": 18.482631
}, - "p": null,
- "zenith": null
}, - "P4": {
- "Sun": {
- "DEC": -22.111531,
- "RA": 16.638516,
- "azimuth": 243.314068,
- "elevation": 16.473302,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002478,
- "radius": 0.270286,
- "solarElongation": 0
}, - "UT1-TT": -69.292,
- "bodiesElongation": 16.70044,
- "cuspAngle": null,
- "date": "2021-12-03T02:43:03",
- "location": {
- "geometry": {
- "coordinates": [
- -155.69559493942953,
- 9.751881226282881,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-155:41:44.1",
- "9:45:06.8",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -18.317897,
- "RA": 15.365446,
- "azimuth": 251.403724,
- "defectIlluminationPositionAngle": 4.9771964593,
- "elevation": 0.000269,
- "illuminatedFraction": 0.99021,
- "magnitude": 1.61482,
- "parallax": 0.000986,
- "radius": 0.000525,
- "solarElongation": 18.302668
}, - "occultingBody": {
- "DEC": -18.268308,
- "RA": 15.384678,
- "azimuth": 251.403429,
- "defectIlluminationPositionAngle": 4.9819859819,
- "elevation": 0.27861,
- "illuminatedFraction": 0.02232,
- "magnitude": -5.95997,
- "parallax": 1.019385,
- "radius": 0.277864,
- "solarElongation": 18.051591
}, - "p": null,
- "zenith": null
}, - "U1": {
- "Sun": {
- "DEC": -22.090585,
- "RA": 16.627621,
- "azimuth": 106.7257,
- "elevation": -14.770314,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002478,
- "radius": 0.270273,
- "solarElongation": 0
}, - "UT1-TT": -69.292,
- "bodiesElongation": 16.61801,
- "cuspAngle": null,
- "date": "2021-12-02T23:00:23",
- "location": {
- "geometry": {
- "coordinates": [
- 104.27872143632186,
- 47.316478771260904,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "104:16:43.4",
- "47:18:59.3",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -18.289855,
- "RA": 15.358316,
- "azimuth": 117.574926,
- "defectIlluminationPositionAngle": 4.9779026668,
- "elevation": 0.000268,
- "illuminatedFraction": 0.99027,
- "magnitude": 1.61513,
- "parallax": 0.000986,
- "radius": 0.000525,
- "solarElongation": 18.255153
}, - "occultingBody": {
- "DEC": -18.075853,
- "RA": 15.345979,
- "azimuth": 117.575748,
- "defectIlluminationPositionAngle": 4.9872743895,
- "elevation": 0.277234,
- "illuminatedFraction": 0.0283,
- "magnitude": -6.08747,
- "parallax": 1.018192,
- "radius": 0.277545,
- "solarElongation": 18.48172
}, - "p": null,
- "zenith": null
}, - "U2": {
- "Sun": {
- "DEC": -22.098896,
- "RA": 16.63142,
- "azimuth": 142.120582,
- "elevation": -6.879367,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002478,
- "radius": 0.270277,
- "solarElongation": 0
}, - "UT1-TT": -69.292,
- "bodiesElongation": 16.62637,
- "cuspAngle": null,
- "date": "2021-12-03T00:17:40",
- "location": {
- "geometry": {
- "coordinates": [
- 131.8586494160982,
- 70.3589415969335,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "131:51:31.1",
- "70:21:32.2",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -18.300011,
- "RA": 15.360795,
- "azimuth": 159.08915,
- "defectIlluminationPositionAngle": 4.9776907488,
- "elevation": -0.000268,
- "illuminatedFraction": 0.99025,
- "magnitude": 1.61502,
- "parallax": 0.000986,
- "radius": 0.000525,
- "solarElongation": 18.271868
}, - "occultingBody": {
- "DEC": -18.574866,
- "RA": 15.363273,
- "azimuth": 159.088939,
- "defectIlluminationPositionAngle": 4.9638619046,
- "elevation": -0.277374,
- "illuminatedFraction": 0.02614,
- "magnitude": -6.04502,
- "parallax": 1.018619,
- "radius": 0.277616,
- "solarElongation": 18.167554
}, - "p": null,
- "zenith": null
}, - "U3": {
- "Sun": {
- "DEC": -22.105095,
- "RA": 16.634689,
- "azimuth": 230.301578,
- "elevation": 9.694698,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002478,
- "radius": 0.270282,
- "solarElongation": 0
}, - "UT1-TT": -69.292,
- "bodiesElongation": 16.63211,
- "cuspAngle": null,
- "date": "2021-12-03T01:25:48",
- "location": {
- "geometry": {
- "coordinates": [
- -149.08699308638765,
- 39.760210814987374,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-149:05:13.2",
- "39:45:36.8",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -18.308468,
- "RA": 15.362951,
- "azimuth": 245.88083,
- "defectIlluminationPositionAngle": 4.9774747479,
- "elevation": -0.000268,
- "illuminatedFraction": 0.99023,
- "magnitude": 1.61493,
- "parallax": 0.000986,
- "radius": 0.000525,
- "solarElongation": 18.285878
}, - "occultingBody": {
- "DEC": -18.494472,
- "RA": 15.348511,
- "azimuth": 245.881665,
- "defectIlluminationPositionAngle": 4.9664258696,
- "elevation": -0.277469,
- "illuminatedFraction": 0.02431,
- "magnitude": -6.00605,
- "parallax": 1.018985,
- "radius": 0.277712,
- "solarElongation": 18.436791
}, - "p": null,
- "zenith": null
}, - "U4": {
- "Sun": {
- "DEC": -22.11152,
- "RA": 16.63851,
- "azimuth": 243.304588,
- "elevation": 16.469425,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002478,
- "radius": 0.270286,
- "solarElongation": 0
}, - "UT1-TT": -69.292,
- "bodiesElongation": 16.63743,
- "cuspAngle": null,
- "date": "2021-12-03T02:42:56",
- "location": {
- "geometry": {
- "coordinates": [
- -155.6740973180151,
- 9.777789531044725,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-155:40:26.8",
- "9:46:40.0",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -18.317882,
- "RA": 15.365443,
- "azimuth": 251.402239,
- "defectIlluminationPositionAngle": 4.9771968801,
- "elevation": 0.000268,
- "illuminatedFraction": 0.99021,
- "magnitude": 1.61482,
- "parallax": 0.000986,
- "radius": 0.000525,
- "solarElongation": 18.302642
}, - "occultingBody": {
- "DEC": -18.268351,
- "RA": 15.384599,
- "azimuth": 251.401944,
- "defectIlluminationPositionAngle": 4.9819744178,
- "elevation": 0.277559,
- "illuminatedFraction": 0.02232,
- "magnitude": -5.96004,
- "parallax": 1.019384,
- "radius": 0.277863,
- "solarElongation": 18.052567
}, - "p": null,
- "zenith": null
}, - "greatest": {
- "Sun": {
- "DEC": -22.101476,
- "RA": 16.633101,
- "azimuth": 172.391085,
- "elevation": 47.970259,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002478,
- "radius": 0.270288,
- "solarElongation": 0
}, - "UT1-TT": -69.292,
- "bodiesElongation": 0.0013,
- "cuspAngle": null,
- "date": "2021-12-03T00:51:33",
- "location": {
- "geometry": {
- "coordinates": [
- 159.04267521127557,
- 19.584380837279575,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "159:02:33.6",
- "19:35:03.8",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -18.30399,
- "RA": 15.361877,
- "azimuth": 200.217129,
- "defectIlluminationPositionAngle": 4.9775604098,
- "elevation": 49.836751,
- "illuminatedFraction": 0.99024,
- "magnitude": 1.61498,
- "parallax": 0.000986,
- "radius": 0.000525,
- "solarElongation": 18.27945
}, - "occultingBody": {
- "DEC": -18.304011,
- "RA": 15.361877,
- "azimuth": 200.217124,
- "defectIlluminationPositionAngle": 4.9775484614,
- "elevation": 49.83673,
- "illuminatedFraction": 0.02523,
- "magnitude": -6.02583,
- "parallax": 1.018802,
- "radius": 0.281484,
- "solarElongation": 18.279449
}, - "p": null,
- "zenith": null
}
}, - "link": {
}, - "physicalData": {
- "Earth": {
- "inverseFlattening": 298.257223563,
- "radius": 6378.137
}, - "occultedBody": {
- "radius": 3396.19
}, - "occultingBody": {
- "radius": 1738.091
}
}, - "type": "CentralTotalOccultation",
- "visibilityLines": null,
- "visibilityPaths": null
}, - {
- "bodies": {
- "occulted": {
- "body": 499,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301
}
}, - "calendarDate": "2021-12-31",
- "duration": {
- "partial": "03:00:41.8",
- "total": "03:00:22.6"
}, - "events": {
- "C1": {
- "Sun": {
- "DEC": -23.033874,
- "RA": 18.748723,
- "azimuth": 149.113382,
- "elevation": -13.068099,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002484,
- "radius": 0.27096,
- "solarElongation": 0
}, - "UT1-TT": -69.295,
- "bodiesElongation": 0.00288,
- "cuspAngle": null,
- "date": "2021-12-31T19:10:48",
- "location": {
- "geometry": {
- "coordinates": [
- 106.01654738617377,
- -48.00438567396248,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "106:00:59.6",
- "-48:00:15.8",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -22.478978,
- "RA": 16.767123,
- "azimuth": 124.851636,
- "defectIlluminationPositionAngle": 4.8344732273,
- "elevation": 0,
- "illuminatedFraction": 0.97788,
- "magnitude": 1.53504,
- "parallax": 0.001043,
- "radius": 0.000555,
- "solarElongation": 27.368632
}, - "occultingBody": {
- "DEC": -22.47894,
- "RA": 16.767125,
- "azimuth": 124.851636,
- "defectIlluminationPositionAngle": 4.8344685631,
- "elevation": -0.000048,
- "illuminatedFraction": 0.05831,
- "magnitude": -6.85721,
- "parallax": 1.017147,
- "radius": 0.277227,
- "solarElongation": 27.368608
}, - "p": null,
- "zenith": null
}, - "C2": {
- "Sun": {
- "DEC": -23.029303,
- "RA": 18.752828,
- "azimuth": 231.758263,
- "elevation": 8.350951,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002484,
- "radius": 0.270964,
- "solarElongation": 0
}, - "UT1-TT": -69.295,
- "bodiesElongation": 0.0028,
- "cuspAngle": null,
- "date": "2021-12-31T20:33:34",
- "location": {
- "geometry": {
- "coordinates": [
- -5.187549102335096,
- -64.91239296205002,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-5:11:15.2",
- "-64:54:44.6",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -22.484597,
- "RA": 16.769981,
- "azimuth": 205.582838,
- "defectIlluminationPositionAngle": 4.8341677624,
- "elevation": 0,
- "illuminatedFraction": 0.97785,
- "magnitude": 1.53484,
- "parallax": 0.001043,
- "radius": 0.000555,
- "solarElongation": 27.385472
}, - "occultingBody": {
- "DEC": -22.484551,
- "RA": 16.769981,
- "azimuth": 205.582838,
- "defectIlluminationPositionAngle": 4.8341609784,
- "elevation": -0.000047,
- "illuminatedFraction": 0.05507,
- "magnitude": -6.78472,
- "parallax": 1.017485,
- "radius": 0.277317,
- "solarElongation": 27.385487
}, - "p": null,
- "zenith": null
}, - "P1": {
- "Sun": {
- "DEC": -23.037047,
- "RA": 18.746266,
- "azimuth": 134.872514,
- "elevation": -20.498757,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002484,
- "radius": 0.270958,
- "solarElongation": 0
}, - "UT1-TT": -69.295,
- "bodiesElongation": 16.66064,
- "cuspAngle": null,
- "date": "2021-12-31T18:21:51",
- "location": {
- "geometry": {
- "coordinates": [
- 131.50092874832018,
- -30.531853924797183,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "131:30:03.3",
- "-30:31:54.7",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -22.475814,
- "RA": 16.765416,
- "azimuth": 116.348455,
- "defectIlluminationPositionAngle": 4.8346663742,
- "elevation": 0.000285,
- "illuminatedFraction": 0.9779,
- "magnitude": 1.53516,
- "parallax": 0.001043,
- "radius": 0.000555,
- "solarElongation": 27.358438
}, - "occultingBody": {
- "DEC": -22.627669,
- "RA": 16.748634,
- "azimuth": 116.347725,
- "defectIlluminationPositionAngle": 4.8303487525,
- "elevation": 0.277961,
- "illuminatedFraction": 0.06027,
- "magnitude": -6.89784,
- "parallax": 1.016939,
- "radius": 0.277198,
- "solarElongation": 27.571044
}, - "p": null,
- "zenith": null
}, - "P4": {
- "Sun": {
- "DEC": -23.027077,
- "RA": 18.755287,
- "azimuth": 253.744158,
- "elevation": 16.66726,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002484,
- "radius": 0.270966,
- "solarElongation": 0
}, - "UT1-TT": -69.295,
- "bodiesElongation": 16.6727,
- "cuspAngle": null,
- "date": "2021-12-31T21:22:33",
- "location": {
- "geometry": {
- "coordinates": [
- -47.701550777216355,
- -51.90905180567945,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-47:42:05.6",
- "-51:54:32.6",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -22.488154,
- "RA": 16.771684,
- "azimuth": 231.68347,
- "defectIlluminationPositionAngle": 4.8339980751,
- "elevation": 0.000285,
- "illuminatedFraction": 0.97784,
- "magnitude": 1.53472,
- "parallax": 0.001043,
- "radius": 0.000555,
- "solarElongation": 27.395632
}, - "occultingBody": {
- "DEC": -22.724401,
- "RA": 16.78225,
- "azimuth": 231.684181,
- "defectIlluminationPositionAngle": 4.8255741926,
- "elevation": 0.278162,
- "illuminatedFraction": 0.05319,
- "magnitude": -6.73934,
- "parallax": 1.017677,
- "radius": 0.277394,
- "solarElongation": 27.222666
}, - "p": null,
- "zenith": null
}, - "U1": {
- "Sun": {
- "DEC": -23.037037,
- "RA": 18.746274,
- "azimuth": 134.903859,
- "elevation": -20.482642,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002484,
- "radius": 0.270958,
- "solarElongation": 0
}, - "UT1-TT": -69.295,
- "bodiesElongation": 16.59401,
- "cuspAngle": null,
- "date": "2021-12-31T18:22:01",
- "location": {
- "geometry": {
- "coordinates": [
- 131.43473801068296,
- -30.57738368558208,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "131:26:05.1",
- "-30:34:38.6",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -22.475825,
- "RA": 16.765422,
- "azimuth": 116.361784,
- "defectIlluminationPositionAngle": 4.8346657438,
- "elevation": 0.000284,
- "illuminatedFraction": 0.9779,
- "magnitude": 1.53516,
- "parallax": 0.001043,
- "radius": 0.000555,
- "solarElongation": 27.358471
}, - "occultingBody": {
- "DEC": -22.627277,
- "RA": 16.748717,
- "azimuth": 116.361056,
- "defectIlluminationPositionAngle": 4.8303579081,
- "elevation": 0.27685,
- "illuminatedFraction": 0.06026,
- "magnitude": -6.89771,
- "parallax": 1.01694,
- "radius": 0.277198,
- "solarElongation": 27.570068
}, - "p": null,
- "zenith": null
}, - "U4": {
- "Sun": {
- "DEC": -23.027085,
- "RA": 18.755279,
- "azimuth": 253.71805,
- "elevation": 16.648208,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002484,
- "radius": 0.270966,
- "solarElongation": 0
}, - "UT1-TT": -69.295,
- "bodiesElongation": 16.60603,
- "cuspAngle": null,
- "date": "2021-12-31T21:22:23",
- "location": {
- "geometry": {
- "coordinates": [
- -47.610574468970796,
- -51.94881754275599,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "-47:36:38.1",
- "-51:56:55.7",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -22.488143,
- "RA": 16.771679,
- "azimuth": 231.643343,
- "defectIlluminationPositionAngle": 4.8339986316,
- "elevation": 0.000284,
- "illuminatedFraction": 0.97784,
- "magnitude": 1.53472,
- "parallax": 0.001043,
- "radius": 0.000555,
- "solarElongation": 27.395599
}, - "occultingBody": {
- "DEC": -22.723574,
- "RA": 16.782187,
- "azimuth": 231.644052,
- "defectIlluminationPositionAngle": 4.8256049791,
- "elevation": 0.27705,
- "illuminatedFraction": 0.0532,
- "magnitude": -6.73949,
- "parallax": 1.017677,
- "radius": 0.277394,
- "solarElongation": 27.223514
}, - "p": null,
- "zenith": null
}, - "greatest": {
- "Sun": {
- "DEC": -23.031542,
- "RA": 18.750815,
- "azimuth": 114.227714,
- "elevation": 18.665487,
- "illuminatedFraction": 1,
- "magnitude": null,
- "parallax": 0.002484,
- "radius": 0.270966,
- "solarElongation": 0
}, - "UT1-TT": -69.295,
- "bodiesElongation": 0.00262,
- "cuspAngle": null,
- "date": "2021-12-31T19:52:16",
- "location": {
- "geometry": {
- "coordinates": [
- 132.58959034310874,
- -78.48011337654522,
- 0
], - "type": "Point"
}, - "properties": {
- "coordinatesDMS": [
- "132:35:22.5",
- "-78:28:48.4",
- "0.0"
]
}, - "type": "Feature"
}, - "occultedBody": {
- "DEC": -22.481794,
- "RA": 16.768557,
- "azimuth": 85.334197,
- "defectIlluminationPositionAngle": 4.8343197308,
- "elevation": 23.916617,
- "illuminatedFraction": 0.97787,
- "magnitude": 1.53494,
- "parallax": 0.001043,
- "radius": 0.000555,
- "solarElongation": 27.377529
}, - "occultingBody": {
- "DEC": -22.481752,
- "RA": 16.768558,
- "azimuth": 85.334198,
- "defectIlluminationPositionAngle": 4.8343143687,
- "elevation": 23.916573,
- "illuminatedFraction": 0.05668,
- "magnitude": -6.82152,
- "parallax": 1.017318,
- "radius": 0.27928,
- "solarElongation": 27.377524
}, - "p": null,
- "zenith": null
}
}, - "link": {
}, - "physicalData": {
- "Earth": {
- "inverseFlattening": 298.257223563,
- "radius": 6378.137
}, - "occultedBody": {
- "radius": 3396.19
}, - "occultingBody": {
- "radius": 1738.091
}
}, - "type": "CentralTotalOccultation",
- "visibilityLines": null,
- "visibilityPaths": null
}
], - "description": {
- "bodies.occulted.body": "Identification number or string of the occulted body",
- "bodies.occulted.name": "Common name of the occulted body",
- "bodies.occulted.type": "Type of the occulted body",
- "bodies.occulting.body": "Identification number or string of the occulting body",
- "calendarDate": "Day of the greatest event of the occultation",
- "duration.partial": "Interval in HH:MM:SS between the beginning (P1) and the end (P4) of the partial phase",
- "duration.total": "Interval in HH:MM:SS between the beginning (U1) and the end (U4) of the total phase",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).DEC": "Declination of the body at time of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).RA": "Right ascension of the body at time of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).azimuth": "Azimuth from the North of the body of the body at time of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).elevation": "Elevation above the horizon of the body at the time of the event (without refraction)",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).illuminatedFraction": "Illuminated fraction of the body by the Sun",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).magnitude": "Magnitude of body",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).parallax": "Equatorial horizontal parallax of the body at time of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).radius": "Apparent angular radius of the body at time of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).solarElongation": "Elongation between the Sun and the body at time of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(occultingBody|occultedBody).defectIlluminationPositionAngle": "position angle of the defect illumination by the Sun of the body",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).UT1-TT": "Difference between UT1 and TT at time of the event, expressed in second",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).bodiesElongation": "Elongation between the occulting and occulted and the body at time of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).date": "Instant of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).location": "Location on the Earth seeing the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).occultingBody.centerOfFigure.deltaDEC": "Offset in declination of the vector 'center of mass' -> 'center of figure' of the body at time of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).occultingBody.centerOfFigure.deltaRA": "Offset in Right ascension of the vector 'center of mass' -> 'center of figure' of the body at time of the event",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).p": "Position angle of contact on the limb of the occulted body measured eastwards from celestial north",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).zenith": "Position angle of contact on the limb of the occulted body measured eastwards from the zenith",
- "events.(greatest|P1|U1|C1|U2|U3|C2|U4|P4).cuspAngle.angle": "Signed angle of cusp angle",
- "events.(greatest|P1|U1|C1|U2|U3|C2|U4|P4).cuspAngle.pole": "Pole of cusp angle",
- "physicalData.(occultingBody|occultedBody|Earth).radius": "Equatorial radius of the body",
- "physicalData.Earth.inverseFlattening": "Inverse of the flattening of the Earth's ellipsoid",
- "type": "Type of the occultation",
- "visibilityLines": "Curves and limits of the occultation",
- "visibilityPaths": "Paths of the occultation"
}, - "timescale": "UTC",
- "unit": {
- "duration.partial": "HMS",
- "duration.total": "HMS",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).DEC": "Deg180",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).RA": "Hour24",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).azimuth": "Deg360",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).elevation": "Deg180",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).illuminatedFraction": "Scalar",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).magnitude": "Scalar",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).parallax": "Deg360",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).radius": "Deg360",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(Sun|occultingBody|occultedBody).solarElongation": "Deg360",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).(occultingBody|occultedBody).defectIlluminationPositionAngle": "Rad",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).UT1-TT": "Second",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).bodiesElongation": "Arcmin",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).date": "Gregorian",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).occultingBody.centerOfFigure.deltaDEC": "Arcsec",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).occultingBody.centerOfFigure.deltaRA": "Arcsec",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).p": "Deg360",
- "events.(greatest|P1|U1|C1|U2|P2|P3|U3|C2|U4|P4).zenith": "Deg360",
- "events.(greatest|P1|U1|C1|U2|U3|C2|U4|P4).cuspAngle.angle": "Deg180",
- "physicalData.(occultingBody|occultedBody|Earth).radius": "Km"
}
}
}
Get all minimal elongations or greastest elongations between two bodies over a given timespan. The elongation is the angle, or angular distance, between the astrometric direction of the body and reference from the observer. The position of the observer is computed at the date of the observation and the position of the observed bodies are computed at the different time using the light-time correction. No relativistic light-deflection or refraction correction is applied. The atmosphere of the observer is assumed to be transparent and non-refracting. The instants of the events are given in the timescale UTC by default.
A response, which contains the information about all phenomena, is returned to the client encoded in json format.
Examples:
body required | string^\d{1,9}|HIP-\d{1,6}$ Default: "1" Example: body=1 Observed body:
example:
|
reference required | |
required | observatory code (string) or Array of (geodetic latitude, longitude, and optionally the altitude) (numbers) or NAIF Identification (integer) Location of the observer. |
required | number or string Beginning of the timespan. The timescale of this date is given by the timescale. The calendar of this date is given by the parameter calendar. |
calendar | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" "JD" Example: calendar=gregorian All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
nbd | integer [ 14 .. 36525 ] Default: 365 Example: nbd=365 Length of the timespan, expressed in days |
coord-format | string (coord-format) Default: "dec" Enum: "dec" "sexa" Example: coord-format=dec Coordinates (angles, ...) of the response are expressed in decimal or in sexagesimal.
|
extrema required | string Default: "min" Enum: "min" "max" Example: extrema=min Minimum or maximum elongations |
timescale | string (timescale) unique Default: "UTC" Enum: "TT" "UTC" "UT1" Example: timescale=UTC All dates and times of the request or response are expressed in this timescale. Before the January 1st 1961 0h UTC, the difference between the timescale UTC and TAI is constant and equals to 0. For all dates expressed in UTC after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
{- "request": {
- "body": 4,
- "calendar": "gregorian",
- "coord-format": "dec",
- "date": "2023-04-11T00:00:00",
- "extrema": "min",
- "nbd": 150,
- "observer": 399,
- "reference": 301,
- "tag": "elongations_default",
- "timescale": "UTC"
}, - "response": {
- "data": [
- {
- "angle": 3.218044,
- "date": "2023-04-26T02:55:55.7",
- "phenomena": "MinimalElongation"
}, - {
- "angle": 3.664813,
- "date": "2023-05-24T19:19:38.0",
- "phenomena": "MinimalElongation"
}, - {
- "angle": 3.571893,
- "date": "2023-06-22T12:53:37.2",
- "phenomena": "MinimalElongation"
}, - {
- "angle": 2.964994,
- "date": "2023-07-21T06:57:02.3",
- "phenomena": "MinimalElongation"
}, - {
- "angle": 1.92712,
- "date": "2023-08-19T01:16:42.5",
- "phenomena": "MinimalElongation"
}
], - "description": {
- "angle": "Angle between the body and the reference",
- "date": "Date of the elongation",
- "phenomena": "Extremum of the elongation"
}, - "unit": {
- "angle": "Deg180",
- "date": "Gregorian"
}
}
}
Get all minimum and maximum geometric distances between two bodies over a given timespan. No light-time, aberration or refraction correction is applied. The instants of the events are given in the timescale UTC by default.
A response, which contains the information about all phenomena, is returned to the client encoded in json format.
Examples:
required | observatory code (string) or Array of (geodetic latitude, longitude, and optionally the altitude) (numbers) or NAIF Identification (integer) NAIF identification number of the two bodies list |
required | number or string Beginning of the timespan. The timescale of this date is given by the timescale. The calendar of this date is given by the parameter calendar. |
calendar required | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" "JD" Example: calendar=gregorian All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
nbd | integer [ 14 .. 36525 ] Default: 365 Example: nbd=365 Length of the timespan, expressed in days |
distance-unit | string (distance-unit) unique Default: "Km" Enum: "Km" "AU" Example: distance-unit=Km Distances of the response are expressed in Km or in AU. |
timescale | string (timescale) unique Default: "UTC" Enum: "TT" "UTC" "UT1" Example: timescale=UTC All dates and times of the request or response are expressed in this timescale. Before the January 1st 1961 0h UTC, the difference between the timescale UTC and TAI is constant and equals to 0. For all dates expressed in UTC after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
{- "request": {
- "bodies": [
- 301,
- 399
], - "calendar": "gregorian",
- "date": "2023-01-01T00:00:00",
- "distance-unit": "Km",
- "nbd": 70,
- "tag": "last",
- "timescale": "UTC"
}, - "response": {
- "data": [
- {
- "date": "2023-01-08T09:19:17.4",
- "distance": 406458.33,
- "phenomena": "MaximalDistance"
}, - {
- "date": "2023-01-21T20:57:6.0",
- "distance": 356568.95,
- "phenomena": "MinimalDistance"
}, - {
- "date": "2023-02-04T08:54:40.1",
- "distance": 406476.196,
- "phenomena": "MaximalDistance"
}, - {
- "date": "2023-02-19T09:05:42.8",
- "distance": 358266.998,
- "phenomena": "MinimalDistance"
}, - {
- "date": "2023-03-03T18:00:20.0",
- "distance": 405888.544,
- "phenomena": "MaximalDistance"
}
], - "description": {
- "date": "Instant of the extremum of the distance",
- "distance": "Geometric distance between the two bodies",
- "phenomena": "Extremum of the distance"
}, - "unit": {
- "date": "Gregorian",
- "distance": "Km"
}
}
}
Get all oppositions of a body for a geocentric observer relative to the Sun over a given timespan in the mean ecliptic of the date. Light-time and aberration corrections are applied. The instants of the events are given in the timescale UTC by default.
A response, which contains the information about all phenomena, is returned to the client encoded in json format.
Examples:
body required |
required | number or string Beginning of the timespan. The timescale of this date is given by the timescale. The calendar of this date is given by the parameter calendar. |
timescale required | string (timescale) ^(UTC([\+-][01][0-9]:[0-5][0-9])?)|(UT1)$ Default: "UTC" All dates and times of the request or response are expressed in this timescale. The supported timescales are
Before the January 1st 1961 0h UTC, the difference between the timescale UTC and TAI is constant and equals to 0. For all dates expressed in UTC after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
calendar required | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" Example: calendar=gregorian All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
nbd required | integer [ 1 .. 36525 ] Default: 3652 Example: nbd=3652 The number of days to compute |
{- "request": {
- "body": 4,
- "calendar": "gregorian",
- "date": "2025-01-01T00:00:00",
- "nbd": 1461,
- "tag": "last",
- "timescale": "UTC"
}, - "response": {
- "data": [
- {
- "date": "2025-01-16T02:38:35.3",
- "distance": 0.64367
}, - {
- "date": "2027-02-19T15:50:55.1",
- "distance": 0.67793
}
], - "description": {
- "date": "Instant of the opposition",
- "distance": "Astrometric distance between the body and the geocenter"
}, - "unit": {
- "date": "Gregorian",
- "distance": "AU"
}
}
}
Get the upcoming occultations. The following upcoming occultations are computed :
Examples: https://opale.imcce.fr/api/v1/upcoming/occultations
{- "response": {
- "calendar": "gregorian",
- "data": [
- {
- "bodiesElongation": 0.000624,
- "date": "2025-03-01T02:07:35",
- "duration": 269.2,
- "occulted": {
- "body": 199,
- "magnitude": -1.0332358560514923,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.019,
- "solarElongation": 15.8
}
}, - {
- "bodiesElongation": 0.002861,
- "date": "2025-03-05T10:05:04",
- "duration": 235.8,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.369,
- "solarElongation": 74.6
}
}, - {
- "bodiesElongation": 0.001764,
- "date": "2025-03-05T10:26:50",
- "duration": 248.6,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.371,
- "solarElongation": 74.9
}
}, - {
- "bodiesElongation": 0.003818,
- "date": "2025-03-05T11:11:50",
- "duration": 218.9,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.373,
- "solarElongation": 75.2
}
}, - {
- "bodiesElongation": 0.004682,
- "date": "2025-03-05T11:58:57",
- "duration": 197.4,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.376,
- "solarElongation": 75.5
}
}, - {
- "bodiesElongation": 0.000762,
- "date": "2025-03-07T01:50:32",
- "duration": 259.5,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.554,
- "solarElongation": 96.1
}
}, - {
- "bodiesElongation": 0.004396,
- "date": "2025-03-09T01:39:33",
- "duration": 187.1,
- "occulted": {
- "body": "HIP-36046",
- "magnitude": 3.9507,
- "name": "ι GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.754,
- "solarElongation": 120.3
}
}, - {
- "bodiesElongation": 0.000331,
- "date": "2025-03-14T12:05:49",
- "duration": 218,
- "occulted": {
- "body": "HIP-57757",
- "magnitude": 3.7136,
- "name": "β VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.999,
- "solarElongation": 176.6
}
}, - {
- "bodiesElongation": 0.000989,
- "date": "2025-03-16T17:27:37",
- "duration": 266.1,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.943,
- "solarElongation": 152.2
}
}, - {
- "bodiesElongation": 0.00351,
- "date": "2025-03-20T01:01:29",
- "duration": 230.7,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.723,
- "solarElongation": 116.3
}
}, - {
- "bodiesElongation": 2.995875,
- "date": "2025-03-20T11:15:24",
- "duration": 155.5,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.688,
- "solarElongation": 111.9
}
}, - {
- "bodiesElongation": 0.002749,
- "date": "2025-03-20T14:23:22",
- "duration": 252.4,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.673,
- "solarElongation": 110.1
}
}, - {
- "bodiesElongation": 6.891361,
- "date": "2025-03-20T18:51:42",
- "duration": 129.2,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.66,
- "solarElongation": 108.5
}
}, - {
- "bodiesElongation": 0.00037,
- "date": "2025-03-23T10:01:29",
- "duration": 268.6,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.397,
- "solarElongation": 78
}
}, - {
- "bodiesElongation": 0.004428,
- "date": "2025-03-24T20:04:48",
- "duration": 188.5,
- "occulted": {
- "body": 999,
- "magnitude": 14.487722283584795,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.259,
- "solarElongation": 61.1
}
}, - {
- "bodiesElongation": 0.002055,
- "date": "2025-03-26T04:19:43",
- "duration": 234.7,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.139,
- "solarElongation": 43.8
}
}, - {
- "bodiesElongation": 0.001289,
- "date": "2025-03-26T07:11:19",
- "duration": 247,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.13,
- "solarElongation": 42.1
}
}, - {
- "bodiesElongation": 1.462404,
- "date": "2025-03-27T14:13:56",
- "duration": 148.7,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.048,
- "solarElongation": 25.3
}
}, - {
- "bodiesElongation": 0.002173,
- "date": "2025-04-01T18:03:50",
- "duration": 232.5,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.163,
- "solarElongation": 47.6
}
}, - {
- "bodiesElongation": 0.00134,
- "date": "2025-04-01T18:25:02",
- "duration": 244.4,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.165,
- "solarElongation": 47.8
}
}, - {
- "bodiesElongation": 0.002921,
- "date": "2025-04-01T19:08:00",
- "duration": 216.7,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.167,
- "solarElongation": 48.1
}
}, - {
- "bodiesElongation": 0.003599,
- "date": "2025-04-01T19:53:05",
- "duration": 196.7,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.169,
- "solarElongation": 48.4
}
}, - {
- "bodiesElongation": 0.000782,
- "date": "2025-04-03T08:32:38",
- "duration": 255.7,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.323,
- "solarElongation": 69.1
}
}, - {
- "bodiesElongation": 0.005193,
- "date": "2025-04-05T07:25:29",
- "duration": 183.8,
- "occulted": {
- "body": "HIP-36046",
- "magnitude": 3.9507,
- "name": "ι GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.531,
- "solarElongation": 93.5
}
}, - {
- "bodiesElongation": 0.00164,
- "date": "2025-04-10T18:16:32",
- "duration": 218.7,
- "occulted": {
- "body": "HIP-57757",
- "magnitude": 3.7136,
- "name": "β VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.958,
- "solarElongation": 156.3
}
}, - {
- "bodiesElongation": 0.000176,
- "date": "2025-04-12T23:50:51",
- "duration": 267.5,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 1,
- "solarElongation": 177.8
}
}, - {
- "bodiesElongation": 0.002594,
- "date": "2025-04-16T07:28:59",
- "duration": 218.3,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.9,
- "solarElongation": 143
}
}, - {
- "bodiesElongation": 0.003522,
- "date": "2025-04-16T17:27:31",
- "duration": 176.9,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.876,
- "solarElongation": 138.7
}
}, - {
- "bodiesElongation": 0.001706,
- "date": "2025-04-16T20:43:30",
- "duration": 259.4,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.865,
- "solarElongation": 136.9
}
}, - {
- "bodiesElongation": 11.606053,
- "date": "2025-04-17T01:38:49",
- "duration": 83.7,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.856,
- "solarElongation": 135.2
}
}, - {
- "bodiesElongation": 10.648288,
- "date": "2025-04-19T09:52:06",
- "duration": 95.8,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.664,
- "solarElongation": 109
}
}, - {
- "bodiesElongation": 0.000895,
- "date": "2025-04-19T17:15:59",
- "duration": 269.5,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.628,
- "solarElongation": 104.7
}
}, - {
- "bodiesElongation": 0.003905,
- "date": "2025-04-21T04:31:43",
- "duration": 224,
- "occulted": {
- "body": 999,
- "magnitude": 14.462893012325628,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.48,
- "solarElongation": 87.6
}
}, - {
- "bodiesElongation": 0.002312,
- "date": "2025-04-22T13:23:47",
- "duration": 245.7,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.335,
- "solarElongation": 70.6
}
}, - {
- "bodiesElongation": 0.001305,
- "date": "2025-04-22T16:22:25",
- "duration": 255.3,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.322,
- "solarElongation": 69
}
}, - {
- "bodiesElongation": 0.004429,
- "date": "2025-04-24T00:14:51",
- "duration": 165.6,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.194,
- "solarElongation": 52.2
}
}, - {
- "bodiesElongation": 0.000909,
- "date": "2025-04-29T04:12:34",
- "duration": 234.7,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.034,
- "solarElongation": 21
}
}, - {
- "bodiesElongation": 0.000527,
- "date": "2025-04-29T04:34:24",
- "duration": 243.8,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.034,
- "solarElongation": 21.3
}
}, - {
- "bodiesElongation": 0.001279,
- "date": "2025-04-29T05:13:39",
- "duration": 222.1,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.035,
- "solarElongation": 21.5
}
}, - {
- "bodiesElongation": 0.001622,
- "date": "2025-04-29T05:55:56",
- "duration": 205.8,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.036,
- "solarElongation": 21.8
}
}, - {
- "bodiesElongation": 0.00103,
- "date": "2025-04-30T17:33:52",
- "duration": 247.5,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.132,
- "solarElongation": 42.5
}
}, - {
- "bodiesElongation": 2.827211,
- "date": "2025-05-02T15:09:37",
- "duration": 147.8,
- "occulted": {
- "body": "HIP-36046",
- "magnitude": 3.9507,
- "name": "ι GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.304,
- "solarElongation": 66.9
}
}, - {
- "bodiesElongation": 0.003605,
- "date": "2025-05-08T00:18:28",
- "duration": 200.3,
- "occulted": {
- "body": "HIP-57757",
- "magnitude": 3.7136,
- "name": "β VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.82,
- "solarElongation": 129.8
}
}, - {
- "bodiesElongation": 0.000877,
- "date": "2025-05-10T05:54:39",
- "duration": 265.9,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.95,
- "solarElongation": 154.2
}
}, - {
- "bodiesElongation": 0.000894,
- "date": "2025-05-13T13:33:47",
- "duration": 200.9,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.99,
- "solarElongation": 168.4
}
}, - {
- "bodiesElongation": 0.001249,
- "date": "2025-05-13T23:10:00",
- "duration": 200.2,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.982,
- "solarElongation": 164.8
}
}, - {
- "bodiesElongation": 0.000573,
- "date": "2025-05-14T02:33:05",
- "duration": 266.1,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.978,
- "solarElongation": 162.9
}
}, - {
- "bodiesElongation": 0.792457,
- "date": "2025-05-16T15:05:20",
- "duration": 164.8,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.856,
- "solarElongation": 135.4
}
}, - {
- "bodiesElongation": 0.001489,
- "date": "2025-05-16T23:10:14",
- "duration": 261.3,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.829,
- "solarElongation": 131
}
}, - {
- "bodiesElongation": 0.002042,
- "date": "2025-05-18T10:28:36",
- "duration": 255,
- "occulted": {
- "body": 999,
- "magnitude": 14.437280450636782,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.704,
- "solarElongation": 114
}
}, - {
- "bodiesElongation": 0.001234,
- "date": "2025-05-19T20:13:31",
- "duration": 260.2,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.562,
- "solarElongation": 97
}
}, - {
- "bodiesElongation": 0.000259,
- "date": "2025-05-19T23:20:20",
- "duration": 263.5,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.548,
- "solarElongation": 95.4
}
}, - {
- "bodiesElongation": 0.004456,
- "date": "2025-05-21T07:55:44",
- "duration": 203.4,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.402,
- "solarElongation": 78.7
}
}, - {
- "bodiesElongation": 0.000298,
- "date": "2025-05-26T14:59:12",
- "duration": 236.3,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.004,
- "solarElongation": 7.3
}
}, - {
- "bodiesElongation": 0.000244,
- "date": "2025-05-26T15:21:25",
- "duration": 244.4,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.004,
- "solarElongation": 7.2
}
}, - {
- "bodiesElongation": 0.000333,
- "date": "2025-05-26T15:59:41",
- "duration": 224.8,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.004,
- "solarElongation": 6.7
}
}, - {
- "bodiesElongation": 0.000363,
- "date": "2025-05-26T16:41:17",
- "duration": 209.8,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.004,
- "solarElongation": 6.4
}
}, - {
- "bodiesElongation": 0.000631,
- "date": "2025-05-28T04:01:42",
- "duration": 239.7,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.021,
- "solarElongation": 16.6
}
}, - {
- "bodiesElongation": 13.187622,
- "date": "2025-05-30T01:07:15",
- "duration": 70.4,
- "occulted": {
- "body": "HIP-36046",
- "magnitude": 3.9507,
- "name": "ι GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.121,
- "solarElongation": 40.7
}
}, - {
- "bodiesElongation": 5.81137,
- "date": "2025-06-04T07:21:58",
- "duration": 137.1,
- "occulted": {
- "body": "HIP-57757",
- "magnitude": 3.7136,
- "name": "β VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.618,
- "solarElongation": 103.5
}
}, - {
- "bodiesElongation": 0.002279,
- "date": "2025-06-06T12:24:13",
- "duration": 252.6,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.809,
- "solarElongation": 128
}
}, - {
- "bodiesElongation": 0.001241,
- "date": "2025-06-09T19:51:43",
- "duration": 203.1,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.979,
- "solarElongation": 163.1
}
}, - {
- "bodiesElongation": 0.0009,
- "date": "2025-06-10T05:26:00",
- "duration": 202.2,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.988,
- "solarElongation": 167.8
}
}, - {
- "bodiesElongation": 0.000331,
- "date": "2025-06-10T08:48:23",
- "duration": 266.4,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.991,
- "solarElongation": 169.3
}
}, - {
- "bodiesElongation": 0.001522,
- "date": "2025-06-12T20:35:23",
- "duration": 197.7,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.973,
- "solarElongation": 161.2
}
}, - {
- "bodiesElongation": 0.001104,
- "date": "2025-06-13T04:58:26",
- "duration": 247.6,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.96,
- "solarElongation": 156.8
}
}, - {
- "bodiesElongation": 0.000478,
- "date": "2025-06-14T15:14:45",
- "duration": 265.8,
- "occulted": {
- "body": 999,
- "magnitude": 14.41677100648092,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.885,
- "solarElongation": 140.3
}
}, - {
- "bodiesElongation": 0.000246,
- "date": "2025-06-16T01:42:28",
- "duration": 264.3,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.774,
- "solarElongation": 123.1
}
}, - {
- "bodiesElongation": 0.001083,
- "date": "2025-06-16T04:54:17",
- "duration": 260.2,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.762,
- "solarElongation": 121.5
}
}, - {
- "bodiesElongation": 0.002979,
- "date": "2025-06-17T13:36:09",
- "duration": 236.7,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.628,
- "solarElongation": 104.8
}
}, - {
- "bodiesElongation": 0.001442,
- "date": "2025-06-23T00:35:56",
- "duration": 233.5,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.078,
- "solarElongation": 32.4
}
}, - {
- "bodiesElongation": 0.000849,
- "date": "2025-06-23T00:57:13",
- "duration": 244.4,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.077,
- "solarElongation": 32.2
}
}, - {
- "bodiesElongation": 0.001901,
- "date": "2025-06-23T01:39:01",
- "duration": 219.3,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.076,
- "solarElongation": 31.8
}
}, - {
- "bodiesElongation": 0.002318,
- "date": "2025-06-23T02:22:57",
- "duration": 201.3,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.074,
- "solarElongation": 31.5
}
}, - {
- "bodiesElongation": 0.00045,
- "date": "2025-06-24T14:09:57",
- "duration": 239.4,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.01,
- "solarElongation": 11.8
}
}, - {
- "bodiesElongation": 10.291955,
- "date": "2025-06-26T19:06:09",
- "duration": 98.4,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.028,
- "solarElongation": 18.8
}
}, - {
- "bodiesElongation": 0.000962,
- "date": "2025-06-29T22:56:44",
- "duration": 278.2,
- "occulted": {
- "body": 499,
- "magnitude": 1.4794719988904252,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.241,
- "solarElongation": 58.7
}
}, - {
- "bodiesElongation": 9.869842,
- "date": "2025-06-29T23:39:00",
- "duration": 103.2,
- "occulted": {
- "body": "HIP-51624",
- "magnitude": 3.7965,
- "name": "ρ LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.239,
- "solarElongation": 58.3
}
}, - {
- "bodiesElongation": 0.004149,
- "date": "2025-07-03T19:51:46",
- "duration": 218.2,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.605,
- "solarElongation": 102
}
}, - {
- "bodiesElongation": 0.002611,
- "date": "2025-07-07T02:49:31",
- "duration": 227.3,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.871,
- "solarElongation": 137.7
}
}, - {
- "bodiesElongation": 0.003184,
- "date": "2025-07-07T12:49:18",
- "duration": 176.4,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.895,
- "solarElongation": 142.3
}
}, - {
- "bodiesElongation": 0.001368,
- "date": "2025-07-07T16:01:46",
- "duration": 259.5,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.905,
- "solarElongation": 144
}
}, - {
- "bodiesElongation": 13.43571,
- "date": "2025-07-07T21:06:26",
- "duration": 56.6,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.912,
- "solarElongation": 145.4
}
}, - {
- "bodiesElongation": 0.000632,
- "date": "2025-07-10T03:22:59",
- "duration": 201.5,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.994,
- "solarElongation": 171.4
}
}, - {
- "bodiesElongation": 0.000244,
- "date": "2025-07-10T11:44:06",
- "duration": 242.4,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.998,
- "solarElongation": 173.9
}
}, - {
- "bodiesElongation": 0.000198,
- "date": "2025-07-11T20:29:12",
- "duration": 264.7,
- "occulted": {
- "body": 999,
- "magnitude": 14.406340159964687,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.986,
- "solarElongation": 166.5
}
}, - {
- "bodiesElongation": 0.000618,
- "date": "2025-07-13T07:30:27",
- "duration": 258.8,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.929,
- "solarElongation": 149
}
}, - {
- "bodiesElongation": 0.001215,
- "date": "2025-07-13T10:42:35",
- "duration": 249,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.922,
- "solarElongation": 147.4
}
}, - {
- "bodiesElongation": 0.001402,
- "date": "2025-07-14T18:52:57",
- "duration": 251.4,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.827,
- "solarElongation": 130.7
}
}, - {
- "bodiesElongation": 0.003115,
- "date": "2025-07-20T08:05:43",
- "duration": 221.5,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.238,
- "solarElongation": 58.3
}
}, - {
- "bodiesElongation": 0.002147,
- "date": "2025-07-20T08:24:27",
- "duration": 239,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.236,
- "solarElongation": 58
}
}, - {
- "bodiesElongation": 0.003868,
- "date": "2025-07-20T09:13:48",
- "duration": 200.7,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.234,
- "solarElongation": 57.7
}
}, - {
- "bodiesElongation": 0.004552,
- "date": "2025-07-20T10:02:54",
- "duration": 174.4,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.232,
- "solarElongation": 57.4
}
}, - {
- "bodiesElongation": 0.001038,
- "date": "2025-07-21T22:32:21",
- "duration": 247.1,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.1,
- "solarElongation": 36.9
}
}, - {
- "bodiesElongation": 9.196205,
- "date": "2025-07-24T04:21:27",
- "duration": 106.9,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.006,
- "solarElongation": 8.2
}
}, - {
- "bodiesElongation": 15.113925,
- "date": "2025-07-26T21:13:05",
- "duration": 27.2,
- "occulted": {
- "body": "HIP-49669",
- "magnitude": 1.3232,
- "name": "α LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.052,
- "solarElongation": 26.1
}
}, - {
- "bodiesElongation": 0.263054,
- "date": "2025-07-27T08:10:39",
- "duration": 163.8,
- "occulted": {
- "body": "HIP-51624",
- "magnitude": 3.7965,
- "name": "ρ LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.077,
- "solarElongation": 32.1
}
}, - {
- "bodiesElongation": 12.403958,
- "date": "2025-07-28T17:49:37",
- "duration": 79.5,
- "occulted": {
- "body": 499,
- "magnitude": 1.5814415448617265,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.168,
- "solarElongation": 48.4
}
}, - {
- "bodiesElongation": 1.365042,
- "date": "2025-07-31T04:12:14",
- "duration": 165.1,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.379,
- "solarElongation": 75.9
}
}, - {
- "bodiesElongation": 0.002716,
- "date": "2025-08-03T10:32:42",
- "duration": 251.7,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.687,
- "solarElongation": 111.8
}
}, - {
- "bodiesElongation": 8.370421,
- "date": "2025-08-03T21:17:41",
- "duration": 117.4,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.722,
- "solarElongation": 116.3
}
}, - {
- "bodiesElongation": 0.002866,
- "date": "2025-08-04T00:09:17",
- "duration": 244.4,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.736,
- "solarElongation": 118
}
}, - {
- "bodiesElongation": 4.473192,
- "date": "2025-08-04T04:22:25",
- "duration": 145.9,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.748,
- "solarElongation": 119.5
}
}, - {
- "bodiesElongation": 0.00285,
- "date": "2025-08-06T11:40:59",
- "duration": 185.9,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.915,
- "solarElongation": 146
}
}, - {
- "bodiesElongation": 0.001349,
- "date": "2025-08-06T19:49:23",
- "duration": 248.4,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.934,
- "solarElongation": 150.1
}
}, - {
- "bodiesElongation": 0.000199,
- "date": "2025-08-08T03:13:56",
- "duration": 263.4,
- "occulted": {
- "body": 999,
- "magnitude": 14.408958534368933,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.985,
- "solarElongation": 165.8
}
}, - {
- "bodiesElongation": 0.000225,
- "date": "2025-08-09T14:54:05",
- "duration": 254.4,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.998,
- "solarElongation": 174.6
}
}, - {
- "bodiesElongation": 0.000319,
- "date": "2025-08-09T18:03:36",
- "duration": 242.7,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.997,
- "solarElongation": 173.1
}
}, - {
- "bodiesElongation": 0.000523,
- "date": "2025-08-11T01:30:32",
- "duration": 252.9,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.96,
- "solarElongation": 156.8
}
}, - {
- "bodiesElongation": 0.00453,
- "date": "2025-08-16T13:53:40",
- "duration": 202.4,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.452,
- "solarElongation": 84.3
}
}, - {
- "bodiesElongation": 0.003405,
- "date": "2025-08-16T14:09:04",
- "duration": 227.4,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.449,
- "solarElongation": 84
}
}, - {
- "bodiesElongation": 0.005418,
- "date": "2025-08-16T15:06:44",
- "duration": 173.4,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.447,
- "solarElongation": 83.7
}
}, - {
- "bodiesElongation": 4.847326,
- "date": "2025-08-16T16:02:34",
- "duration": 134.7,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.444,
- "solarElongation": 83.4
}
}, - {
- "bodiesElongation": 0.000912,
- "date": "2025-08-18T04:51:17",
- "duration": 254.7,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.272,
- "solarElongation": 62.8
}
}, - {
- "bodiesElongation": 13.024009,
- "date": "2025-08-20T12:16:12",
- "duration": 70.7,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.085,
- "solarElongation": 33.9
}
}, - {
- "bodiesElongation": 13.648989,
- "date": "2025-08-23T05:26:12",
- "duration": 58.7,
- "occulted": {
- "body": "HIP-49669",
- "magnitude": 1.3232,
- "name": "α LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0,
- "solarElongation": 0.7
}
}, - {
- "bodiesElongation": 0.000481,
- "date": "2025-08-23T16:36:44",
- "duration": 174.2,
- "occulted": {
- "body": "HIP-51624",
- "magnitude": 3.7965,
- "name": "ρ LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.003,
- "solarElongation": 5.9
}
}, - {
- "bodiesElongation": 7.657803,
- "date": "2025-08-27T12:38:04",
- "duration": 123,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.177,
- "solarElongation": 49.7
}
}, - {
- "bodiesElongation": 0.002285,
- "date": "2025-08-30T18:32:56",
- "duration": 263.5,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.463,
- "solarElongation": 85.6
}
}, - {
- "bodiesElongation": 0.003858,
- "date": "2025-08-31T08:29:29",
- "duration": 230.5,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.517,
- "solarElongation": 91.8
}
}, - {
- "bodiesElongation": 0.005204,
- "date": "2025-08-31T12:20:43",
- "duration": 179.6,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.531,
- "solarElongation": 93.4
}
}, - {
- "bodiesElongation": 0.274792,
- "date": "2025-09-02T20:45:58",
- "duration": 166.9,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.749,
- "solarElongation": 119.8
}
}, - {
- "bodiesElongation": 0.001917,
- "date": "2025-09-03T04:46:38",
- "duration": 256,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.781,
- "solarElongation": 124
}
}, - {
- "bodiesElongation": 0.000298,
- "date": "2025-09-04T11:28:34",
- "duration": 264.4,
- "occulted": {
- "body": 999,
- "magnitude": 14.424715308107713,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.88,
- "solarElongation": 139.3
}
}, - {
- "bodiesElongation": 0.000553,
- "date": "2025-09-06T00:06:07",
- "duration": 254.5,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.965,
- "solarElongation": 158.3
}
}, - {
- "bodiesElongation": 0.000909,
- "date": "2025-09-06T03:13:57",
- "duration": 243.2,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.97,
- "solarElongation": 159.9
}
}, - {
- "bodiesElongation": 0.000226,
- "date": "2025-09-07T10:16:56",
- "duration": 250.8,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.999,
- "solarElongation": 176.8
}
}, - {
- "bodiesElongation": 0.004544,
- "date": "2025-09-12T19:36:29",
- "duration": 193.4,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.676,
- "solarElongation": 110.5
}
}, - {
- "bodiesElongation": 0.003497,
- "date": "2025-09-12T19:50:24",
- "duration": 220.6,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.674,
- "solarElongation": 110.3
}
}, - {
- "bodiesElongation": 0.005391,
- "date": "2025-09-12T20:50:07",
- "duration": 161.6,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.672,
- "solarElongation": 110
}
}, - {
- "bodiesElongation": 7.573592,
- "date": "2025-09-12T21:47:57",
- "duration": 118,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.669,
- "solarElongation": 109.7
}
}, - {
- "bodiesElongation": 0.000752,
- "date": "2025-09-14T10:13:49",
- "duration": 256.2,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.493,
- "solarElongation": 89
}
}, - {
- "bodiesElongation": 15.214913,
- "date": "2025-09-16T18:29:46",
- "duration": 30.5,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.252,
- "solarElongation": 60.2
}
}, - {
- "bodiesElongation": 0.002037,
- "date": "2025-09-19T10:33:49",
- "duration": 233.5,
- "occulted": {
- "body": 299,
- "magnitude": -3.876585953401621,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.054,
- "solarElongation": 26.9
}
}, - {
- "bodiesElongation": 14.768109,
- "date": "2025-09-19T12:38:44",
- "duration": 33.4,
- "occulted": {
- "body": "HIP-49669",
- "magnitude": 1.3232,
- "name": "α LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.053,
- "solarElongation": 26.7
}
}, - {
- "bodiesElongation": 0.001995,
- "date": "2025-09-19T23:48:10",
- "duration": 171.4,
- "occulted": {
- "body": "HIP-51624",
- "magnitude": 3.7965,
- "name": "ρ LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.032,
- "solarElongation": 20.6
}
}, - {
- "bodiesElongation": 7.447017,
- "date": "2025-09-23T20:12:02",
- "duration": 124.2,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.041,
- "solarElongation": 23.2
}
}, - {
- "bodiesElongation": 0.002044,
- "date": "2025-09-27T02:07:54",
- "duration": 262.3,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.244,
- "solarElongation": 59.1
}
}, - {
- "bodiesElongation": 13.997927,
- "date": "2025-09-27T13:44:45",
- "duration": 41.6,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.278,
- "solarElongation": 63.5
}
}, - {
- "bodiesElongation": 0.003399,
- "date": "2025-09-27T16:07:50",
- "duration": 233.9,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.292,
- "solarElongation": 65.3
}
}, - {
- "bodiesElongation": 0.004875,
- "date": "2025-09-27T20:05:43",
- "duration": 173.1,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.305,
- "solarElongation": 66.9
}
}, - {
- "bodiesElongation": 0.005374,
- "date": "2025-09-30T05:15:03",
- "duration": 174.6,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.529,
- "solarElongation": 93.2
}
}, - {
- "bodiesElongation": 0.002461,
- "date": "2025-09-30T13:30:09",
- "duration": 256.5,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.566,
- "solarElongation": 97.4
}
}, - {
- "bodiesElongation": 0.000341,
- "date": "2025-10-01T20:15:14",
- "duration": 268.1,
- "occulted": {
- "body": 999,
- "magnitude": 14.450604597783316,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.691,
- "solarElongation": 112.4
}
}, - {
- "bodiesElongation": 0.001153,
- "date": "2025-10-03T10:08:21",
- "duration": 255.8,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.832,
- "solarElongation": 131.6
}
}, - {
- "bodiesElongation": 0.001972,
- "date": "2025-10-03T13:19:12",
- "duration": 243.4,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.843,
- "solarElongation": 133.2
}
}, - {
- "bodiesElongation": 0.000629,
- "date": "2025-10-04T20:35:59",
- "duration": 251.8,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.933,
- "solarElongation": 150
}
}, - {
- "bodiesElongation": 0.003038,
- "date": "2025-10-10T03:07:32",
- "duration": 201.3,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.867,
- "solarElongation": 137.2
}
}, - {
- "bodiesElongation": 0.002288,
- "date": "2025-10-10T03:22:46",
- "duration": 224,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.866,
- "solarElongation": 136.9
}
}, - {
- "bodiesElongation": 0.003681,
- "date": "2025-10-10T04:16:23",
- "duration": 175.3,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.864,
- "solarElongation": 136.7
}
}, - {
- "bodiesElongation": 2.938553,
- "date": "2025-10-10T05:08:08",
- "duration": 141.5,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.862,
- "solarElongation": 136.3
}
}, - {
- "bodiesElongation": 0.001087,
- "date": "2025-10-11T16:40:54",
- "duration": 250.9,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.717,
- "solarElongation": 115.6
}
}, - {
- "bodiesElongation": 10.006798,
- "date": "2025-10-13T23:24:22",
- "duration": 101.6,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.474,
- "solarElongation": 86.9
}
}, - {
- "bodiesElongation": 11.381662,
- "date": "2025-10-16T17:53:52",
- "duration": 87.9,
- "occulted": {
- "body": "HIP-49669",
- "magnitude": 1.3232,
- "name": "α LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.203,
- "solarElongation": 53.5
}
}, - {
- "bodiesElongation": 0.003877,
- "date": "2025-10-17T05:31:41",
- "duration": 185.2,
- "occulted": {
- "body": "HIP-51624",
- "magnitude": 3.7965,
- "name": "ρ LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.162,
- "solarElongation": 47.4
}
}, - {
- "bodiesElongation": 5.860261,
- "date": "2025-10-21T02:46:41",
- "duration": 136.1,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.002,
- "solarElongation": 4.4
}
}, - {
- "bodiesElongation": 0.001584,
- "date": "2025-10-24T08:55:49",
- "duration": 250.4,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.078,
- "solarElongation": 32.4
}
}, - {
- "bodiesElongation": 7.361058,
- "date": "2025-10-24T19:45:33",
- "duration": 125.8,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.1,
- "solarElongation": 36.7
}
}, - {
- "bodiesElongation": 0.001885,
- "date": "2025-10-24T22:43:12",
- "duration": 249.7,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.109,
- "solarElongation": 38.5
}
}, - {
- "bodiesElongation": 7.38212,
- "date": "2025-10-25T03:12:51",
- "duration": 125.7,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.118,
- "solarElongation": 40.2
}
}, - {
- "bodiesElongation": 0.004109,
- "date": "2025-10-27T12:11:23",
- "duration": 211.3,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.3,
- "solarElongation": 66.2
}
}, - {
- "bodiesElongation": 0.003222,
- "date": "2025-10-27T21:01:57",
- "duration": 241.1,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.334,
- "solarElongation": 70.5
}
}, - {
- "bodiesElongation": 0.00064,
- "date": "2025-10-29T04:22:41",
- "duration": 271.4,
- "occulted": {
- "body": 999,
- "magnitude": 14.481266667559643,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.461,
- "solarElongation": 85.3
}
}, - {
- "bodiesElongation": 0.002356,
- "date": "2025-10-30T19:23:18",
- "duration": 250.9,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.626,
- "solarElongation": 104.4
}
}, - {
- "bodiesElongation": 0.003444,
- "date": "2025-10-30T22:43:04",
- "duration": 232,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.639,
- "solarElongation": 106
}
}, - {
- "bodiesElongation": 0.000417,
- "date": "2025-11-01T06:44:57",
- "duration": 258.1,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.771,
- "solarElongation": 122.7
}
}, - {
- "bodiesElongation": 0.001029,
- "date": "2025-11-06T13:12:26",
- "duration": 211.2,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.981,
- "solarElongation": 164.1
}
}, - {
- "bodiesElongation": 0.00076,
- "date": "2025-11-06T13:29:17",
- "duration": 229,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.98,
- "solarElongation": 163.8
}
}, - {
- "bodiesElongation": 0.001297,
- "date": "2025-11-06T14:16:49",
- "duration": 191,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.979,
- "solarElongation": 163.6
}
}, - {
- "bodiesElongation": 0.001543,
- "date": "2025-11-06T15:03:25",
- "duration": 165.6,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.979,
- "solarElongation": 163.3
}
}, - {
- "bodiesElongation": 0.001275,
- "date": "2025-11-08T01:41:00",
- "duration": 239.7,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.898,
- "solarElongation": 142.7
}
}, - {
- "bodiesElongation": 0.005122,
- "date": "2025-11-10T05:53:38",
- "duration": 170.8,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.704,
- "solarElongation": 114.1
}
}, - {
- "bodiesElongation": 0.005568,
- "date": "2025-11-12T22:57:54",
- "duration": 168.4,
- "occulted": {
- "body": "HIP-49669",
- "magnitude": 1.3232,
- "name": "α LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.42,
- "solarElongation": 80.7
}
}, - {
- "bodiesElongation": 0.004008,
- "date": "2025-11-13T10:52:36",
- "duration": 221.9,
- "occulted": {
- "body": "HIP-51624",
- "magnitude": 3.7965,
- "name": "ρ LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.368,
- "solarElongation": 74.6
}
}, - {
- "bodiesElongation": 9.654034,
- "date": "2025-11-17T09:00:53",
- "duration": 105,
- "occulted": {
- "body": "HIP-65474",
- "magnitude": 0.8891,
- "name": "α VIR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.073,
- "solarElongation": 31.2
}
}, - {
- "bodiesElongation": 0.000281,
- "date": "2025-11-20T15:07:47",
- "duration": 239.1,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.003,
- "solarElongation": 7.2
}
}, - {
- "bodiesElongation": 1.56926,
- "date": "2025-11-21T01:32:02",
- "duration": 163.9,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.008,
- "solarElongation": 10
}
}, - {
- "bodiesElongation": 0.000469,
- "date": "2025-11-21T04:42:41",
- "duration": 259.9,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.011,
- "solarElongation": 11.8
}
}, - {
- "bodiesElongation": 14.016437,
- "date": "2025-11-21T09:59:20",
- "duration": 39.5,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.014,
- "solarElongation": 13.8
}
}, - {
- "bodiesElongation": 0.002081,
- "date": "2025-11-23T17:55:51",
- "duration": 243,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.112,
- "solarElongation": 38.9
}
}, - {
- "bodiesElongation": 3.618825,
- "date": "2025-11-23T23:06:53",
- "duration": 151,
- "occulted": {
- "body": "HIP-92855",
- "magnitude": 2.0095,
- "name": "σ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.123,
- "solarElongation": 40.9
}
}, - {
- "bodiesElongation": 0.003177,
- "date": "2025-11-24T03:22:13",
- "duration": 204.9,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.136,
- "solarElongation": 43.3
}
}, - {
- "bodiesElongation": 0.001842,
- "date": "2025-11-25T11:31:33",
- "duration": 261.2,
- "occulted": {
- "body": 999,
- "magnitude": 14.510445501010748,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.238,
- "solarElongation": 58.3
}
}, - {
- "bodiesElongation": 0.003876,
- "date": "2025-11-27T02:45:53",
- "duration": 225.4,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.388,
- "solarElongation": 77
}
}, - {
- "bodiesElongation": 0.005009,
- "date": "2025-11-27T06:18:47",
- "duration": 190.9,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.402,
- "solarElongation": 78.6
}
}, - {
- "bodiesElongation": 0.001093,
- "date": "2025-11-28T15:01:36",
- "duration": 260.7,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.547,
- "solarElongation": 95.2
}
}, - {
- "bodiesElongation": 0.000909,
- "date": "2025-12-04T00:40:09",
- "duration": 212,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.987,
- "solarElongation": 166.9
}
}, - {
- "bodiesElongation": 0.000649,
- "date": "2025-12-04T00:57:02",
- "duration": 229.5,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.987,
- "solarElongation": 167.1
}
}, - {
- "bodiesElongation": 0.001058,
- "date": "2025-12-04T01:44:09",
- "duration": 192.6,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.988,
- "solarElongation": 167.5
}
}, - {
- "bodiesElongation": 0.001196,
- "date": "2025-12-04T02:30:15",
- "duration": 168.2,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.988,
- "solarElongation": 167.8
}
}, - {
- "bodiesElongation": 0.000475,
- "date": "2025-12-05T12:48:58",
- "duration": 230.5,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.992,
- "solarElongation": 169.3
}
}, - {
- "bodiesElongation": 0.002697,
- "date": "2025-12-07T15:09:58",
- "duration": 208.3,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.892,
- "solarElongation": 141.7
}
}, - {
- "bodiesElongation": 0.003829,
- "date": "2025-12-10T05:56:14",
- "duration": 222.5,
- "occulted": {
- "body": "HIP-49669",
- "magnitude": 1.3232,
- "name": "α LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.658,
- "solarElongation": 108.3
}
}, - {
- "bodiesElongation": 0.002433,
- "date": "2025-12-10T17:43:33",
- "duration": 251.6,
- "occulted": {
- "body": "HIP-51624",
- "magnitude": 3.7965,
- "name": "ρ LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.607,
- "solarElongation": 102.3
}
}, - {
- "bodiesElongation": 0.001314,
- "date": "2025-12-17T21:16:55",
- "duration": 245.4,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.042,
- "solarElongation": 23.6
}
}, - {
- "bodiesElongation": 2.848855,
- "date": "2025-12-18T07:48:04",
- "duration": 156.4,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.028,
- "solarElongation": 19
}
}, - {
- "bodiesElongation": 0.000773,
- "date": "2025-12-18T10:54:57",
- "duration": 258.4,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.023,
- "solarElongation": 17.3
}
}, - {
- "bodiesElongation": 13.545332,
- "date": "2025-12-18T16:03:32",
- "duration": 51.4,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.019,
- "solarElongation": 16.3
}
}, - {
- "bodiesElongation": 0.000529,
- "date": "2025-12-20T23:40:39",
- "duration": 254.7,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.011,
- "solarElongation": 11.8
}
}, - {
- "bodiesElongation": 0.001149,
- "date": "2025-12-21T04:37:04",
- "duration": 188.2,
- "occulted": {
- "body": "HIP-92855",
- "magnitude": 2.0095,
- "name": "σ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.015,
- "solarElongation": 13.6
}
}, - {
- "bodiesElongation": 0.001434,
- "date": "2025-12-21T09:25:32",
- "duration": 170,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.019,
- "solarElongation": 16.2
}
}, - {
- "bodiesElongation": 0.00188,
- "date": "2025-12-22T18:34:41",
- "duration": 235.1,
- "occulted": {
- "body": 999,
- "magnitude": 14.532478505613788,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.073,
- "solarElongation": 31.4
}
}, - {
- "bodiesElongation": 0.004125,
- "date": "2025-12-24T08:45:01",
- "duration": 176.4,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.174,
- "solarElongation": 49.4
}
}, - {
- "bodiesElongation": 9.3745,
- "date": "2025-12-24T12:36:24",
- "duration": 107.4,
- "occulted": {
- "body": "HIP-107556",
- "magnitude": 2.9409,
- "name": "δ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.185,
- "solarElongation": 50.9
}
}, - {
- "bodiesElongation": 0.002543,
- "date": "2025-12-25T21:11:14",
- "duration": 246.8,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.31,
- "solarElongation": 67.5
}
}, - {
- "bodiesElongation": 0.003066,
- "date": "2025-12-31T11:11:14",
- "duration": 198.7,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.88,
- "solarElongation": 139.5
}
}, - {
- "bodiesElongation": 0.002291,
- "date": "2025-12-31T11:25:40",
- "duration": 222.4,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.882,
- "solarElongation": 139.7
}
}, - {
- "bodiesElongation": 0.003596,
- "date": "2025-12-31T12:19:56",
- "duration": 173.1,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.883,
- "solarElongation": 140.1
}
}, - {
- "bodiesElongation": 3.256003,
- "date": "2025-12-31T13:11:32",
- "duration": 139.8,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.885,
- "solarElongation": 140.4
}
}, - {
- "bodiesElongation": 0.000883,
- "date": "2026-01-01T23:56:41",
- "duration": 233,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.972,
- "solarElongation": 160.5
}
}, - {
- "bodiesElongation": 0.00069,
- "date": "2026-01-04T02:08:20",
- "duration": 220.6,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.991,
- "solarElongation": 169.3
}
}, - {
- "bodiesElongation": 0.001852,
- "date": "2026-01-06T15:19:50",
- "duration": 243.8,
- "occulted": {
- "body": "HIP-49669",
- "magnitude": 1.3232,
- "name": "α LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.861,
- "solarElongation": 136.2
}
}, - {
- "bodiesElongation": 0.000801,
- "date": "2026-01-07T02:51:54",
- "duration": 260.2,
- "occulted": {
- "body": "HIP-51624",
- "magnitude": 3.7965,
- "name": "ρ LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.823,
- "solarElongation": 130.1
}
}, - {
- "bodiesElongation": 0.001848,
- "date": "2026-01-14T04:03:50",
- "duration": 262.9,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.186,
- "solarElongation": 51
}
}, - {
- "bodiesElongation": 10.919863,
- "date": "2026-01-14T15:17:31",
- "duration": 91.8,
- "occulted": {
- "body": "HIP-80112",
- "magnitude": 2.9227,
- "name": "σ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.157,
- "solarElongation": 46.5
}
}, - {
- "bodiesElongation": 0.002363,
- "date": "2026-01-14T17:59:08",
- "duration": 244.4,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.146,
- "solarElongation": 44.7
}
}, - {
- "bodiesElongation": 6.021264,
- "date": "2026-01-14T22:18:01",
- "duration": 135.9,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.136,
- "solarElongation": 43.3
}
}, - {
- "bodiesElongation": 0.000801,
- "date": "2026-01-17T06:30:36",
- "duration": 252.3,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.023,
- "solarElongation": 17.1
}
}, - {
- "bodiesElongation": 0.001289,
- "date": "2026-01-17T11:25:11",
- "duration": 186,
- "occulted": {
- "body": "HIP-92855",
- "magnitude": 2.0095,
- "name": "σ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.018,
- "solarElongation": 15.1
}
}, - {
- "bodiesElongation": 0.001166,
- "date": "2026-01-17T16:09:13",
- "duration": 170.5,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.013,
- "solarElongation": 13.4
}
}, - {
- "bodiesElongation": 0.000365,
- "date": "2026-01-19T02:43:45",
- "duration": 210.7,
- "occulted": {
- "body": 999,
- "magnitude": 14.543352694954237,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.002,
- "solarElongation": 5.6
}
}, - {
- "bodiesElongation": 5.139594,
- "date": "2026-01-20T14:55:03",
- "duration": 137.4,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.035,
- "solarElongation": 21.7
}
}, - {
- "bodiesElongation": 0.00245,
- "date": "2026-01-22T02:47:30",
- "duration": 226.6,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.116,
- "solarElongation": 39.8
}
}, - {
- "bodiesElongation": 0.005263,
- "date": "2026-01-27T19:06:34",
- "duration": 169.8,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.686,
- "solarElongation": 111.8
}
}, - {
- "bodiesElongation": 0.004182,
- "date": "2026-01-27T19:15:58",
- "duration": 205.5,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.688,
- "solarElongation": 112
}
}, - {
- "bodiesElongation": 5.683033,
- "date": "2026-01-27T20:24:46",
- "duration": 129.4,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.691,
- "solarElongation": 112.3
}
}, - {
- "bodiesElongation": 13.987206,
- "date": "2026-01-27T21:34:57",
- "duration": 61.6,
- "occulted": {
- "body": "HIP-17847",
- "magnitude": 3.6084,
- "name": "Atlas",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.693,
- "solarElongation": 112.7
}
}, - {
- "bodiesElongation": 0.001471,
- "date": "2026-01-29T08:52:27",
- "duration": 243.4,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.843,
- "solarElongation": 133.2
}
}, - {
- "bodiesElongation": 0.001121,
- "date": "2026-01-31T12:26:32",
- "duration": 220.4,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.976,
- "solarElongation": 162.1
}
}, - {
- "bodiesElongation": 0.000623,
- "date": "2026-02-03T01:41:16",
- "duration": 248.4,
- "occulted": {
- "body": "HIP-49669",
- "magnitude": 1.3232,
- "name": "α LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.981,
- "solarElongation": 164.1
}
}, - {
- "bodiesElongation": 0.000244,
- "date": "2026-02-03T13:06:44",
- "duration": 259.8,
- "occulted": {
- "body": "HIP-51624",
- "magnitude": 3.7965,
- "name": "ρ LEO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.964,
- "solarElongation": 158
}
}, - {
- "bodiesElongation": 0.001497,
- "date": "2026-02-10T11:46:33",
- "duration": 273.4,
- "occulted": {
- "body": "HIP-78265",
- "magnitude": 2.8274,
- "name": "Fang",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.402,
- "solarElongation": 78.6
}
}, - {
- "bodiesElongation": 0.003941,
- "date": "2026-02-11T01:58:06",
- "duration": 225,
- "occulted": {
- "body": "HIP-80763",
- "magnitude": 0.9757,
- "name": "α SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.35,
- "solarElongation": 72.4
}
}, - {
- "bodiesElongation": 0.004959,
- "date": "2026-02-11T05:44:35",
- "duration": 181.6,
- "occulted": {
- "body": "HIP-81266",
- "magnitude": 2.7374,
- "name": "τ SCO",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.337,
- "solarElongation": 70.9
}
}, - {
- "bodiesElongation": 0.002237,
- "date": "2026-02-13T14:36:25",
- "duration": 244.8,
- "occulted": {
- "body": "HIP-92041",
- "magnitude": 3.1339,
- "name": "φ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.145,
- "solarElongation": 44.6
}
}, - {
- "bodiesElongation": 0.60029,
- "date": "2026-02-13T19:37:24",
- "duration": 166.8,
- "occulted": {
- "body": "HIP-92855",
- "magnitude": 2.0095,
- "name": "σ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.132,
- "solarElongation": 42.5
}
}, - {
- "bodiesElongation": 0.00325,
- "date": "2026-02-14T00:02:19",
- "duration": 189.4,
- "occulted": {
- "body": "HIP-93864",
- "magnitude": 3.4689,
- "name": "τ SGR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.12,
- "solarElongation": 40.4
}
}, - {
- "bodiesElongation": 0.001872,
- "date": "2026-02-15T12:25:22",
- "duration": 195,
- "occulted": {
- "body": 999,
- "magnitude": 14.541361238642754,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.04,
- "solarElongation": 23
}
}, - {
- "bodiesElongation": 0.000629,
- "date": "2026-02-16T16:23:21",
- "duration": 227.7,
- "occulted": {
- "body": 499,
- "magnitude": 1.1626840956404085,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.006,
- "solarElongation": 9
}
}, - {
- "bodiesElongation": 5.176465,
- "date": "2026-02-16T22:29:15",
- "duration": 136.3,
- "occulted": {
- "body": "HIP-106985",
- "magnitude": 3.766,
- "name": "γ CAP",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.003,
- "solarElongation": 6.6
}
}, - {
- "bodiesElongation": 0.000903,
- "date": "2026-02-18T09:45:00",
- "duration": 219.2,
- "occulted": {
- "body": "HIP-112961",
- "magnitude": 3.8072,
- "name": "λ AQR",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.011,
- "solarElongation": 12.1
}
}, - {
- "bodiesElongation": 0.0003,
- "date": "2026-02-18T20:49:06",
- "duration": 281.2,
- "occulted": {
- "body": 199,
- "magnitude": -0.6583489782319596,
- "type": "SolarSystemBody"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.025,
- "solarElongation": 18.1
}
}, - {
- "bodiesElongation": 2.206935,
- "date": "2026-02-24T00:50:37",
- "duration": 148.4,
- "occulted": {
- "body": "HIP-17499",
- "magnitude": 3.6857,
- "name": "Electra",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.452,
- "solarElongation": 84.3
}
}, - {
- "bodiesElongation": 0.004975,
- "date": "2026-02-24T00:56:05",
- "duration": 192.7,
- "occulted": {
- "body": "HIP-17573",
- "magnitude": 3.8591,
- "name": "Maia",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.454,
- "solarElongation": 84.6
}
}, - {
- "bodiesElongation": 11.031577,
- "date": "2026-02-24T02:17:15",
- "duration": 92.7,
- "occulted": {
- "body": "HIP-17702",
- "magnitude": 2.848,
- "name": "η TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.456,
- "solarElongation": 84.9
}
}, - {
- "bodiesElongation": 0.001539,
- "date": "2026-02-25T15:09:22",
- "duration": 250.1,
- "occulted": {
- "body": "HIP-25428",
- "magnitude": 1.6151,
- "name": "β TAU",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.637,
- "solarElongation": 105.8
}
}, - {
- "bodiesElongation": 0.002785,
- "date": "2026-02-27T20:18:41",
- "duration": 218.2,
- "occulted": {
- "body": "HIP-37740",
- "magnitude": 3.7285,
- "name": "κ GEM",
- "type": "Star"
}, - "occulting": {
- "body": 301,
- "illuminatedFraction": 0.852,
- "solarElongation": 134.6
}
}
], - "description": {
- "bodiesElongation": "Minimal elongation between the occulting and occulted and the body",
- "date": "Instant of the beginning of the occultation",
- "duration": "Interval between the beginning (P1) and the end (P4) of the partial phase",
- "occulted.body": "Identification number or string of the occulted body",
- "occulted.magnitude": "Visual apparent magnitude of the occulted body",
- "occulted.name": "Common name of the occulted body",
- "occulted.type": "Type of the occulted body",
- "occulting.body": "Identification number or string of the occulting body",
- "occulting.illuminatedFraction": "Illuminated fraction of the occulting body by the Sun at the instant of the greatest event",
- "occulting.magnitude": "Visual apparent magnitude of the occulting body",
- "occulting.solarElongation": "Elongation between the Sun and the occulting body at the instant of the greatest event"
}, - "timescale": "UTC",
- "unit": {
- "bodiesElongation": "Arcmin",
- "date": "Gregorian",
- "duration": "Minute",
- "occulting.solarElongation": "Deg360"
}
}
}
Compute the residuals (O-C) of the positions for a body at a given location. The set of dates and the observations (spherical coordiantes) are provided in the body request and expressed in the timescale specified by the parameter timescale.
A response, which contains the information about the requested redisuals, is returned to the client encoded in json format. The residual are always expressed in arcseconds.
body required | integer >= 1 NAIF identification number of the observed body (list) |
required | observatory code (string) or Array of (geodetic latitude, longitude, and optionally the altitude) (numbers) or NAIF Identification (integer) Location of the observer. Types of observers :
|
required | Array of numbers or Calendar date (string) [ 1 .. 10000 ] items Set of dates of the result. This date is expressed using the standard ISO8601: YYYY-MM-DDTHH:MM:SS.SSS or using Julian Day format . The timescale of this date is given by the timescale. |
frame | string (frame) unique Default: "BCRF" Enum: "BCRF" "GCRF" "TrueOfDate" "MeanJ2000" "EclipticJ2000" "EclipticTrueOfDate" "BodyFixed" "GTRF" "LocalCelestiodeticENU" Reference frame. The coordinates are expressed in this frame.
|
timescale | string (timescale) unique Default: "UTC" Enum: "TT" "UTC" "UT1" All dates and times of the request or response are expressed in this timescale. Before the January 1st 1961 0h UTC, the difference between the timescale UTC and TAI is constant and equals to 0. For all dates expressed in UTC after the last leap second, the difference between the timescale UTC and TAI is constant. The timescale UT1 is computed using the EOP series C04 when they are available. Before and after the EOP series, UT1 is adjusted using splines and parabola to the available observations. |
calendar | string (calendar) Default: "gregorian" Enum: "gregorian" "julian" "JD" All dates and times of the request or response are expressed in this calendar. The supported calendars are :
|
observations required | Array of strings [ 1 .. 10000 ] items [ items ] Array of the observed spherical coordinates. Each element of the array is an array of 2 strings. Theses strings may be expressed as decimal or sexagesimal numbers depending on the value of coord |
coord required | string Enum: "RA/DEC-dec" "RA/DEC-sexa" Type of the observations :
|
theory | Array of strings (theory) non-empty unique Default: ["INPOP19A","NOE-4-2020","NOE-5-2021","SAI-5-2021","NOE-6-2018","SAI-6-2021","PHOEBE-2020","NOE-7-2013","SAI-7-2021","SAI-8-2015","SAI-8-2021","ASTMOONS-2025"] Items Enum: "DE441" "INPOP19A" "NOE-4-2020" "MAR097" "NOE-5-2021" "SAI-5-2021" "JUP365" "JUP344" "NOE-6-2018" "SAI-6-2021" "PHOEBE-2020" "SAT368" "SAT393" "SAT427" "SAT428" "SAT441" "SAT450" "NOE-7-2013" "SAI-7-2021" "URA111" "URA112" "URA115" "URA116" "SAI-8-2015" "SAI-8-2021" "NEP086" "NEP095" "ASTMOONS-2025" Planetary and satellites theories used for the computations (details) |
{- "body": 5,
- "calendar": "gregorian",
- "date-set": [
- "2022-01-01T00:00:00.000",
- "2022-02-01T00:00:00.000"
], - "observer": 399,
- "timescale": "UTC",
- "observations": [
- [
- "22.1789",
- "-12.316"
], - [
- "22.60",
- "-9.876"
]
], - "theory": [
- "INPOP19A",
- "NOE-4-2020",
- "NOE-5-2021",
- "NOE-6-2018",
- "NOE-7-2013",
- "SAI-5-2021",
- "SAI-6-2021",
- "SAI-7-2021",
- "SAI-8-2015",
- "SAI-8-2021"
], - "coord": "RA/DEC-dec"
}
{- "request": {
- "calendar": "gregorian",
- "ephemerids": [
- "INPOP19A",
- "NOE-4-2020",
- "NOE-5-2021",
- "NOE-6-2018",
- "NOE-7-2013",
- "SAI-5-2021",
- "SAI-6-2021",
- "SAI-7-2021",
- "SAI-8-2015",
- "SAI-8-2021"
], - "id": 5,
- "observations": [
- [
- "22.606",
- "-1.1"
], - [
- "22.608",
- "-1.1"
]
], - "observer": 399,
- "theory": [
- "INPOP19A",
- "NOE-4-2020",
- "NOE-5-2021",
- "NOE-6-2018",
- "NOE-7-2013",
- "SAI-5-2021",
- "SAI-6-2021",
- "SAI-7-2021",
- "SAI-8-2015",
- "SAI-8-2021"
], - "timescale": "UTC"
}, - "response": {
- "calendar": "gregorian",
- "data": [
- {
- "date": "2022-01-01T00:00:00",
- "deltaDEC": 40379.974942821886,
- "deltaRA": 23063.343335675407,
- "deltaRAcosDEC": 22532.507992218412
}, - {
- "date": "2022-02-01T00:00:00",
- "deltaDEC": 31595.061163660266,
- "deltaRA": 416.78803318466606,
- "deltaRAcosDEC": 410.6112521165784
}
], - "description": {
- "correlationCoefficientPearson.deltaRA-deltaDEC": "Pearson correlation coefficient (PCC) between the values of deltaRA and the values of deltaDEC",
- "correlationCoefficientPearson.deltaRAcosDEC-deltaDEC": "Pearson correlation coefficient (PCC) between the values of deltaRAcosDEC and the values of deltaDEC",
- "covariance.deltaRA-deltaDEC": "Covariance between the values of deltaRA and the values of deltaDEC",
- "covariance.deltaRAcosDEC-deltaDEC": "Covariance between the values of deltaRAcosDEC and the values of deltaDEC",
- "date": "Date of the observation",
- "deltaDEC": "Difference between the observation and the computation (O-C) in declination",
- "deltaRA": "Difference between the observation and the computation (O-C) in right ascension",
- "deltaRAcosDEC": "Difference, between the observation and the computation (O-C), in right ascension, times the cosine of the computed declination",
- "maximum.deltaDEC": "Maximum value of the values of deltaDEC",
- "maximum.deltaRA": "Maximum value of the values of deltaRA",
- "maximum.deltaRAcosDEC": "Maximum value of the values of deltaRAcosDEC",
- "meanAbsoluteError.deltaDEC": "Mean absolute error (MAE) of the values of deltaDEC : sum of the absolute differences in declination divided by the number of observations",
- "meanAbsoluteError.deltaRA": "Mean absolute error (MAE) of the values of deltaRA : sum of the absolute differences in right ascension divided by the number of observations",
- "meanAbsoluteError.deltaRAcosDEC": "Mean absolute error (MAE) of the values of deltaRAcosDEC : sum of the absolute differences, right ascension times the cosine of the declination, divided by the number of observations",
- "meanArithmeticError.deltaDEC": "Mean arithmeticof the values of deltaDEC",
- "meanArithmeticError.deltaRA": "Mean arithmetic of the values of deltaRA",
- "meanArithmeticError.deltaRAcosDEC": "Mean arithmetic of the values of deltaRAcosDEC",
- "minimum.deltaDEC": "Minimum value of the values of deltaDEC",
- "minimum.deltaRA": "Minimum value of the values of deltaRA",
- "minimum.deltaRAcosDEC": "Minimum value of the values of deltaRAcosDEC",
- "numberOfResiduals": "Number of observations or differences",
- "rootMeanSquareDeviation.deltaDE": "Root-mean-square deviation (RMS) of the values of deltaDEC",
- "rootMeanSquareDeviation.deltaRA": "Root-mean-square deviation (RMS) of the values of deltaRA",
- "rootMeanSquareDeviation.deltaRAcosDEC": "Root-mean-square deviation (RMS) of the values of deltaRAcosDEC",
- "standardDeviation.deltaDEC": "Population standard deviation of the values of deltaDEC",
- "standardDeviation.deltaRA": "Population standard deviation of the values of deltaRA",
- "standardDeviation.deltaRAcosDEC": "Population standard deviation of the values of deltaRAcosDEC"
}, - "statistics": {
- "correlationCoefficientPearson": {
- "deltaRA-deltaDEC": 1,
- "deltaRAcosDEC-deltaDEC": 1
}, - "covariance": {
- "deltaRA-deltaDEC": 49737008.93184915,
- "deltaRAcosDEC-deltaDEC": 48584738.8733278
}, - "maximum": {
- "deltaDEC": 40379.974942821886,
- "deltaRA": 23063.343335675407,
- "deltaRAcosDEC": 22532.507992218412
}, - "meanAbsoluteError": {
- "deltaDEC": 35987.51805324108,
- "deltaRA": 11740.065684430036,
- "deltaRAcosDEC": 11471.559622167493
}, - "meanArithmeticError": {
- "deltaDEC": 35987.51805324108,
- "deltaRA": 11740.065684430036,
- "deltaRAcosDEC": 11471.559622167493
}, - "minimum": {
- "deltaDEC": 31595.061163660266,
- "deltaRA": 416.78803318466606,
- "deltaRAcosDEC": 410.6112521165784
}, - "numberOfResiduals": 2,
- "rootMeanSquareDeviation": {
- "deltaDEC": 36254.58775326481,
- "deltaRA": 16310.90920341121,
- "deltaRAcosDEC": 15935.534475187067
}, - "standardDeviation": {
- "deltaDEC": 4392.456889580812,
- "deltaRA": 11323.27765124537,
- "deltaRAcosDEC": 11060.948370050917
}
}, - "timescale": "UTC",
- "unit": {
- "date": "Gregorian",
- "deltaDEC": "Arcsec",
- "deltaRA": "Arcsec",
- "deltaRAcosDEC": "Arcsec"
}
}
}