Ignore:
Timestamp:
07/14/11 15:02:29 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1913

Ready for Test: Yes

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

Frequency is stored as LSRK value although raw frequency value is
in arbitrary frequency frame.
Also, direction is stored as J2000 value independently of original
direction reference code.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/asdm2ASAP/ASDMReader.h

    r2220 r2225  
    237237   **/
    238238  std::vector<double> getSourceDirection( unsigned int idx ) ;
     239  void getSourceDirection( unsigned int idx,
     240                           std::vector<double> &dir,
     241                           std::string &ref  ) ;
     242
     243  /**
     244   * get source direction with reference
     245   *
     246   * @param dir source direction
     247   * @param reference frame
     248   * @param idx for Source table
     249   **/
     250  void getSourceDirection( std::vector<double> &dir, std::string &ref ) ;
    239251 
    240252  /**
     
    496508                casa::Vector<casa::Double> antpos ) ;
    497509
     510  /**
     511  * to J2000
     512  *
     513  * @param dir pointing direction
     514  * @param dirref direction reference
     515  * @param mjd reference time
     516  * @param antpos antenna position vector
     517  * @return new direction
     518  **/
     519  std::vector<double> toJ2000( std::vector<double> dir,
     520                               casa::String dirref,
     521                               double mjd,
     522                               casa::Vector<casa::Double> antpos ) ;
    498523  /**
    499524   * get nIF
Note: See TracChangeset for help on using the changeset viewer.