Ignore:
Timestamp:
01/31/08 15:15:02 (16 years ago)
Author:
Malte Marquarding
Message:

Mark C added brightness unit to PKSreader/writer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STWriter.cpp

    r1391 r1410  
    139139  Int status;
    140140  status = writer_->create(String(filename), hdr.observer, hdr.project,
    141                                hdr.antennaname, hdr.antennaposition,
    142                                hdr.obstype, hdr.equinox, hdr.freqref,
    143                                nChan, nPol, havexpol, False);
     141                           hdr.antennaname, hdr.antennaposition,
     142                           hdr.obstype, hdr.fluxunit,
     143                           hdr.equinox, hdr.freqref,
     144                           nChan, nPol, havexpol, False);
    144145  if ( status ) {
    145146    throw(AipsError("Failed to create output file"));
Note: See TracChangeset for help on using the changeset viewer.