|
Developer Documentation |
|||||||||
| prev file | next file | ||||||||||
| SUMMARY: fields | routine DETAILS: routine | ||||||||||
./toolbox/io line_sdfits__define.pro
FITS | +-SDFITS | +-line_sdfits
Class provides an interface for reading/writing sdfits files that contain spectral line data.
| Fields inherited from FITS: | ||||||||||||||||||||
|
| Routine Summary 3 routines |
procedure line_sdfits__define | |
Class provides an interface for reading/writing sdfits files that contain spectral line data. |
function LINE_SDFITS::init([file_name], /new, _EXTRA=_EXTRA) | |
Class constructor - object is constructed and file may be checked for validity |
function LINE_SDFITS::check_file_validity(_EXTRA=_EXTRA) | |
Checks sdfits file for basic validity, and also that it contains spectral line data |
| Routine Details |
| line_sdfits__define |
procedure line_sdfits__define |
Class provides an interface for reading/writing sdfits files that contain spectral line data.
| LINE_SDFITS::init |
function LINE_SDFITS::init([file_name], /new, _EXTRA=_EXTRA) |
Class constructor - object is constructed and file may be checked for validity
| Parameters | |
|
file_name |
full path name to sdfits file |
| Keywords | |
|
new |
is this a new file? _ |
|
_EXTRA |
. |
| LINE_SDFITS::check_file_validity |
function LINE_SDFITS::check_file_validity(_EXTRA=_EXTRA) |
Checks sdfits file for basic validity, and also that it contains spectral line data
| Keywords | |
|
_EXTRA |
. |