|
User Documentation |
||||||||
| prev file | next file | |||||||||
| SUMMARY: fields | routine DETAILS: routine | |||||||||
./toolbox/io File cntm_index__define.pro
INDEX_FILE | +-cntm_index
Child class of INDEX_FILE, contains special functionality for dealing with continuum data. This mostly entails the translation of sdfits data into contents of the index file. See UML for all IO Classes, or INDEX UML for just index classes.
| Routine Summary 5 routines |
procedure cntm_index__define | |
Child class of INDEX_FILE, contains special functionality for dealing with continuum data. |
function CNTM_INDEX::init(_EXTRA=_EXTRA) | |
Class Constructor - special formats for spectral line initialized here |
function CNTM_INDEX::search_index([INDEX=long], [PROJ=string], [FILES=string], [EXT=long], [START_ROWS=long], [NUM_ROWS=long], [STRIDE=long], [SOURCE=string], [PROC=string], [MC_SCAN=long ], [POL=string], [IF_NUM=long ], [SIG=string], [CAL=string]) | |
This method searches the rows in the index file using the optional keywords. |
procedure CNTM_INDEX::update_file_with_scan, first_row, proj, file_name, ext, start_row, n_data, samplers, sigs, cals, pols | |
Appends row info to an index file, given a group of rows from sdfits files. |
function CNTM_INDEX::get_scan_info(scan_number) | |
Returns a structure that contains info about the scan number given, such as scan number, procedure name, number of integrations, ifs, etc. |
| Routine Details |
cntm_index__define |
procedure cntm_index__define |
Child class of INDEX_FILE, contains special functionality for dealing with continuum data. This mostly entails the translation of sdfits data into contents of the index file. See UML for all IO Classes, or INDEX UML for just index classes.
CNTM_INDEX::init |
function CNTM_INDEX::init(_EXTRA=_EXTRA) |
Class Constructor - special formats for spectral line initialized here
| Keywords | |
|
_EXTRA |
. |
CNTM_INDEX::search_index |
function CNTM_INDEX::search_index([INDEX=long], [PROJ=string], [FILES=string], [EXT=long], [START_ROWS=long], [NUM_ROWS=long], [STRIDE=long], [SOURCE=string], [PROC=string], [MC_SCAN=long ], [POL=string], [IF_NUM=long ], [SIG=string], [CAL=string]) |
This method searches the rows in the index file using the optional keywords. Not using any keywords returns all rows. Use of more then one keyword is like using an AND.
CNTM_INDEX::update_file_with_scan |
procedure CNTM_INDEX::update_file_with_scan, first_row, proj, file_name, ext, start_row, n_data, samplers, sigs, cals, pols |
Appends row info to an index file, given a group of rows from sdfits files. Used for first loading in an sdfits file
CNTM_INDEX::get_scan_info |
function CNTM_INDEX::get_scan_info(scan_number) |
Returns a structure that contains info about the scan number given, such as scan number, procedure name, number of integrations, ifs, etc..
| Parameters | |
|
scan_number |
scan number information is queried for |