Changeset 2016 for trunk/src/MSWriter.h


Ignore:
Timestamp:
02/28/11 18:50:34 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-2718

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...

Tuning MSWriter.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/MSWriter.h

    r1977 r2016  
    7171  void addSpectralWindow( casa::Int spwid, casa::Int freqid ) ;
    7272  void addField( casa::Int fid, casa::String fieldname, casa::String srcname, casa::Double t, casa::Vector<casa::Double> scanrate ) ;
    73   void addPointing( casa::String &name, casa::MEpoch &me, casa::Double &interval, casa::Matrix<casa::Double> &dir ) ;
     73  void addPointing( casa::String &name, casa::Double &me, casa::Double &interval, casa::Matrix<casa::Double> &dir ) ;
    7474  casa::Int addPolarization( casa::Vector<casa::Int> polnos ) ;
    7575  casa::Int addDataDescription( casa::Int polid, casa::Int spwid ) ;
     
    7878  // utility
    7979  casa::Vector<casa::Int> toCorrType( casa::Vector<casa::Int> polnos ) ;
    80   void getValidTimeRange( casa::MEpoch &me, casa::Double &interval, casa::Table &tab ) ;
    81   void queryType( casa::Int type, casa::String &stype, casa::Bool &b ) ;
     80  void getValidTimeRange( casa::Double &me, casa::Double &interval, casa::Table &tab ) ;
     81  //void queryType( casa::Int type, casa::String &stype, casa::Bool &b ) ;
     82  void queryType( casa::Int type, casa::String &stype, casa::Bool &b, casa::Double &t, Double &l ) ;
     83
     84  // tool for HPC
     85  double gettimeofday_sec() ;
    8286
    8387  casa::CountedPtr<Scantable> table_ ;
    8488  STHeader header_ ;
    85   casa::CountedPtr<casa::MeasurementSet> mstable_ ;
     89  //casa::CountedPtr<casa::MeasurementSet> mstable_ ;
     90  casa::MeasurementSet *mstable_ ;
    8691
    8792  casa::Bool useFloatData_ ;
     
    8994  casa::Bool tcalSpec_ ;
    9095  casa::Bool tsysSpec_ ;
     96
     97  casa::String ptTabName_ ;
    9198
    9299  casa::String polType_ ;
     
    97104
    98105  casa::Record tcalIdRec_ ;
     106  casa::Record tcalRowRec_ ;
    99107 
    100108  MSWriter();
Note: See TracChangeset for help on using the changeset viewer.