Ignore:
Timestamp:
05/15/12 15:23:48 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: Defined STIdxIter and its python interface

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Defined STIdxIter module that contains STIdxIterAcc class.
Python interface for STIdxIterAcc class also defined.
STMath::almacal is rewritten using STIdxIterAcc.


Location:
branches/hpc33/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/hpc33/src

  • branches/hpc33/src/STMath.h

    r2502 r2519  
    423423  void calibrateALMA( casa::CountedPtr<Scantable>& on,
    424424                      casa::CountedPtr<Scantable>& off ) ;
     425  void calibrateALMA( casa::CountedPtr<Scantable>& on,
     426                      casa::CountedPtr<Scantable>& off,
     427                      casa::Vector<casa::uInt>& rows ) ;
    425428  vector<float> getFSCalibratedSpectra( casa::CountedPtr<Scantable>& sig,
    426429                                        casa::CountedPtr<Scantable>& ref,
Note: See TracChangeset for help on using the changeset viewer.