Ignore:
Timestamp:
02/25/13 15:49:06 (11 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: Yes

Module(s): sd

Description: optimisation/refactoring the baselining functions for scantable.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STBaselineTable.h

    r2767 r2773  
    5959               casa::uInt lfavg,
    6060               casa::Vector<casa::uInt> lfedge);
     61  void appenddata(int scanno, int cycleno,
     62                  int beamno, int ifno, int polno,
     63                  int freqid, casa::Double time,
     64                  bool apply,
     65                  STBaselineFunc::FuncName ftype,
     66                  vector<int> fpar,
     67                  vector<float> ffpar,
     68                  casa::Vector<casa::uInt> mask,
     69                  vector<float> res,
     70                  float rms,
     71                  int nchan,
     72                  float cthres,
     73                  int citer,
     74                  float lfthres,
     75                  int lfavg,
     76                  vector<int> lfedge);
     77  void appenddata(int scanno, int cycleno,
     78                  int beamno, int ifno, int polno,
     79                  int freqid, casa::Double time,
     80                  bool apply,
     81                  STBaselineFunc::FuncName ftype,
     82                  int fpar,
     83                  vector<float> ffpar,
     84                  casa::Vector<casa::uInt> mask,
     85                  vector<float> res,
     86                  float rms,
     87                  int nchan,
     88                  float cthres,
     89                  int citer,
     90                  float lfthres,
     91                  int lfavg,
     92                  vector<int> lfedge);
    6193  void appenddata(casa::uInt scanno, casa::uInt cycleno,
    6294                  casa::uInt beamno, casa::uInt ifno, casa::uInt polno,
Note: See TracChangeset for help on using the changeset viewer.