Changeset 2428


Ignore:
Timestamp:
03/12/12 14:56:10 (12 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (a bug fix)

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): asap.scantable

Description: asap.scantable.freq_align now passes parameters, reftime and method, properly to down-streams.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STMathWrapper.h

    r2177 r2428  
    197197                                   const std::string& refTime,
    198198                                   const std::string& method  )
    199   { return ScantableWrapper(STMath::frequencyAlign(in.getCP())); }
     199  { return ScantableWrapper(STMath::frequencyAlign(in.getCP(),
     200                                                   refTime, method)); }
    200201
    201202  ScantableWrapper convertPolarisation( const ScantableWrapper& in,
Note: See TracChangeset for help on using the changeset viewer.