Loads a DE405 ephemeris file
ephem = CL_eph_de405Load(fname [[, incel]])
This function is deprecated.
Replacement function: CL_ephDE_load.
Loads a DE405 ephemeris file.
The result is returned in a Scilab stucture ephem that can be used by the function CL_eph_de405.
If the incel ("in CelestLab") argument is true, the files are looked for in the directory: CL_home()/data/ephem/de405.
Notes:
- The format of the ephemeris file is specific to CelestLab.
- The file name suffix should be ".dat" (Scilab version < 6) or ".sod" (Scilab version >= 6). If the suffix is ".dat" and Scilab version is 6 or more, the suffix is changed to ".sod". If the suffix is not ".dat" nor ".sod", an appropriate suffix is added to the file name.
(string) Name (or path) of ephemeris file (1x1)
(boolean, optional) %t if the file is looked for in CelestLab database. Default is %f.
Scilab structure containing the data (1x1)
CNES - DCT/SB