Changeset 2919 for trunk/src/STMath.h


Ignore:
Timestamp:
04/04/14 20:08:17 (10 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...

Refactoring.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMath.h

    r2917 r2919  
    401401  casa::Vector<casa::uChar>
    402402    flagsFromMA(const casa::MaskedArray<casa::Float>& ma);
    403 
    404   // Chopper-Wheel type calibration
    405   void calibrateCW( casa::CountedPtr<Scantable> &out,
    406                     const casa::CountedPtr<Scantable> &on,
    407                     const casa::CountedPtr<Scantable> &off,
    408                     const casa::CountedPtr<Scantable> &sky,
    409                     const casa::CountedPtr<Scantable> &hot,
    410                     const casa::CountedPtr<Scantable> &cold,
    411                     const casa::Vector<casa::uInt> &rows,
    412                     const casa::String &antname ) ;
    413 
    414   // Tsys * (ON-OFF)/OFF
    415   void calibrateALMA( casa::CountedPtr<Scantable>& out,
    416                       const casa::CountedPtr<Scantable>& on,
    417                       const casa::CountedPtr<Scantable>& off,
    418                       const casa::Vector<casa::uInt>& rows ) ;
    419403
    420404  // Frequency switching
Note: See TracChangeset for help on using the changeset viewer.