Package | Description |
---|---|
skyview.executive | |
skyview.geometry |
Modifier and Type | Field and Description |
---|---|
protected Scaler |
Imager.s
The Scaler object for the output image.
|
Modifier and Type | Method and Description |
---|---|
Scaler |
Imager.getScaler()
Get the Scaler used for the output image.
|
Modifier and Type | Method and Description |
---|---|
Scaler |
Scaler.add(Scaler trans)
Add a second affine transformation to this one and return the composite
transformation.
|
Scaler |
WCS.getScaler()
Get the linear scaler used in the projection
|
Scaler |
Scaler.inverse()
Return the inverse transformation.
|
Modifier and Type | Method and Description |
---|---|
Scaler |
Scaler.add(Scaler trans)
Add a second affine transformation to this one and return the composite
transformation.
|
WCS |
WCS.addScaler(Scaler shift)
Return a new WCS from the existing WCS where we add a scale.
|
void |
WCS.updateHeader(nom.tam.fits.Header h,
Scaler s,
double[] crval,
java.lang.String projString,
java.lang.String coordString)
Write FITS WCS keywords given key values.
|
Constructor and Description |
---|
WCS(CoordinateSystem csys,
Projection proj,
Scaler scale)
Create a simple WCS given a scaler, CoordinateSystem and Projection.
|