Changeset 2290 for trunk/src/Scantable.h


Ignore:
Timestamp:
09/08/11 20:03:01 (13 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-3219/ASAP-247)

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs: sdlist unit test (reference data to be updated)

Put in Release Notes: Yes

Module(s): scantable.summary, sdlist

Description:

Output format of scantable summary changed.
Less use of TableIterator? for speed up scantable.summary/sdlist now lists a scantable
with 348,000 records (NRO 45m w/ 25beams x 13,920scans) in ~30sec (was ~7 min previously).


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2286 r2290  
    375375
    376376  std::string headerSummary();
     377  void summary(const std::string& filename="");
     378  std::string oldheaderSummary();
    377379  //  std::string summary();
    378   void summary(const std::string& filename="");
     380  void oldsummary(const std::string& filename="");
     381
    379382  //std::string getTime(int whichrow=-1, bool showdate=true) const;
    380383  std::string getTime(int whichrow=-1, bool showdate=true, casa::uInt prec=0) const;
Note: See TracChangeset for help on using the changeset viewer.