Changeset 1068 for trunk/src/Scantable.h


Ignore:
Timestamp:
07/04/06 11:27:03 (18 years ago)
Author:
mar637
Message:

added Scantable::getDirectionString; added Scantable::setSourceType

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r1030 r1068  
    129129   */
    130130  STHeader getHeader( ) const;
     131
    131132  /**
    132133   * Checks if the "other" Scantable is conformant with this,
     
    138139
    139140  /**
     141   *
     142   * @param stype The type of the source, 0 = on, 1 = off
     143   */
     144  void setSourceType(int stype);
     145
     146
     147  /**
    140148   * return the number of scans in the table
    141149   * @return number of scans in the table
     
    152160
    153161  casa::MDirection getDirection( int whichrow ) const;
     162
     163  std::string getDirectionString( int whichrow ) const;
    154164
    155165  void setDirectionRefString(const std::string& refstr="");
     
    396406  casa::ScalarColumn<casa::String> srcnCol_, fldnCol_;
    397407  casa::ScalarColumn<casa::uInt> scanCol_, beamCol_, ifCol_, polCol_, cycleCol_;
    398   casa::ScalarColumn<casa::Int> rbeamCol_;
     408  casa::ScalarColumn<casa::Int> rbeamCol_, srctCol_;
    399409  casa::ArrayColumn<casa::Float> specCol_, tsysCol_;
    400410  casa::ArrayColumn<casa::uChar> flagsCol_;
Note: See TracChangeset for help on using the changeset viewer.