Changeset 3114


Ignore:
Timestamp:
03/21/17 20:27:52 (7 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): sd.scantable, sdsaveold

Description: Fixed antenna position of ASTE.


Location:
trunk/external-alma/atnf/PKSIO
Files:
2 edited

Legend:

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

    r2782 r3114  
    7777  // double nlat = -22. - 58. / 60. - 18. / 3600. ;
    7878  // double alti = 2400. ;
    79   double elon = -67.7031 ;
    80   double nlat = -22.9717 ;
    81   double alti = 4800.0 ;
     79  // double elon = -67.7031 ;
     80  // double nlat = -22.9717 ;
     81  // double alti = 4800.0 ;
     82  //
     83  // Updated: 2017/03/21 The value from COSMOS3
     84  double elon = -67.703339424 ;
     85  double nlat = -22.9715818 ;
     86  double alti = 4861.900 ;
    8287
    8388  // APEX value
  • trunk/external-alma/atnf/PKSIO/NRODataset.cc

    r3111 r3114  
    15121512    // ASTE
    15131513    Vector<Double> pos( 2 ) ;
    1514     pos[0] = -67.7031 ;
    1515     pos[1] = -22.9717 ;
    1516     Double sitealt = 4800.0 ;
     1514    pos[0] = -67.703339424;
     1515    pos[1] = -22.9715818;
     1516    Double sitealt = 4861.900 ;
    15171517    mp = MPosition( MVPosition( Quantity( sitealt, "m" ),
    15181518                                Quantum< Vector<Double> >( pos, "deg" ) ),
Note: See TracChangeset for help on using the changeset viewer.