Ignore:
Timestamp:
03/15/12 13:32:20 (12 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-3345

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: import T100H/V data

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

POLNO is properly handled for T100H/V data while IFNO keeps array number.

File:
1 edited

Legend:

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

    r2203 r2434  
    734734//   for ( int i = 0 ; i < ARYNM ; i++ ) {
    735735//     if ( i == 0 ) {
    736 //       //cout << "HORN    " ;
     736//       cout << "HORN    " ;
    737737//     }
    738738//     else if ( ( i % 5 ) == 0 ) {
    739 //       //cout << endl << "        " ;
    740 //     }
    741 //     //cout << "\'" << HORN[i] << "\' " ;
     739//       cout << endl << "        " ;
     740//     }
     741//     cout << "\'" << HORN[i] << "\' " ;
    742742//   }
    743 //   //cout << endl ;
     743//   cout << endl ;
    744744  //
    745745  if ( readColumn( POLTP, "POLTP" ) != 0 ) {
     
    27422742}
    27432743
     2744uInt NROFITSDataset::getPolNo( int irow )
     2745{
     2746  char rx[9] ;
     2747  readTable( rx, "RX", 8, irow ) ;
     2748  rx[8] = '\0' ;
     2749  //cout << rx << endl ;
     2750  return polNoFromRX( rx ) ;
     2751}
     2752
    27442753// double NROFITSDataset::toLSR( double v, double t, double x, double y )
    27452754// {
Note: See TracChangeset for help on using the changeset viewer.