Changes in trunk/src/Scantable.h [1947:1819]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Scantable.h
r1947 r1819 18 18 // AIPS++ 19 19 #include <casa/aips.h> 20 #include <casa/Containers/Record.h>21 20 #include <casa/Arrays/MaskedArray.h> 22 21 #include <casa/BasicSL/String.h> … … 48 47 #include "STFit.h" 49 48 #include "STFitEntry.h" 50 #include "STFitter.h"51 49 52 50 namespace asap { … … 368 366 369 367 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; 372 369 double getIntTime(int whichrow) const { return integrCol_(whichrow); } 373 370 … … 489 486 void regridChannel( int nchan, double dnu, int irow ) ; 490 487 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);495 488 496 489 private: … … 506 499 507 500 std::string formatTime(const casa::MEpoch& me, bool showdate)const; 508 std::string formatTime(const casa::MEpoch& me, bool showdate, casa::uInt prec)const;509 501 510 502 /** … … 514 506 */ 515 507 std::string formatDirection(const casa::MDirection& md) const; 508 516 509 517 510 /** … … 605 598 const casa::String&, 606 599 const casa::Array<T2>&); 607 608 void doPolyBaseline(const std::vector<bool>& mask, int order, int rowno, Fitter& fitter);609 600 }; 610 601
Note:
See TracChangeset
for help on using the changeset viewer.