Kronos IDL library

Library to retrieve and process CASSINI-RPWS-HFR data

single page | use frames     summary     class     fields     routine details     file attributes

./

make_ephem_file.pro


Contains the make_ephem_file procedure

Author information

Author

Baptiste Cecconi

History

2008/07/17: Created

2010/04/04: Last Edit

Routines

top source make_ephem_file

make_ephem_file, AAAAJJJ=long, PERIOD=PERIOD, SOURCE=string, NODELETE=byte, RELOAD=byte, DT=sometype, QUIET=byte, NODB=NODB

Produce the data_qeph and data_veph structure file in $NAS_RPWS/dataN/rpws/YYYY_DDB_DDE/ephem/ can be run interactively or called with keywords set

Output is a set of files named aaaajjj.qXXX and aaaajjj.vYYY containing binary data defined with the data_qeph__define.pro and data_veph__define.pro subroutines respectively

The corresponding .eph and .att files will be downloaded in the $ROOT_RPWS/ephatt/ directory and deleted at the end except if /nodelete is set

Keywords

AAAAJJJ in required type=long

long int containing the day of year used for ephemeris

PERIOD
SOURCE in required type=string

string containing the source name used for ephemeris [the 2 lowercase letter code must be provided here]

NODELETE in required type=byte

don't delete temporary eph and att files at the end

RELOAD in required type=byte

reload ephemeris from RPWS server (even if it already exist).

DT in required type=sometype

defines the time interval while retrieving data (sec)

QUIET in required type=byte

for automatic treatment: default answer automatically chosen

NODB

Other attributes

Uses:

make_dir_tab, make_qeph_data, make_veph_data, write_data_binary

Statistics

Lines:
282 lines
Cyclomatic complexity:
37
Modified cyclomatic complexity:
37

File attributes

Modification date: Tue Mar 31 18:53:10 2015
Lines: 282