Changeset 477


Ignore:
Timestamp:
02/18/05 11:53:51 (19 years ago)
Author:
kil064
Message:

function convertInstrument moved to SDAttr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDReader.cc

    r420 r477  
    4040#include "SDReader.h"
    4141#include "SDDefs.h"
     42#include "SDAttr.h"
    4243
    4344using namespace casa;
     
    157158
    158159  Bool throwIt = False;
    159   Instrument inst = SDMemTable::convertInstrument(header_->antennaname,
    160                                                   throwIt);
     160  Instrument inst = SDAttr::convertInstrument(header_->antennaname, throwIt);
    161161  header_->fluxunit = "Jy";
    162162  if (inst==ATMOPRA || inst==TIDBINBILLA) {
Note: See TracChangeset for help on using the changeset viewer.