Changeset 1668 for branches/alma


Ignore:
Timestamp:
12/22/09 19:46:10 (14 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: Yes CAS-1683

Ready to Release: No

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: No

Module(s): Module Names change impacts.

Description: Describe your changes here...

Modification to support GBT SDFITS data.
IFNO is same as FREQ_ID.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/alma/src/STFiller.cpp

    r1657 r1668  
    383383    *rbCol = rb;
    384384    RecordFieldPtr<uInt> ifCol(rec, "IFNO");
    385     *ifCol = pksrec.IFno-ifOffset_- 1;
     385    //*ifCol = pksrec.IFno-ifOffset_- 1;
    386386    uInt id;
    387387    /// @todo this has to change when nchan isn't global anymore
     
    390390    RecordFieldPtr<uInt> mfreqidCol(rec, "FREQ_ID");
    391391    *mfreqidCol = id;
     392    *ifCol = id;
    392393
    393394    id = table_->molecules().addEntry(pksrec.restFreq);
Note: See TracChangeset for help on using the changeset viewer.