Changeset 2293 for trunk/src/MSWriter.h


Ignore:
Timestamp:
09/12/11 14:53:57 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: 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...

Removed unused methods in MSWriter.
Cleaned up comments.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSWriter.h

    r2291 r2293  
    8686  void fillSysCal( std::map< casa::Int,casa::Vector<casa::uInt> > &idrec,
    8787                   std::map< casa::Int,casa::Vector<casa::uInt> > &rowrec ) ;
    88 //   void fillSysCal( Record &idrec, Record &rowrec ) ;
    89 //   void fillSysCal() ;
    90 
    91   // fill empty rows
    92   void infillSpectralWindow() ;
    93 
    94   // add rows to subtables
    95   void addFeed( casa::Int id ) ;
    96   void addSpectralWindow( casa::Int spwid, casa::Int freqid ) ;
    97   void addField( casa::Int fid, casa::String fieldname, casa::String srcname, casa::Double t, casa::Vector<casa::Double> scanrate ) ;
    98   void addPointing( casa::String &name, casa::Double &me, casa::Double &interval, casa::Matrix<casa::Double> &dir ) ;
    99   casa::Int addPolarization( casa::Vector<casa::Int> polnos ) ;
    100   casa::Int addDataDescription( casa::Int polid, casa::Int spwid ) ;
    101   casa::Int addState( casa::Int type, casa::Int &subscan ) ;
    10288
    10389  // utility
    104   casa::Vector<casa::Int> toCorrType( casa::Vector<casa::Int> polnos ) ;
    10590  void getValidTimeRange( casa::Double &me, casa::Double &interval, casa::Table &tab ) ;
    10691  void getValidTimeRange( casa::Double &me, casa::Double &interval, casa::Vector<casa::Double> &atime, casa::Vector<casa::Double> &ainterval ) ;
    107   //void queryType( casa::Int type, casa::String &stype, casa::Bool &b ) ;
    108   void queryType( casa::Int type, casa::String &stype, casa::Bool &b, casa::Double &t, Double &l ) ;
    109   casa::Double getDishDiameter( casa::String antname ) ;
    11092  void antennaProperty( casa::String &name, casa::String &mount, casa::String &type, casa::Double &diameter ) ;
    11193
     
    11597  casa::CountedPtr<Scantable> table_ ;
    11698  STHeader header_ ;
    117   //casa::CountedPtr<casa::MeasurementSet> mstable_ ;
    11899  casa::MeasurementSet *mstable_ ;
    119100
     
    134115  casa::LogIO os_ ;
    135116
    136 //   casa::Record tcalIdRec_ ;
    137 //   casa::Record tcalRowRec_ ;
    138117  casa::Record srcRec_ ;
    139118 
Note: See TracChangeset for help on using the changeset viewer.