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/CalibrationManager.h

    r3085 r3106  
    5353  void setFrequencyInterpolation(const std::string &interp, int order=-1);
    5454  void setTsysSpw(const std::vector<int> &spwlist);
    55   void setTsysSpwWithRange(const casa::Record &spwlist, bool average=false);
     55  void setTsysSpwWithRange(const casacore::Record &spwlist, bool average=false);
    5656  void setTsysTransfer(unsigned int from,
    5757                       const std::vector<unsigned int> &to);
    58   void setCalibrationOptions(const casa::Record &options) {options_ = options;}
     58  void setCalibrationOptions(const casacore::Record &options) {options_ = options;}
    5959  void resetCalSetup();
    6060  void reset();
     
    6767  STCalEnum::InterpolationType stringToInterpolationEnum(const std::string &s);
    6868
    69   casa::Bool isAlmaAntenna();
     69  casacore::Bool isAlmaAntenna();
    7070
    71   casa::CountedPtr<STApplyCal> applicator_;
     71  casacore::CountedPtr<STApplyCal> applicator_;
    7272
    73   std::vector<casa::CountedPtr<STApplyTable> > skytables_;
    74   std::vector<casa::CountedPtr<STApplyTable> > tsystables_;
     73  std::vector<casacore::CountedPtr<STApplyTable> > skytables_;
     74  std::vector<casacore::CountedPtr<STApplyTable> > tsystables_;
    7575
    76   casa::CountedPtr<Scantable> target_;
     76  casacore::CountedPtr<Scantable> target_;
    7777
    78   casa::String calmode_;
     78  casacore::String calmode_;
    7979  std::vector<int> spwlist_;
    80   casa::Record spwlist_withrange_;
     80  casacore::Record spwlist_withrange_;
    8181  bool do_average_;
    8282
    83   casa::LogIO os_;
     83  casacore::LogIO os_;
    8484
    85   casa::Record options_;
     85  casacore::Record options_;
    8686};
    8787
Note: See TracChangeset for help on using the changeset viewer.