Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/Scantable.h

    r1947 r1819  
    1818// AIPS++
    1919#include <casa/aips.h>
    20 #include <casa/Containers/Record.h>
    2120#include <casa/Arrays/MaskedArray.h>
    2221#include <casa/BasicSL/String.h>
     
    4847#include "STFit.h"
    4948#include "STFitEntry.h"
    50 #include "STFitter.h"
    5149
    5250namespace asap {
     
    368366
    369367  std::string summary(bool verbose=false);
    370   //std::string getTime(int whichrow=-1, bool showdate=true) const;
    371   std::string getTime(int whichrow=-1, bool showdate=true, casa::uInt prec=0) const;
     368  std::string getTime(int whichrow=-1, bool showdate=true) const;
    372369  double getIntTime(int whichrow) const { return integrCol_(whichrow); }
    373370
     
    489486  void regridChannel( int nchan, double dnu, int irow ) ;
    490487
    491   bool getFlagtraFast(int whichrow);
    492 
    493   void polyBaselineBatch(const std::vector<bool>& mask, int order);
    494   STFitEntry polyBaseline(const std::vector<bool>& mask, int order, int rowno);
    495488
    496489private:
     
    506499
    507500  std::string formatTime(const casa::MEpoch& me, bool showdate)const;
    508   std::string formatTime(const casa::MEpoch& me, bool showdate, casa::uInt prec)const;
    509501
    510502  /**
     
    514506   */
    515507  std::string formatDirection(const casa::MDirection& md) const;
     508
    516509
    517510  /**
     
    605598                                                      const casa::String&,
    606599                                                      const casa::Array<T2>&);
    607 
    608   void doPolyBaseline(const std::vector<bool>& mask, int order, int rowno, Fitter& fitter);
    609600};
    610601
Note: See TracChangeset for help on using the changeset viewer.