Introduction

The CALCEPH Library is designed to access the binary planetary ephemeris files, such INPOPxx and JPL DExxx ephemeris files, (called 'original JPL binary' or 'INPOP 2.0 or 3.0 binary' ephemeris files in the next sections) and the SPICE kernel files (called 'SPICE' ephemeris files in the next sections). At the moment, supported SPICE files are :

  • text Planetary Constants Kernel (KPL/PCK) files
  • binary PCK (DAF/PCK) files.
  • binary SPK (DAF/SPK) files containing segments of type 1, 2, 3, 5, 8, 9, 12, 13, 14, 17, 18, 20, 21, 102, 103 and 120.
  • meta kernel (KPL/MK) files.
  • frame kernel (KPL/FK) files. Only a basic support is provided.

This library provides a C interface and, optionally, the Fortran 77 or 2003, Python and Octave/Matlab interfaces, to be called by the application.

This library could access to the following ephemeris

  • INPOP06 or later
  • DE200
  • DE403 or later
  • EPM2011 or later

Although computers have different endianess (order in which integers are stored as bytes in computer memory), the library could handle the binary ephemeris files with any endianess. This library automatically swaps the bytes when it performs read operations on the ephemeris file.

The internal format of the original JPL binary planetary ephemeris files is described in the paper :

The 'INPOP 2.0 binary' file format for planetary ephemeris files is described in the paper :

The 'INPOP 3.0 binary' file format for planetary ephemeris files is described in the paper :