Package skyview.geometry.spheredistorter
Class Besselian.BesselianInverse
java.lang.Object
skyview.geometry.Transformer
skyview.geometry.SphereDistorter
skyview.geometry.spheredistorter.Besselian.BesselianInverse
- All Implemented Interfaces:
Serializable,Component
- Enclosing class:
- Besselian
This inner class defines the inverse distortion
to the enclosing Besselian distorter.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class skyview.geometry.SphereDistorter
getInputDimension, getOutputDimensionMethods inherited from class skyview.geometry.Transformer
transform, transform
-
Constructor Details
-
BesselianInverse
public BesselianInverse()
-
-
Method Details
-
getName
Description copied from class:SphereDistorterA name for this object- Specified by:
getNamein interfaceComponent- Overrides:
getNamein classSphereDistorter
-
inverse
Description copied from class:TransformerGet the inverse of the transformation. If the order matters, then the inverse is to be applied after the original transformation. This is primarily an issue with Converters.- Specified by:
inversein classSphereDistorter
-
isInverse
Is the the inverse of another transformation- Specified by:
isInversein classTransformer
-
getDescription
Description copied from class:SphereDistorterWhat does this object do?- Specified by:
getDescriptionin interfaceComponent- Overrides:
getDescriptionin classSphereDistorter
-
transform
public final void transform(double[] x, double[] y) Convert coordinates from B1950 to J2000 for epoch 1950.- Specified by:
transformin classTransformer- Parameters:
x- The input vector.y- The output vector, it may be the same as the input vector if the dimensionalities are the same. All transformers are expected to work with aliased inputs and output.
-