30 #ifndef COORDINATES_QUALITYCOORDINATE_H 31 #define COORDINATES_QUALITYCOORDINATE_H 33 #include <casacore/casa/aips.h> 34 #include <casacore/coordinates/Coordinates/Coordinate.h> 35 #include <casacore/measures/Measures/Quality.h> 36 #include <casacore/casa/Containers/Block.h> 37 #include <casacore/casa/Arrays/Vector.h> 230 const String &fieldName)
const;
virtual Bool setReferencePixel(const Vector< Double > &refPix)
A Vector of integers, for indexing into Array<T> objects.
virtual void makePixelAbsolute(Vector< Double > &pixel) const
virtual Bool setLinearTransform(const Matrix< Double > &xform)
virtual ~QualityCoordinate()
Destructor.
QualityCoordinate()
Undefined and inaccessible.
virtual Vector< Double > increment() const
virtual Vector< String > worldAxisNames() const
Report the value of the requested attribute.
virtual Bool toPixel(Vector< Double > &pixel, const Vector< Double > &world) const
virtual Bool save(RecordInterface &container, const String &fieldName) const
Save the QualityCoordinate into the supplied record using the supplied field name.
virtual Vector< Double > referenceValue() const
virtual Matrix< Double > linearTransform() const
virtual void makeWorldAbsolute(Vector< Double > &world) const
virtual void makeWorldRelative(Vector< Double > &world) const
Interconvert between pixel and Quality value.
static QualityCoordinate * restore(const RecordInterface &container, const String &fieldName)
Recover the QualityCoordinate from a record.
virtual Bool near(const Coordinate &other, Double tol=1e-6) const
Comparison function.
formatType
This enum is used for formatting world values into Strings.
virtual Bool toWorld(Vector< Double > &world, const Vector< Double > &pixel, Bool=True) const
Convert a pixel to a world coordinate or vice versa.
virtual void setDefaultWorldMixRanges()
virtual Bool setWorldAxisUnits(const Vector< String > &units)
The set function has no effect as the units must be empty for a QualityCoordinate Always returns True...
virtual Vector< String > worldAxisUnits() 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 void makePixelRelative(Vector< Double > &pixel) const
Make absolute coordinates relative and vice-versa.
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...
virtual Bool setWorldAxisNames(const Vector< String > &names)
Set the value of the requested attribute.
virtual Vector< Double > referencePixel() const
Interface for converting between world and pixel coordinates.
Vector< Int > quality() const
Get the Quality values (Quality::QualityType) that we constructed with into a vector.
Double crval_p
Keep these for subimaging purposes.
bool Bool
Define the standard types used by Casacore.
TableExprNode shape(const TableExprNode &array)
Function operating on any scalar or array resulting in a Double array containing the shape...
virtual Bool setReferenceValue(const Vector< Double > &refval)
Type
This enum lists the types of the derived classes.
const Double e
e and functions thereof:
virtual String showType() const
Always returns the String "Quality".
String: the storage and methods of handling collections of characters.
virtual uInt nWorldAxes() const
virtual uInt nPixelAxes() const
Always returns 1.
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 QualityCoordinate world value with the common format interface (refer to the base class Coor...
Abstract base class for Record classes.
virtual Bool setIncrement(const Vector< Double > &inc)
void setQuality(const Vector< Int > &whichQuality)
Set a new vector of Quality values (a vector of Quality::QualityType)
this file contains all the compiler specific defines
virtual Coordinate::Type type() const
Returns Coordinates::QUALITY.
virtual Coordinate * clone() const
Make a copy of the QualityCoordinate using new.
QualityCoordinate & operator=(const QualityCoordinate &other)
Assignment (copy semantics)