Kronos IDL library

Library to retrieve and process CASSINI-RPWS-HFR data

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

./

init_df.pro


Contains the init_df procedure

Author information

Author

Baptiste Cecconi

History

2004/06/04: Created

2004/06/04: Last Edit

Routines

top source INIT_DF

INIT_DF, fichier, t97, co, az, com, azm, os [, pos=sometype] [, interval=intarr(2)] [, path_ephatt=sometype] [, xyz=sometype] [, km=byte] [, rad=byte] [, quiet=byte]

reads path_eph/fichier.eph & path_att/fichier.att (created from the web team page with Observer=Cassini & Ecliptic Coordinates (XSE) ) interpolates on t_eph grid (time intervals should be similar)

Parameters

fichier in required type=string

root name of files to read

t97 in required type=sometype

time 1997.0

co in required type=sometype

colatitude (deg) of corresponding source center (or of source location if pos is specified) in S/C coordinates

az in required type=sometype

azimuth (deg) of corresponding source center (or of source location if pos is specified) in S/C coordinates

com in required type=sometype

average of co on entire interval

azm in required type=sometype

average of az on entire interval

os in required type=sometype

operating system : 0 = unix, 1 = windows/c:, 2 = windows/d:

Keywords

pos in optional type=sometype

specify position(s) of source(s) in the selected frame

interval in optional type=intarr(2)

restrict ephemeris to the interval (hours) (works only with 1 day ephem files)

path_ephatt in optional type=sometype

path of the file

xyz in optional type=sometype

[x,y,z] output in Rp unless /km is set

km in optional type=byte

specifies that x,y,z and pos are in km

rad in optional type=byte

specifies thar co,az,com,azm are in radians

quiet in optional type=byte

no verbose screen output

Other attributes

Uses:

read_att, read_eph

Statistics

Lines:
77 lines
Cyclomatic complexity:
22
Modified cyclomatic complexity:
22

File attributes

Modification date: Tue Jan 20 19:27:18 2015
Lines: 77