Changeset 1139


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

temporary hack for import of methanol multibeam data

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.cpp

    r1110 r1139  
    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     }
    168179  }
    169180
Note: See TracChangeset for help on using the changeset viewer.