Changeset 2888 for trunk/src/Scantable.h


Ignore:
Timestamp:
12/26/13 13:21:30 (10 years ago)
Author:
Kana Sugimoto
Message:

New Development: Yes

JIRA Issue: Yes (CAS-5860)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: Added scantable a method, asap.scantable.._get_root_row_idx(), and underlying c++ functions, ScantableWrapper:::getRootTableRowNumbers() and Scantable:::getRootTableRowNumbers()

Test Programs: TBD

Put in Release Notes: No

Module(s): asap.scantable and CASA task, tsdstat

Description:

Added a scantable method, asap.scantable._get_root_row_idx().
The method returns row indices (uint std::vecotr) in the root table for selected rows of scantable.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2831 r2888  
    648648  std::vector<uint> getMoleculeIdColumnData() const;
    649649  void setMoleculeIdColumnData(const std::vector<uint>& molids);
     650
     651  /**
     652   * Get row idx of root table
     653   **/
     654  std::vector<uint> getRootTableRowNumbers() const;
     655
    650656  double calculateModelSelectionCriteria(const std::string& valname,
    651657                                         const std::string& blfunc,
Note: See TracChangeset for help on using the changeset viewer.