Changeset 2023


Ignore:
Timestamp:
03/02/11 16:31:40 (13 years ago)
Author:
Takeshi Nakazato
Message:

New Development: No

JIRA Issue: No

Ready for Test: Yes

Interface Changes: No

What Interface Changed: Please list interface changes

Test Programs: List test programs

Put in Release Notes: Yes/No?

Module(s): Module Names change impacts.

Description: Describe your changes here...

Change according to introducing MSFiller.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWriter.cpp

    r2007 r2023  
    163163  // Create the output file and write static data.
    164164  Int status;
     165//   status = writer_->create(String(filename), hdr.observer, hdr.project,
     166//                            hdr.antennaname, hdr.antennaposition,
     167//                            hdr.obstype, hdr.fluxunit,
     168//                            hdr.equinox, hdr.freqref,
     169//                            nChan, nPol, havexpol, False);
    165170  status = writer_->create(String(filename), hdr.observer, hdr.project,
    166                            hdr.antennaname, hdr.antennaposition,
     171                           inst->getAntennaName(), hdr.antennaposition,
    167172                           hdr.obstype, hdr.fluxunit,
    168173                           hdr.equinox, hdr.freqref,
Note: See TracChangeset for help on using the changeset viewer.