Ignore:
Timestamp:
11/19/08 20:41:16 (16 years ago)
Author:
Malte Marquarding
Message:

update from livedata CVS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/external/atnf/PKSIO/PKSMS2reader.h

    r1427 r1452  
    2626//#                        Charlottesville, VA 22903-2475 USA
    2727//#
    28 //# $Id: PKSMS2reader.h,v 19.14 2008-06-26 02:03:51 cal103 Exp $
     28//# $Id: PKSMS2reader.h,v 19.17 2008-11-17 06:38:53 cal103 Exp $
    2929//#---------------------------------------------------------------------------
    3030//# Original: 2000/08/03, Mark Calabretta, ATNF
     
    3535
    3636#include <atnf/PKSIO/PKSreader.h>
     37#include <atnf/PKSIO/PKSrecord.h>
    3738
    3839#include <casa/aips.h>
     
    4647#include <tables/Tables/ScalarColumn.h>
    4748
     49#include <casa/namespace.h>
     50
    4851// <summary>
    4952// Class to read Parkes Multibeam data from a v2 MS.
    5053// </summary>
    51 
    52 #include <casa/namespace.h>
    5354
    5455class PKSMS2reader : public PKSreader
     
    101102        const Bool getSpectra = True,
    102103        const Bool getXPol    = False,
    103         const Bool getFeedPos = False);
     104        const Int  coordSys   = 0);
    104105
    105106    // Find the range of the data selected in time and position.
     
    111112
    112113    // Read the next data record.
    113     virtual Int read(MBrecord &mbrec);
    114 
    115     // Read the next data record, just the basics.
    116     virtual Int read(
    117         Int           &IFno,
    118         Vector<Float> &tsys,
    119         Vector<Float> &calFctr,
    120         Matrix<Float> &baseLin,
    121         Matrix<Float> &baseSub,
    122         Matrix<Float> &spectra,
    123         Matrix<uChar> &flagged);
     114    virtual Int read(PKSrecord &pksrec);
    124115
    125116    // Close the MS.
Note: See TracChangeset for help on using the changeset viewer.