Changeset 1823


Ignore:
Timestamp:
08/02/10 19:28:09 (14 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (merge: recover logs)

Ready for Test: Yes

Interface Changes: No

Module(s): nothing just logs

Description:

restored several codes from tags/asap-trunk-no-alma to recover change logs.
In addition, STFITSImageWriter.cpp is modified by hand to merge a change in alma branch.

Location:
trunk
Files:
13 copied

Legend:

Unmodified
Added
Removed
  • trunk/src/STFITSImageWriter.cpp

    r1822 r1823  
    151151    oi.setObsDate(me);
    152152   
    153     const Double& rf = 
     153    //const Double& rf = 
     154    //  stable.molecules().getRestFrequency(rec.asuInt("MOLECULE_ID") );
     155    const std::vector<double>& rf =
    154156      stable.molecules().getRestFrequency(rec.asuInt("MOLECULE_ID") );
    155157    SpectralCoordinate sC =
Note: See TracChangeset for help on using the changeset viewer.