Changeset 2818 for trunk/src/Scantable.h


Ignore:
Timestamp:
07/02/13 10:38:18 (11 years ago)
Author:
Malte Marquarding
Message:

Issue #291: added scantable.set_sourcename to overwrite sourcename to allow freq_align to work. Exposed 'SOURCE' averaging to python api. Added some logging to freq_align refering to the sources it aligns to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2811 r2818  
    155155  void setSourceType(int stype);
    156156
     157  /**
     158   *
     159   * @param stype The name of the source
     160   */
     161  void setSourceName(const std::string& name);
     162
    157163
    158164  /**
     
    387393
    388394  //std::string getTime(int whichrow=-1, bool showdate=true) const;
    389   std::string getTime(int whichrow=-1, bool showdate=true, casa::uInt prec=0) const;
     395  std::string getTime(int whichrow=-1, bool showdate=true,
     396                      casa::uInt prec=0) const;
    390397  double getIntTime(int whichrow) const { return integrCol_(whichrow); }
    391398
     
    668675
    669676  std::string formatTime(const casa::MEpoch& me, bool showdate)const;
    670   std::string formatTime(const casa::MEpoch& me, bool showdate, casa::uInt prec)const;
     677  std::string formatTime(const casa::MEpoch& me, bool showdate,
     678                         casa::uInt prec)const;
    671679
    672680  /**
Note: See TracChangeset for help on using the changeset viewer.