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

    r1393 r1453  
    8888        const Double          bandwidth,
    8989        const Double          freqInc,
    90         const Double          restFreq,
     90        //const Double          restFreq,
     91        const Vector<Double>  restFreq,
    9192        const Vector<Float>   tcal,
    9293        const String          tcalTime,
     
    166167    ScalarColumn<Complex> *cXCalFctrCol;
    167168
    168     // for GBT specific data handling
     169    // for handling parameters specific to GBT and other telescopes
    169170    Bool cGBT;
     171    Bool cSMT;
     172    Bool cAPEX;
     173    Bool cALMA;
    170174
    171175    // Add an entry to the ANTENNA subtable.
     
    225229        const Vector<Double> direction,
    226230        const Vector<Double> properMotion,
    227         const Double restFreq,
     231        //const Double restFreq,
     232        const Vector<Double> restFreq,
    228233        const Double radialVelocity);
    229234
Note: See TracChangeset for help on using the changeset viewer.