Changeset 2619 for trunk/src/MathUtils.h


Ignore:
Timestamp:
08/02/12 18:19:59 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2825

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: not available

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Take care of 2pi rotation on RA axis.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MathUtils.h

    r2258 r2619  
    110110
    111111/**
     112 * RA nomalization: n*2pi rotation if necessary
     113 **/
     114void rotateRA( const casa::Vector<casa::Double> &in,
     115               casa::Vector<casa::Double> &out ) ;
     116void rotateRA( casa::Vector<casa::Double> &v ) ;
     117
     118/**
    112119 * tool to record current time stamp
    113120 **/
Note: See TracChangeset for help on using the changeset viewer.