- Timestamp:
- 02/04/09 10:41:40 (16 years ago)
- Location:
- branches/alma/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/STFiller.cpp
r1493 r1495 74 74 } 75 75 76 void STFiller::open( const std::string& filename, int whichIF, int whichBeam )76 void STFiller::open( const std::string& filename, int whichIF, int whichBeam, casa::Bool getPt ) 77 77 { 78 78 if (table_.null()) { … … 211 211 Vector<Int> start(nIF_, 1); 212 212 Vector<Int> end(nIF_, 0); 213 reader_->select(beams, ifs, start, end, ref, True, haveXPol_[0], False );213 reader_->select(beams, ifs, start, end, ref, True, haveXPol_[0], False, getPt); 214 214 table_->setHeader(*header_); 215 215 //For MS, add the location of POINTING of the input MS so one get -
branches/alma/src/STFiller.h
r1458 r1495 76 76 * @exception AipsError Creation of PKSreader failed 77 77 */ 78 void open( const std::string& filename, int whichIF=-1, int whichBeam=-1 );78 void open( const std::string& filename, int whichIF=-1, int whichBeam=-1, casa::Bool getPt=casa::False ); 79 79 80 80 /**
Note:
See TracChangeset
for help on using the changeset viewer.