Changeset 2969 for trunk/src/Scantable.h


Ignore:
Timestamp:
07/04/14 17:25:35 (10 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: Yes (CAS-6109)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: runUnitTest.main(test_sdlist?)

Put in Release Notes: No

Module(s): scantable, sdlist

Description: Fixed a bug in time range calculation in scantable.summary (sdlist).

Also enhanced precision of time and direction listed in the method.
Added a parameter, prec, in a private funtion, Scantable::formatDirection to allow setting precision.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2888 r2969  
    692692   *  Turns a casa::MDirection into a nicely formatted string
    693693   * @param md an casa::MDirection
     694   * @param prec output precision of direction
    694695   * @return
    695696   */
    696   std::string formatDirection(const casa::MDirection& md) const;
     697  std::string formatDirection(const casa::MDirection& md, casa::Int prec=7) const;
    697698
    698699  /**
Note: See TracChangeset for help on using the changeset viewer.