Changeset 477
- Timestamp:
- 02/18/05 11:53:51 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDReader.cc
r420 r477 40 40 #include "SDReader.h" 41 41 #include "SDDefs.h" 42 #include "SDAttr.h" 42 43 43 44 using namespace casa; … … 157 158 158 159 Bool throwIt = False; 159 Instrument inst = SDMemTable::convertInstrument(header_->antennaname, 160 throwIt); 160 Instrument inst = SDAttr::convertInstrument(header_->antennaname, throwIt); 161 161 header_->fluxunit = "Jy"; 162 162 if (inst==ATMOPRA || inst==TIDBINBILLA) {
Note:
See TracChangeset
for help on using the changeset viewer.