30 #ifndef COORDINATES_STOKESCOORDINATE_H
31 #define COORDINATES_STOKESCOORDINATE_H
261 const String &fieldName)
const;
A Vector of integers, for indexing into Array<T> objects.
virtual uInt nWorldAxes() const
virtual String showType() const
Always returns the String "Stokes".
virtual Bool toPixel(Vector< Double > &pixel, const Vector< Double > &world) const
virtual Vector< Double > referenceValue() const
void setStokes(const Vector< Int > &whichStokes)
Set a new vector of Stokes values (a vector of Stokes::StokesType)
static StokesCoordinate * restore(const RecordInterface &container, const String &fieldName)
Recover the StokesCoordinate from a record.
virtual void makePixelRelative(Vector< Double > &pixel) const
Make absolute coordinates relative and vice-versa.
virtual String format(String &units, Coordinate::formatType format, Double worldValue, uInt worldAxis, Bool isAbsolute=True, Bool showAsAbsolute=True, Int precision=-1, Bool usePrecForMixed=False) const
Format a StokesCoordinate world value with the common format interface (refer to the base class Coord...
virtual Coordinate * clone() const
Make a copy of the StokesCoordinate using new.
virtual Matrix< Double > linearTransform() const
virtual Bool setWorldAxisUnits(const Vector< String > &units)
The set function has no effect as the units must be empty for a StokesCoordinate Always returns True...
virtual Vector< Double > referencePixel() const
formatType
This enum is used for formatting world values into Strings.
StokesTypes
The Stokes types are defined by this enum.
virtual void makeWorldRelative(Vector< Double > &world) const
virtual Bool doNearPixel(const Coordinate &other, const Vector< Bool > &thisAxes, const Vector< Bool > &otherAxes, Double tol=1.0e-6) const
Comparison only made for specified axes in this and other Coordinate.
virtual uInt nPixelAxes() const
Always returns 1.
virtual void setDefaultWorldMixRanges()
virtual void makeWorldAbsolute(Vector< Double > &world) const
virtual ~StokesCoordinate()
Destructor.
Interface for converting between world and pixel coordinates.
virtual Bool setReferencePixel(const Vector< Double > &refPix)
virtual Vector< Double > increment() const
virtual void makePixelAbsolute(Vector< Double > &pixel) const
virtual Bool setLinearTransform(const Matrix< Double > &xform)
virtual Bool setWorldMixRanges(const IPosition &shape)
Set the world min and max ranges, for use in function toMix, for a lattice of the given shape (for th...
bool Bool
Define the standard types used by Casacore.
virtual Vector< String > worldAxisUnits() const
virtual Bool setIncrement(const Vector< Double > &inc)
StokesCoordinate()
Undefined and inaccessible.
TableExprNode shape(const TableExprNode &array)
Function operating on any scalar or array resulting in a Double array containing the shape...
Type
This enum lists the types of the derived classes.
Vector< String > stokesStrings() const
Get the stokes string representations.
virtual Bool setWorldAxisNames(const Vector< String > &names)
Set the value of the requested attribute.
virtual Bool save(RecordInterface &container, const String &fieldName) const
Save the StokesCoordinate into the supplied record using the supplied field name. ...
const Double e
e and functions thereof:
Interconvert between pixel and Stokes value.
Double crval_p
Keep these for subimaging purposes.
virtual Bool setReferenceValue(const Vector< Double > &refval)
Vector< Int > stokes() const
Get the Stokes values (Stokes::StokesType) that we constructed with into a vector.
String: the storage and methods of handling collections of characters.
virtual Coordinate::Type type() const
Returns Coordinates::STOKES.
virtual Vector< String > worldAxisNames() const
Report the value of the requested attribute.
virtual Bool toWorld(Vector< Double > &world, const Vector< Double > &pixel, Bool=True) const
Convert a pixel to a world coordinate or vice versa.
Abstract base class for Record classes.
StokesCoordinate & operator=(const StokesCoordinate &other)
Assignment (copy semantics)
virtual Bool near(const Coordinate &other, Double tol=1e-6) const
Comparison function.