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/STMathWrapper.h

    r1633 r1673  
    216216    return ScantableWrapper( STMath::cwcal( tab, mode, name ) ) ;
    217217  }
     218  // almacal
     219  ScantableWrapper almacal( const ScantableWrapper &in,
     220                          const std::string calmode )
     221  {
     222    casa::CountedPtr<Scantable> tab = in.getCP() ;
     223    casa::String mode( calmode ) ;
     224    return ScantableWrapper( STMath::almacal( tab, mode ) ) ;
     225  }
    218226};
    219227
Note: See TracChangeset for help on using the changeset viewer.