Produced by IDL 6.1
User Documentation

./toolbox/io
File line_sdfits__define.pro

FITS
|
+-SDFITS
  |
  +-line_sdfits

All known superclasses:
SDFITS, FITS
Last modification date:
Wed Dec 8 11:57:39 2004

Class provides an interface for reading/writing sdfits files that contain spectral line data.

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)

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.

Inherits
sdfits


LINE_SDFITS::init

function LINE_SDFITS::init([file_name], /new)

Class constructor - object is constructed and file may be checked for validity

Parameters
file_name
in, optional
string
full path name to sdfits file

Keywords
new
in
boolean
is this a new file?


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

Returns
0,1
Uses
SDFITS::check_sdfits_properties

Keywords
_EXTRA
.


Produced by IDLdoc 1.5 on Wed Dec 8 13:08:22 2004