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/NRO45Reader.cc

    r1757 r1868  
    9393  // (conversion is done by http://vldb.gsi.go.jp/sokuchi/tky2jgd/)
    9494 
    95   double elon = 138. + 28. / 60. + 9.96444 / 3600. ;
    96   double nlat = 35. + 56. / 60. + 52.3314 / 3600. ;
    97   double alti = 1350. ;
     95//   double elon = 138. + 28. / 60. + 9.96444 / 3600. ;
     96//   double nlat = 35. + 56. / 60. + 52.3314 / 3600. ;
     97//   double alti = 1350. ;
    9898
    99   MPosition p( MVPosition( Quantity( alti, "m" ),
    100                            Quantity( elon, "deg" ),
    101                            Quantity( nlat, "deg" ) ),
    102                MPosition::Ref( MPosition::WGS84 ) ) ;
     99//   Double elon = 138.4725 ;
     100//   Double nlat = 35.9445 ;
     101//   Double alti = 1412.599 ;
     102
     103//   MPosition p( MVPosition( Quantity( alti, "m" ),
     104//                            Quantity( elon, "deg" ),
     105//                            Quantity( nlat, "deg" ) ),
     106//                MPosition::Ref( MPosition::WGS84 ) ) ;
     107
     108  Double posx = -3.8710235e6 ;
     109  Double posy = 3.4281068e6 ;
     110  Double posz = 3.7240395e6 ;
     111  MPosition p( MVPosition( posx, posy, posz ),
     112               MPosition::ITRF ) ;
     113
    103114  MeasFrame frame( p ) ;
    104115  MVPosition mvp ;
Note: See TracChangeset for help on using the changeset viewer.