Kronos IDL library

Library to retrieve and process CASSINI-RPWS-HFR data

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

./

read_data_binary.pro


Contains the read_data_binary procedure

Author information

Author

Baptiste Cecconi

History

2009/05/29: Created

2012/03/06: Last Edit

Routines

top source read_data_binary

read_data_binary, file, data, valid [, ndata=sometype], level=sometype

read_data_binary is a procedure that <behavior desc here>

Parameters

file in required type=sometype

fullpath data file name

data out required type=sometype

output data. Either a array of data structure or a long integer (see ndata keyword)

valid out required type=byte

1b if file is ok 0b if file is 0 byte long

Keywords

ndata in optional type=sometype

return the number of records in data parameter if set.

level in required type=sometype

specify the type of binary data to read. No default value. This keyword MUST be set.

Statistics

Lines:
60 lines
Cyclomatic complexity:
31
Modified cyclomatic complexity:
5

File attributes

Modification date: Fri Jan 9 19:59:00 2015
Lines: 60