Kronos IDL library

Library to retrieve and process CASSINI-RPWS-HFR data

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

./

make_dir_tab.pro


Contains the make_dir_tab function and defines the dirs class

Author information

Author

Baptiste Cecconi, Gaƫlle Boisnard

History

2009/01/19: Created

2012/04/25: Last Edit

Class description for DIRS

Fields

Fields in DIRS

DOY1 0S
DOY2 0S
NAME ''
YEAR1 0S
YEAR2 0S

Routines

Routines from make_dir_tab.pro

DIRS__DEFINE
result = make_dir_tab(year1, ddday1, year2, ddday2 [, verbose=sometype])

Creates the list of the directories names (yyyy_ddb_dde or Turn_on...)

Routine details

top source DIRS__DEFINE

DIRS__DEFINE

Statistics

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

top source make_dir_tab

result = make_dir_tab(year1, ddday1, year2, ddday2 [, verbose=sometype])

Creates the list of the directories names (yyyy_ddb_dde or Turn_on...)

Return value

<return desc here>

Parameters

year1 in required type=sometype

year of start of period

ddday1 in required type=sometype

day of start of period

year2 in required type=sometype

year of end of period

ddday2 in required type=sometype

day of end of period

Keywords

verbose in optional type=sometype

A keyword named verbose

Statistics

Lines:
129 lines
Cyclomatic complexity:
43
Modified cyclomatic complexity:
43

File attributes

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