Changeset 1142


Ignore:
Timestamp:
08/16/06 09:40:54 (18 years ago)
Author:
mar637
Message:

undid last check-in as pksreader can handle this data now.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.cpp

    r1139 r1142  
    166166      throw(AipsError("Illegal IF selection"));
    167167    }
    168   } else {
    169     // hack Multibeam Methanol until pksreader is patched
    170      if ( (header_->obstype) == "MX" && header_->nbeam  == 7 ) {
    171         pushLog("Guessing this is Methanol Multibeam Data .\n"
    172                 "Only importing first IF...");
    173         ifs = False;
    174         ifs[0] = True;
    175         header_->nif = 1;
    176         nIF_ = 1;
    177         ifOffset_ = 0;
    178      }
    179   }
    180 
     168  }
    181169  beamOffset_ = 0;
    182170  if (whichBeam>=0) {
Note: See TracChangeset for help on using the changeset viewer.