- Timestamp:
- 03/02/11 16:31:40 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STWriter.cpp
r2007 r2023 163 163 // Create the output file and write static data. 164 164 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); 165 170 status = writer_->create(String(filename), hdr.observer, hdr.project, 166 hdr.antennaname, hdr.antennaposition,171 inst->getAntennaName(), hdr.antennaposition, 167 172 hdr.obstype, hdr.fluxunit, 168 173 hdr.equinox, hdr.freqref,
Note:
See TracChangeset
for help on using the changeset viewer.