Ignore:
Timestamp:
11/27/08 12:47:15 (16 years ago)
Author:
TakTsutsumi
Message:

New Development: No

JIRA Issue: No

Ready to Release: Yes

Interface Changes: Yes

What Interface Changed: many

Test Programs: sd.scantable(), sd.scantable.save()

Put in Release Notes: N/A

Description: copied from current casapy code tree


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/external/atnf/PKSIO/PKSMS2reader.h

    r1393 r1453  
    126126        Double          &bandwidth,
    127127        Double          &freqInc,
    128         Double          &restFreq,
     128        Vector<Double>  &restFreq,
    129129        Vector<Float>   &tcal,
    130130        String          &tcalTime,
     
    169169  private:
    170170    Bool   cHaveBaseLin, cHaveCalFctr, cHaveSrcVel, cHaveTsys, cHaveXCalFctr,
    171            cMSopen, cHaveTcal;
     171           cMSopen, cHaveTcal, cHaveDataCol, cATF, cHaveSysCal, cHaveCorrectedDataCol;
    172172    Int    cCycleNo, cIdx, cNRow, cScanNo;
    173173    Double cTime, lastmjd;
     
    213213    ROScalarColumn<Complex> cXCalFctrCol;
    214214    ROArrayColumn<Complex>  cDataCol;
     215    ROArrayColumn<Complex>  cCorrectedDataCol;
    215216    ROScalarColumn<Int>     cNumReceptorCol;
    216217    ROScalarColumn<Bool>    cSigStateCol;
Note: See TracChangeset for help on using the changeset viewer.