Ignore:
Timestamp:
01/13/10 12:50:13 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1799

Ready to Release: No

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...

Calibration algorithm for ALMA data (data from OSF) is updated.


File:
1 edited

Legend:

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

    r1652 r1673  
    238238                                      casa::Double choffset = 0.0 );
    239239
     240  /**
     241   * ALMA calibration
     242   **/
     243  casa::CountedPtr<Scantable> almacal( const casa::CountedPtr<Scantable>& s,
     244                                       const casa::String calmode ) ;
     245  casa::CountedPtr<Scantable> almacalfs( const casa::CountedPtr<Scantable>& s ) ;
     246
    240247  casa::CountedPtr<Scantable>
    241248    freqSwitch( const casa::CountedPtr<Scantable>& in );
     
    362369  vector<float> getTsysFromTime( string reftime, casa::CountedPtr<Scantable>& s, string mode="before" ) ;
    363370  vector<int> getRowIdFromTime( string reftime, casa::CountedPtr<Scantable>& s ) ;
     371
     372  // Chopper-Wheel type calibration
    364373  vector<float> getCalibratedSpectra( casa::CountedPtr<Scantable>& on,
    365374                                      casa::CountedPtr<Scantable>& off,
     
    369378                                      int index,
    370379                                      string antname ) ;
     380  // Tsys * (ON-OFF)/OFF
     381  vector<float> getCalibratedSpectra( casa::CountedPtr<Scantable>& on,
     382                                      casa::CountedPtr<Scantable>& off,
     383                                      int index ) ;
    371384  vector<float> getFSCalibratedSpectra( casa::CountedPtr<Scantable>& sig,
    372385                                        casa::CountedPtr<Scantable>& ref,
Note: See TracChangeset for help on using the changeset viewer.