Kronos IDL library

Library to retrieve and process CASSINI-RPWS-HFR data

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

./

file__define.pro


Describes the file class. It contains informations about a file.

Author information

Author

Gaƫlle Boisnard

History

2004/07/23: Created

2004/07/23: Last Edit

Class description for file

Fields

Fields in file

MODIFDATES 0L
MODIFDATESTR ''
NAME ''
PATH ''

Routines

Routines from file__define.pro

result = file::init(filename, path)
file::cleanup
result = file::getname()
result = file::getdatestr()
result = file::getdates()
file__define

Describes the file object.

Routine details

top source file::init

result = file::init(filename, path)

Parameters

filename
path

Statistics

Lines:
19 lines
Cyclomatic complexity:
4
Modified cyclomatic complexity:
4

top source file::cleanup

file::cleanup

Statistics

Lines:
2 lines
Cyclomatic complexity:
2
Modified cyclomatic complexity:
2

top source file::getname

result = file::getname()

Statistics

Lines:
3 lines
Cyclomatic complexity:
2
Modified cyclomatic complexity:
2

top source file::getdatestr

result = file::getdatestr()

Statistics

Lines:
3 lines
Cyclomatic complexity:
2
Modified cyclomatic complexity:
2

top source file::getdates

result = file::getdates()

Statistics

Lines:
3 lines
Cyclomatic complexity:
2
Modified cyclomatic complexity:
2

top source file__define

file__define

Describes the file object. It contains informations about a file.

Statistics

Lines:
7 lines
Cyclomatic complexity:
4
Modified cyclomatic complexity:
4

File attributes

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