Changeset 1139
- Timestamp:
- 08/15/06 16:09:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STFiller.cpp
r1110 r1139 166 166 throw(AipsError("Illegal IF selection")); 167 167 } 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 } 168 179 } 169 180
Note:
See TracChangeset
for help on using the changeset viewer.