Ignore:
Timestamp:
08/04/11 12:58:21 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: No

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

Preparation for check in tuning on NRO filler.
Merge changes in trunk.

r2154
r2156
r2158
r2198-2203
r2212
r2261


Location:
branches/parallel
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/parallel

  • branches/parallel/external-alma

  • branches/parallel/external-alma/atnf/PKSIO/NROFITSDataset.cc

    r1869 r2262  
    622622//   for ( int i = 0 ; i < ARYNM ; i++ ) {
    623623//     if ( i == 0 ) {
    624 //       //cout << "RX      " ;
     624//       cout << "RX      " ;
    625625//     }
    626626//     else if ( ( i % 5 ) == 0 ) {
    627 //       //cout << endl << "        " ;
    628 //     }
    629 //     //cout << "\'" << RX[i] << "\' " ;
     627//       cout << endl << "        " ;
     628//     }
     629//     cout << "\'" << RX[i] << "\' " ;
    630630//   }
    631 //   //cout << endl ;
     631//   cout << endl ;
    632632  //
    633633  if ( readColumn( HPBW, "HPBW", sameEndian ) != 0 ) {
     
    27342734}
    27352735
     2736double NROFITSDataset::getScanTime( int i )
     2737{
     2738  double startTime = getStartIntTime( i ) ;
     2739  double interval = getIPTIM() ;
     2740  interval /= 86400.0 ;
     2741  return startTime+0.5*interval ;
     2742}
     2743
    27362744// double NROFITSDataset::toLSR( double v, double t, double x, double y )
    27372745// {
Note: See TracChangeset for help on using the changeset viewer.