casa  $Rev:20696$
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Protected Member Functions
ASTEDataset Class Reference

Accessor class for ASTE data. More...

#include <ASTEDataset.h>

Inheritance diagram for ASTEDataset:
NRODataset

List of all members.

Public Member Functions

 ASTEDataset (string name)
 constructor
virtual ~ASTEDataset ()
 destructor
virtual void initialize ()
 data initialization
virtual int fillHeader ()
 fill header from file

Protected Member Functions

virtual int fillHeader (int sameEndian)
 fill header information

Detailed Description

Accessor class for ASTE data.

Prerequisite

Etymology

This class actually accesses data from NRO telescopes. This is specialized class for ASTE telescope. Only fillHeader method is implemented here. The fillRecord method is implemented in NRODataset .

Synopsis

Accessor class for ASTE data.

Definition at line 67 of file ASTEDataset.h.


Constructor & Destructor Documentation

ASTEDataset::ASTEDataset ( string  name)

constructor

virtual ASTEDataset::~ASTEDataset ( ) [virtual]

destructor


Member Function Documentation

virtual int ASTEDataset::fillHeader ( ) [virtual]

fill header from file

Implements NRODataset.

virtual int ASTEDataset::fillHeader ( int  sameEndian) [protected, virtual]

fill header information

Implements NRODataset.

virtual void ASTEDataset::initialize ( ) [virtual]

data initialization

Reimplemented from NRODataset.


The documentation for this class was generated from the following file: