|
User Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox/io io_sdfits_cntm__define.pro
IO | +-IO_SDFITS | +-io_sdfits_cntm
IO_SDFITS_LINE is intended for end users wishing to work with continuum data. It's the child class of IO_SDFITS used for reading, writing, navigating sdfits continuum line files, and for translating their info to continuum data containers. See UML for all IO Classes, or IO_SDFITS UML for just the line and continuum sdfits classes.
Routine Summary 5 routines |
procedure io_sdfits_cntm__define | |
IO_SDFITS_CNTM is intended for end users wishing to work with continuum data. |
function IO_SDFITS_CNTM::get_continua([count], indicies, [_EXTRA=_EXTRA]) | |
This function searches the index file using the keyword parameters passed into it, reads the appropriate parts of the sdfits files, and tranlates this data into continuum structures, which are returned. |
procedure IO_SDFITS_CNTM::load_new_sdfits_rows | |
Stub method for updating the index file. |
procedure IO_SDFITS_CNTM::update | |
Stub method for updating the index file. |
procedure IO_SDFITS_CNTM::set_online, file_name | |
Stub method for updating the index file. |
Routine Details |
io_sdfits_cntm__define |
procedure io_sdfits_cntm__define |
IO_SDFITS_CNTM is intended for end users wishing to work with continuum data. It's the child class of IO_SDFITS used for reading, writing, navigating sdfits continuum files, and for translating their info to continuum data containers. See UML for all IO Classes, or IO_SDFITS UML for just the line and continuum sdfits classes.
IO_SDFITS_CNTM::get_continua |
function IO_SDFITS_CNTM::get_continua([count], indicies, [_EXTRA=_EXTRA]) |
This function searches the index file using the keyword parameters passed into it, reads the appropriate parts of the sdfits files, and tranlates this data into continuum structures, which are returned.
Parameters | |
count |
number of continua returned |
indicies |
. |
Keywords | |
_EXTRA |
see search_for_row_info for more info |
IO_SDFITS_CNTM::load_new_sdfits_rows |
procedure IO_SDFITS_CNTM::load_new_sdfits_rows |
Stub method for updating the index file. TBD.
IO_SDFITS_CNTM::update |
procedure IO_SDFITS_CNTM::update |
Stub method for updating the index file. TBD.
IO_SDFITS_CNTM::set_online |
procedure IO_SDFITS_CNTM::set_online, file_name |
Stub method for updating the index file. TBD.
Parameters | |
file_name |
. |