Changeset 442 for trunk/src/SDWriter.h


Ignore:
Timestamp:
02/15/05 11:57:48 (19 years ago)
Author:
kil064
Message:

fix output reference pixel calculation
add stokes conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDWriter.h

    r199 r442  
    5050
    5151// Format can be "SDFITS", "FITS", "MS2" or "ASCII"
     52// Stokes conversion available for FITS and ASCII at present
    5253  casa::Int setFormat(const string &format = "SDFITS");
    5354  casa::Int write(const casa::CountedPtr<SDMemTable> table,
    54             const string &filename);
     55            const string &filename, casa::Bool toStokes);
    5556
    5657private:
Note: See TracChangeset for help on using the changeset viewer.