Changeset 846 for trunk/src/STFiller.h


Ignore:
Timestamp:
02/23/06 11:26:32 (18 years ago)
Author:
mar637
Message:

added ignor porperties

Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src

    • Property svn:ignore set to
      *~
      *.o
  • trunk/src/STFiller.h

    r805 r846  
    3333This class fills a Scantable from external data formats using the PKSReader class.
    3434
     35@brief    A filler object for data import into Scantable
    3536@author   Malte Marquarding
    3637@date     2006/01/16
     
    4041public:
    4142
     43  /**
     44   * Default constructor
     45   */
    4246  STFiller();
    4347
     48
     49  /**
     50   * Constructor taking an existing Scantable to fill
     51   * @param stbl
     52   */
    4453  STFiller(casa::CountedPtr< Scantable > stbl);
    4554
     
    5463                  int whichBeam=-1 );
    5564
     65  /**
     66   * Destructor
     67   */
    5668  ~STFiller();
    5769
     
    6678
    6779  /**
    68    * detatch from file
     80   * detach from file and clean up pointers
    6981   */
    7082  void close( );
     
    7385   * Read in "rows" from the source file attached with open()
    7486   * @return a status flag passed on by PKSreader
     87   *
     88   * @li @c 0: ok
     89   * @li >0: failed
    7590   */
    7691  int read( );
Note: See TracChangeset for help on using the changeset viewer.