Changeset 1350 for trunk/src/Scantable.h


Ignore:
Timestamp:
04/26/07 14:45:56 (17 years ago)
Author:
mar637
Message:

added scantable.get_inttime as per ticket #106

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r1295 r1350  
    7272   * Default constructor
    7373   */
    74   Scantable(casa::Table::TableType ttype = casa::Table::Memory);
     74  explicit Scantable(casa::Table::TableType ttype = casa::Table::Memory);
    7575
    7676  /**
     
    330330  std::string summary(bool verbose=false);
    331331  std::string getTime(int whichrow=-1, bool showdate=true) const;
     332  double getIntTime(int whichrow) const { return integrCol_(whichrow); }
    332333
    333334  // returns unit, conversion frame, doppler, base-frame
Note: See TracChangeset for help on using the changeset viewer.