casacore
Loading...
Searching...
No Matches
casacore::ExtendSpecifier Class Reference

More...

#include <ExtendSpecifier.h>

Public Member Functions

 ExtendSpecifier ()
 Default constructor generates empty IPositions.
 ExtendSpecifier (const IPosition &oldShape, const IPosition &newShape, const IPosition &newAxes, const IPosition &stretchAxes)
 Tell if no or all degenerate axes have to be removed.
const IPositionnewShape () const
 Return the new shape.
const IPositionnewAxes () const
 Return the new axes.
const IPositionstretchAxes () const
 Return the axes to be stretched.
const IPositionoldShape () const
 Return the old shape.
const IPositionextendAxes () const
 Return the axes to be extended (i.e.
const IPositionoldOldAxes () const
 Return the old axes (i.e.
const IPositionoldNewAxes () const
 Return the old axes as in new shape.
Slicer convert (IPosition &shape, const Slicer &section) const
 Convert the slicer to the specification for the old shape.
IPosition convertNew (const IPosition &oldShape) const
 Convert a shape to the specification for the new shape.

Private Member Functions

void fill (bool *flags, size_t nrdim, const IPosition &axes) const
 Fill the flags for the given axes.

Private Attributes

IPosition itsOldShape
IPosition itsNewShape
IPosition itsNewAxes
IPosition itsStretchAxes
IPosition itsExtendAxes
IPosition itsOldOldAxes
IPosition itsOldNewAxes

Detailed Description

Specification of new and stretched lattice axes

Intended use:

Internal

Review Status

Date Reviewed:
yyyy/mm/dd
Test programs:
tExtendSpecifier

Prerequisite

Synopsis

ExtendSpecifier is a class internally used by casacore class ExtendLattice. It holds the information which axes are stretched and which axes are new. Note that a stretched axis has to have length 1 in the original shape.

The class only contains the functionality needed by ExtendLattice. which are (mainly) 2 conversion functions. One function converts a slicer from the extended lattice to the original lattice, so ExtendLattice can read the correct data. The other function converts a shape in the original lattice to the shape in the extended lattice.
Some data is precalculated for more efficient processing of the conversion of slicers and shapes.

Example

IPosition oldShape(4,10,1,3,1);
IPosition newShape(5,10,1,5,3,8);
const IPosition & oldShape() const
Return the old shape.
const IPosition & newShape() const
Return the new shape.
ExtendSpecifier()
Default constructor generates empty IPositions.

This example extends the old shape to the new shape.
The 3rd argument tells that axes 2 is new. The newShape tells that its length will be 5. Note that adding this axis means that axes 2 in the old shape will get axes 3 in the new shape.
The 4th argument tells that axes 4 (in the new shape!!) is stretched (to 8 according to newShape).

Definition at line 85 of file ExtendSpecifier.h.

Constructor & Destructor Documentation

◆ ExtendSpecifier() [1/2]

casacore::ExtendSpecifier::ExtendSpecifier ( )

Default constructor generates empty IPositions.

◆ ExtendSpecifier() [2/2]

casacore::ExtendSpecifier::ExtendSpecifier ( const IPosition & oldShape,
const IPosition & newShape,
const IPosition & newAxes,
const IPosition & stretchAxes )

Tell if no or all degenerate axes have to be removed.

References newAxes(), newShape(), oldShape(), and stretchAxes().

Member Function Documentation

◆ convert()

Slicer casacore::ExtendSpecifier::convert ( IPosition & shape,
const Slicer & section ) const

Convert the slicer to the specification for the old shape.

It fills shape with the shape to reform the section length such that it contains the new axes.

References casacore::shape().

◆ convertNew()

IPosition casacore::ExtendSpecifier::convertNew ( const IPosition & oldShape) const

Convert a shape to the specification for the new shape.

References oldShape().

◆ extendAxes()

const IPosition & casacore::ExtendSpecifier::extendAxes ( ) const
inline

Return the axes to be extended (i.e.

new and stretch axes).

Definition at line 114 of file ExtendSpecifier.h.

References itsExtendAxes.

◆ fill()

void casacore::ExtendSpecifier::fill ( bool * flags,
size_t nrdim,
const IPosition & axes ) const
private

Fill the flags for the given axes.

It throws an exception if the axis is invalid or multiply given.

◆ newAxes()

const IPosition & casacore::ExtendSpecifier::newAxes ( ) const
inline

Return the new axes.

Definition at line 102 of file ExtendSpecifier.h.

References itsNewAxes.

Referenced by ExtendSpecifier().

◆ newShape()

const IPosition & casacore::ExtendSpecifier::newShape ( ) const
inline

Return the new shape.

Definition at line 98 of file ExtendSpecifier.h.

References itsNewShape.

Referenced by ExtendSpecifier().

◆ oldNewAxes()

const IPosition & casacore::ExtendSpecifier::oldNewAxes ( ) const
inline

Return the old axes as in new shape.

Definition at line 122 of file ExtendSpecifier.h.

References itsOldNewAxes.

◆ oldOldAxes()

const IPosition & casacore::ExtendSpecifier::oldOldAxes ( ) const
inline

Return the old axes (i.e.

axes new nor stretched) as in old shape.

Definition at line 118 of file ExtendSpecifier.h.

References itsOldOldAxes.

◆ oldShape()

const IPosition & casacore::ExtendSpecifier::oldShape ( ) const
inline

Return the old shape.

Definition at line 110 of file ExtendSpecifier.h.

References itsOldShape.

Referenced by convertNew(), and ExtendSpecifier().

◆ stretchAxes()

const IPosition & casacore::ExtendSpecifier::stretchAxes ( ) const
inline

Return the axes to be stretched.

Definition at line 106 of file ExtendSpecifier.h.

References itsStretchAxes.

Referenced by ExtendSpecifier().

Member Data Documentation

◆ itsExtendAxes

IPosition casacore::ExtendSpecifier::itsExtendAxes
private

Definition at line 142 of file ExtendSpecifier.h.

Referenced by extendAxes().

◆ itsNewAxes

IPosition casacore::ExtendSpecifier::itsNewAxes
private

Definition at line 140 of file ExtendSpecifier.h.

Referenced by newAxes().

◆ itsNewShape

IPosition casacore::ExtendSpecifier::itsNewShape
private

Definition at line 139 of file ExtendSpecifier.h.

Referenced by newShape().

◆ itsOldNewAxes

IPosition casacore::ExtendSpecifier::itsOldNewAxes
private

Definition at line 144 of file ExtendSpecifier.h.

Referenced by oldNewAxes().

◆ itsOldOldAxes

IPosition casacore::ExtendSpecifier::itsOldOldAxes
private

Definition at line 143 of file ExtendSpecifier.h.

Referenced by oldOldAxes().

◆ itsOldShape

IPosition casacore::ExtendSpecifier::itsOldShape
private

Definition at line 138 of file ExtendSpecifier.h.

Referenced by oldShape().

◆ itsStretchAxes

IPosition casacore::ExtendSpecifier::itsStretchAxes
private

Definition at line 141 of file ExtendSpecifier.h.

Referenced by stretchAxes().


The documentation for this class was generated from the following file: