Event File
Event File#
Event files are in CSV format. An Event file contains a list of events, phases or segments associated to a given mission scenario.
Each event have the following properties:
id
: event ID.start_time (utc)
: event start time, in UTC format.stop_time (utc)
: event stop time, in UTC format.duration
(optional): event duration.description
(optional): event description.
Example:
id,start_time (utc),stop_time (utc),duration,description
TOUR,2031-06-01 00:00:00.000,2034-11-01 00:00:00.000,,Jupiter Tour
Jupiter_Phase_1,2031-01-19T19:14:21,2032-02-08T23:05:31,,Approach and first ellipse
Jupiter_Phase_2,2032-02-08T23:05:32,2032-06-25T12:23:23,,Energy reduction
Jupiter_Phase_3,2032-06-25T12:23:23,2032-07-24T07:02:19,,Europa flybys
Jupiter_Phase_4,2032-07-24T07:02:19,2033-08-18T09:43:28,,High-latitude
Jupiter_Phase_5,2033-08-18T09:43:28,2034-12-19T00:00:00,,Low energy
Jupiter_Phase_all,2031-01-19T19:14:21,2034-12-19T00:00:00,,All Jupiter phases
GEOa,2034-12-19T00:00:00,2035-01-17T03:00:00,,Ganymede_Phase_6_1
GCO5000,2035-01-17T03:00:00,2035-04-16T16:00:00,,Ganymede_Phase_6_2
GEOb,2035-04-16T16:00:00,2035-05-13T02:00:00,,Ganymede_Phase_6_3
TGCO,2035-05-13T02:00:00,2035-05-21T15:00:00,,Ganymede_Phase_6_4
GCO500,2035-05-21T15:00:00,2035-09-29T00:00:00,Ganymede_Phase_6_5
Ganymede_Phase_all,2034-12-19T00:00:00,2035-09-29T00:00:00,,All Ganymede phases
Mission_phase_all,2031-01-19T19:14:21,2035-09-29T00:00:00,,All mission phases
1G1_CA,2031-07-21 07:14:22.000,2031-07-21 07:14:22.000,0.0,Ganymede Flyby 1G1 Closest Approach
2G2_CA,2032-02-13 23:04:51.000,2032-02-13 23:04:51.000,0.0,Ganymede Flyby 2G2 Closest Approach
3G3_CA,2032-04-11 04:14:25.000,2032-04-11 04:14:25.000,0.0,Ganymede Flyby 3G3 Closest Approach
4G4_CA,2032-05-09 18:34:32.000,2032-05-09 18:34:32.000,0.0,Ganymede Flyby 4G4 Closest Approach
5G5_CA,2032-06-02 21:30:33.000,2032-06-02 21:30:33.000,0.0,Ganymede Flyby 5G5 Closest Approach
6C1_CA,2032-06-21 00:37:41.000,2032-06-21 00:37:41.000,0.0,Callisto Flyby 6C1 Closest Approach
Future development
GFINDER will make use of the moon-coverage
Python Events API,
and the JUICE SOC events data package.