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

    r1372 r1453  
    22//# MBFITSreader.h: ATNF single-dish RPFITS reader.
    33//#---------------------------------------------------------------------------
    4 //# Copyright (C) 2000-2007
     4//# Copyright (C) 2000-2006
    55//# Mark Calabretta, ATNF
    66//#
     
    2727//#                        AUSTRALIA
    2828//#
    29 //# $Id: MBFITSreader.h,v 19.13 2007/07/02 06:11:22 cal103 Exp $
     29//# $Id$
    3030//#---------------------------------------------------------------------------
    3131//# The MBFITSreader class reads single dish RPFITS files (such as Parkes
     
    107107
    108108  private:
    109     // RPFITSIN subroutine arguments.
    110     int   cBaseline, cFlag, cBin, cIFno, cSrcNo;
    111     float cUTC, cU, cV, cW, *cVis, *cWgt;
    112 
    113109    char   cDateObs[10];
    114110    int    *cBeamSel, *cChanOff, cFirst, *cIFSel, cInterp, cIntTime, cMBopen,
    115            cMopra, cNBeamSel, cNBin, cRetry, *cStaleness, cSUpos, *cXpolOff;
     111           cMopra, cNBeamSel, cNBin, cRetry, *cStaleness, cTid, *cXpolOff;
     112    float  *cVis;
    116113
    117114    // The data has to be bufferred to allow positions to be interpolated.
     
    121118
    122119    int    cCycleNo, cScanNo;
    123     double cPrevUTC;
     120    double cUTC;
    124121
    125122    // Read the next data record from the RPFITS file.
    126123    int rpget(int syscalonly, int &EOS);
     124    // These are no longer define in the RPFITS.h file so moved here
     125    int jstat;
     126    float *weight;
     127    int baseline;
     128    int flag;
     129    int bin;
     130    int if_no;
     131    int sourceno;
     132    float *vis;
     133    float u;
     134    float v;
     135    float w;
     136    float ut;
     137           
    127138};
    128139
Note: See TracChangeset for help on using the changeset viewer.