Changeset 3106 for trunk/src/STFiller.h


Ignore:
Timestamp:
10/04/16 18:20:50 (8 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes/No?

Interface Changes: Yes/No?

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...


Check-in asap modifications from Jim regarding casacore namespace conversion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.h

    r3089 r3106  
    5252   * @param stbl
    5353   */
    54   explicit STFiller(casa::CountedPtr< Scantable > stbl);
     54  explicit STFiller(casacore::CountedPtr< Scantable > stbl);
    5555
    5656
     
    7676   * @exception AipsError Creation of PKSreader failed
    7777   */
    78   void open( const std::string& filename, const std::string& antenna, int whichIF=-1, int whichBeam=-1, casa::Bool getPt=casa::False );
     78  void open( const std::string& filename, const std::string& antenna, int whichIF=-1, int whichBeam=-1, casacore::Bool getPt=casacore::False );
    7979
    8080  /**
     
    9292  int read( );
    9393
    94   casa::CountedPtr<Scantable> getTable() const { return table_;}
     94  casacore::CountedPtr<Scantable> getTable() const { return table_;}
    9595
    9696  /**
     
    109109  void openNRO( int whichIF=-1, int whichBeam=-1 ) ;
    110110  int readNRO() ;
    111   casa::Bool fileCheck() ;
     111  casacore::Bool fileCheck() ;
    112112
    113113  void setReferenceExpr(const std::string& rx) { refRx_ = rx; }
     
    117117  PKSreader* reader_;
    118118  STHeader* header_;
    119   casa::String filename_;
    120   casa::CountedPtr< Scantable > table_;
    121   casa::Int nIF_, nBeam_, /* nPol_, nChan_,*/ nInDataRow;
    122   casa::uInt ifOffset_, beamOffset_;
    123   casa::Vector<casa::Bool> haveXPol_;
    124   casa::String refRx_;
     119  casacore::String filename_;
     120  casacore::CountedPtr< Scantable > table_;
     121  casacore::Int nIF_, nBeam_, /* nPol_, nChan_,*/ nInDataRow;
     122  casacore::uInt ifOffset_, beamOffset_;
     123  casacore::Vector<casacore::Bool> haveXPol_;
     124  casacore::String refRx_;
    125125  NROReader *nreader_ ;
    126   casa::Bool isNRO_ ;
     126  casacore::Bool isNRO_ ;
    127127};
    128128
Note: See TracChangeset for help on using the changeset viewer.