Produced by IDL 7.1.1
Developer Documentation

./toolbox/io
z_sdfits__define.pro

FITS
|
+-SDFITS
  |
  +-ZFITS
    |
    +-z_sdfits

All known superclasses:
ZFITS, SDFITS, FITS
Last modification date:
Wed Sep 28 13:27:15 2016

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

Fields inherited from SDFITS:
string  FITSVER
string  SDFITVER
string  SDFITVER_NUMBER
longword integer  FROM_GBTIDL
longword integer  AUTO_OFFSETS

Fields inherited from FITS:
string  FILE_NAME
longword integer  NUM_EXTENSIONS
pointer  EXTENSION_NAMES
pointer  EXTENSION_TYPES
pointer  AXIS
object reference  PRIMARY_HEADER
object reference  EXT_HEADER
longword integer  PROPERTIES_KNOWN
longword integer  DEBUG
string  VERSION

Routine Summary  3 routines

function Z_SDFITS::init(file_name, new=new, _EXTRA=_EXTRA)

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

function Z_SDFITS::check_file_validity(_EXTRA=_EXTRA)

Checks sdfits file for basic validity, and also that it contains spectral line data

procedure z_sdfits__define

private

Defines class structure

Routine Details

Z_SDFITS::init

function Z_SDFITS::init(file_name, new=new, _EXTRA=_EXTRA)

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

Inherits
sdfits

Parameters
file_name
.

Keywords
new
.
_EXTRA
.

Z_SDFITS::check_file_validity

function Z_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
.

z_sdfits__define private

procedure z_sdfits__define

Defines class structure


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:31 2016