Changeset 1907 for trunk/src/Scantable.h


Ignore:
Timestamp:
08/26/10 19:46:26 (14 years ago)
Author:
WataruKawasaki
Message:

New Development: No

JIRA Issue: Yes CAS-1937,CAS-2373

Ready to Release: Yes

Interface Changes: Yes

What Interface Changed: A new parameter 'batch' was added to

sd.scantable.poly_baseline(), while
'uselin' was removed.

Test Programs:

Put in Release Notes: Yes

Module(s): sdbaseline

Description: A faster version of sd.scantable.poly_baseline().


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r1819 r1907  
    4747#include "STFit.h"
    4848#include "STFitEntry.h"
     49#include "STFitter.h"
    4950
    5051namespace asap {
     
    486487  void regridChannel( int nchan, double dnu, int irow ) ;
    487488
     489  bool getFlagtraFast(int whichrow);
     490
     491  void polyBaseline(const std::vector<bool>& mask, int order, int rowno);
     492  void polyBaseline(const std::vector<bool>& mask, int order, int rowno, int pars_ptr, int pars_size, int errs_ptr, int errs_size, int fmask_ptr, int fmask_size);
     493
    488494
    489495private:
     
    506512   */
    507513  std::string formatDirection(const casa::MDirection& md) const;
    508 
    509514
    510515  /**
     
    598603                                                      const casa::String&,
    599604                                                      const casa::Array<T2>&);
     605
     606  void doPolyBaseline(const std::vector<bool>& mask, int order, int rowno, Fitter& fitter);
    600607};
    601608
Note: See TracChangeset for help on using the changeset viewer.