Ignore:
Timestamp:
08/10/10 12:28:15 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

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): atnf

Description: Describe your changes here...

Sync with code/atnf/implement/PKSIO


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external-alma/atnf/PKSIO/ASTEReader.cc

    r1757 r1868  
    8888  // Ref.: Ezawa, H. et al. 2004, Proc. SPIE, 5489, 763
    8989  //
    90   double elon = -67. - 42. / 60. - 11. / 3600. ;
    91   double nlat = -22. - 58. / 60. - 18. / 3600. ;
    92   double alti = 2400. ;
     90  // double elon = -67. - 42. / 60. - 11. / 3600. ;
     91  // double nlat = -22. - 58. / 60. - 18. / 3600. ;
     92  // double alti = 2400. ;
     93  double elon = -67.7031 ;
     94  double nlat = -22.9717 ;
     95  double alti = 4800.0 ;
    9396
    9497  // APEX value
     
    101104                           Quantity( nlat, "deg" ) ),
    102105               MPosition::Ref( MPosition::WGS84 ) ) ;
     106
    103107  MeasFrame frame( p ) ;
    104108  MVPosition mvp ;
Note: See TracChangeset for help on using the changeset viewer.