|
Developer Documentation |
|||||||||
prev file | next file | ||||||||||
SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox/io line_index_section__define.pro
INDEX_FILE_SECTION | +-ROWS_INDEX_SECTION | +-line_index_section
This class extends the rows_index_section class to properly manage the rows section for a spectral line index file; that is, an index file where each row line represents a spectrum.
Fields inherited from ROWS_INDEX_SECTION: | ||||||||||||||||||||||||
|
Fields inherited from INDEX_FILE_SECTION: | ||||||||||||||||||||||||
|
Routine Summary 4 routines |
procedure line_index_section__define | |
This class extends the rows_index_section class to properly manage the rows section for a spectral line index file; that is, an index file where each row line represents a spectrum. |
function LINE_INDEX_SECTION::init(lun, filename) | private |
Class Constructor Here the formats for the rows are determined: how to list them verbosly and quietly. |
function LINE_INDEX_SECTION::get_row_info_strct() | private |
Returns the specail structure needed for spectal line data |
procedure LINE_INDEX_SECTION::list_quiet, rows, [/pproj], [/pfile], [/pext], [/prow], [/pscan], [/psub], [/pbeam], [/psig], [/pcal], [/paz], [/pel], [/plng], [/plat], [/plst], [/prest], [/pvel], [/pres], [/pdate], [/pband], [/pexp], [/ptsys] | private |
When the list command is issued without the verbose command, this method prints only the columns selected in self. |
Routine Details |
line_index_section__define |
procedure line_index_section__define |
This class extends the rows_index_section class to properly manage the rows section for a spectral line index file; that is, an index file where each row line represents a spectrum.
LINE_INDEX_SECTION::init | private |
Class Constructor Here the formats for the rows are determined: how to list them verbosly and quietly.
Parameters | |
lun |
. |
filename |
. |
LINE_INDEX_SECTION::get_row_info_strct | private |
function LINE_INDEX_SECTION::get_row_info_strct() |
Returns the specail structure needed for spectal line data
LINE_INDEX_SECTION::list_quiet | private |
procedure LINE_INDEX_SECTION::list_quiet, rows, [/pproj], [/pfile], [/pext], [/prow], [/pscan], [/psub], [/pbeam], [/psig], [/pcal], [/paz], [/pel], [/plng], [/plat], [/plst], [/prest], [/pvel], [/pres], [/pdate], [/pband], [/pexp], [/ptsys] |
When the list command is issued without the verbose command, this method prints only the columns selected in self.frmt_quiet, and also prints any additional info requested via the many keywords
Parameters | |
rows |
. |