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

add stokes conversion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/SDFITSImageWriter.h

    r209 r443  
    4949// Write out lots of FITS images, one per row, beam, IF and polarization
    5050  casa::Bool write(const SDMemTable& table, const casa::String& rootName,
    51                    casa::Bool verbose=casa::True);
     51                   casa::Bool toStokes, casa::Bool verbose=casa::True);
    5252
    5353private:
    54    casa::Int convertStokes(casa::Int val);
     54   casa::Int convertStokes(casa::Int val, casa::Bool toStokes, casa::Bool linear) const;
    5555};
    5656
Note: See TracChangeset for help on using the changeset viewer.