Ignore:
Timestamp:
05/22/12 13:07:47 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Updated STMath::almacal to use STMath::copyRows instead of TableCopy::copyRows


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/hpc33/src/STMath.h

    r2543 r2544  
    403403
    404404  vector<float> getSpectrumFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode = "before" ) ;
    405   vector<float> getSpectrumFromTime( double reftime, casa::Vector<casa::Double> &v, casa::CountedPtr<Scantable>& s, string mode = "before" ) ;
     405  vector<float> getSpectrumFromTime( double reftime, casa::Vector<casa::Double> &v, const casa::CountedPtr<Scantable>& s, string mode = "before" ) ;
    406406  vector<float> getTcalFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode="before" ) ;
    407407  vector<float> getTsysFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode="before" ) ;
     
    425425  void calibrateALMA( casa::CountedPtr<Scantable>& on,
    426426                      casa::CountedPtr<Scantable>& off,
     427                      casa::Vector<casa::uInt>& rows ) ;
     428  void calibrateALMA( casa::CountedPtr<Scantable>& out,
     429                      const casa::CountedPtr<Scantable>& on,
     430                      const casa::CountedPtr<Scantable>& off,
    427431                      casa::Vector<casa::uInt>& rows ) ;
    428432  vector<float> getFSCalibratedSpectra( casa::CountedPtr<Scantable>& sig,
Note: See TracChangeset for help on using the changeset viewer.