Changeset 2411 for trunk/src/Scantable.h


Ignore:
Timestamp:
02/17/12 16:30:24 (12 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes CAS-3759

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd

Description: (1) in sinusoidal baselining procedures and their relevants, quit getting nchan info in Python side but in C++ side.

(2) changed the defaults value of addwn from [] to [0] in sd.*_sinusoid_baseline(). (i.e., toolkit level)


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r2357 r2411  
    739739                           const std::string& fftThAttr,
    740740                           std::vector<int>& nWaves);
    741   void addAuxWaveNumbers(const std::vector<int>& addNWaves,
     741  void addAuxWaveNumbers(const int whichrow,
     742                         const std::vector<int>& addNWaves,
    742743                         const std::vector<int>& rejectNWaves,
    743744                         std::vector<int>& nWaves);
     745  void setWaveNumberListUptoNyquistFreq(const int whichrow,
     746                                        std::vector<int>& nWaves);
    744747  bool hasSameNchanOverIFs();
    745748  std::string getMaskRangeList(const std::vector<bool>& mask,
Note: See TracChangeset for help on using the changeset viewer.