GBTDAPFiller.h
Classes
- GBTDAPFiller -- A generic filler for GBT Data Associated Parameter FITS files. (full description)
Interface
- Public Members
- GBTDAPFiller(const String &device, Table &parent)
- virtual ~GBTDAPFiller()
- const String &device() const
- virtual Int prepare(const String &fileName, const String &manager, const String &sampler, const MVTime &startTime)
- virtual void fill()
- void flush()
- Protected Members
- Table &tab()
- Private Members
- void attachColumns()
- GBTDAPFiller()
- GBTDAPFiller(const GBTDAPFiller &)
- GBTDAPFiller &operator=(const GBTDAPFiller &)
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- GBT DAP FITS files
- GBTDAPFillerBase.h
Etymology
This fills GBT DAP FITS file contents into a table which is part of
an AIPS++ MeasurementSet.
Synopsis
Example
Motivation
It is necessary to fill GBT DAP files to a MS.
Thrown Exceptions
Member Description
makes new one if not already present in parent, otherwise
it opens that one up as is
the device name used at construction
virtual Int prepare(const String &fileName, const String &manager, const String &sampler, const MVTime &startTime)
virtual void fill()
fill to the standard table attached to the parent used at construction
flush this to disk
derived classes need read-only access to the underlying table
attach the table columns
unavailable, undefined
GBTDAPFiller &operator=(const GBTDAPFiller &)