Changeset 3106 for trunk/src/STWriter.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/STWriter.h

    r2658 r3106  
    6262   * @return ststus code from PKSwriter
    6363   */
    64   casa::Int setFormat(const string& format = "SDFITS");
     64  casacore::Int setFormat(const string& format = "SDFITS");
    6565
    6666  /**
     
    7070   * @return
    7171   */
    72   casa::Int write(const casa::CountedPtr<Scantable> table,
     72  casacore::Int write(const casacore::CountedPtr<Scantable> table,
    7373            const string& filename);
    7474
    7575private:
    76   casa::Vector<casa::Float> tsysFromTable(const casa::Table& tab);
     76  casacore::Vector<casacore::Float> tsysFromTable(const casacore::Table& tab);
    7777
    78   void polConversion( casa::Matrix<casa::Float>& spec,
    79                       casa::Matrix<casa::uChar>& flag,
    80                       casa::Vector<casa::Complex>& xpol,
    81                       const casa::Table& tab);
     78  void polConversion( casacore::Matrix<casacore::Float>& spec,
     79                      casacore::Matrix<casacore::uChar>& flag,
     80                      casacore::Vector<casacore::Complex>& xpol,
     81                      const casacore::Table& tab);
    8282
    83   casa::String getObsTypes( casa::Int srctype ) ;
     83  casacore::String getObsTypes( casacore::Int srctype ) ;
    8484
    8585  std::string     format_;
Note: See TracChangeset for help on using the changeset viewer.