Package | Description |
---|---|
skyview.executive | |
skyview.geometry | |
skyview.survey |
Modifier and Type | Method and Description |
---|---|
protected WCS |
Imager.loadWCS() |
Modifier and Type | Method and Description |
---|---|
protected skyview.executive.Imager.ImageState |
Imager.haveImage(java.lang.String surveyID,
WCS wcs) |
Modifier and Type | Method and Description |
---|---|
WCS |
WCS.addScaler(Scaler shift)
Return a new WCS from the existing WCS where we add a scale.
|
WCS |
WCS.approximate(double[] pix)
Approximate a WCS (which presumably includes a Distorter) with a
standard, locally correct, WCS.
|
Modifier and Type | Method and Description |
---|---|
WCS |
Image.getWCS()
Get the WCS associated with the image.
|
WCS |
ProxyImage.getWCS()
Get the WCS associated with the image.
|
Modifier and Type | Method and Description |
---|---|
void |
Image.initialize(double[] data,
WCS wcs,
int width,
int height,
int depth)
Initialize an image.
|
Constructor and Description |
---|
Image(double[] data,
WCS wcs,
int width,
int height)
Construct an image given the data and WCS with default depth
|
Image(double[] data,
WCS wcs,
int width,
int height,
int depth)
Construct an image given the data and WCS with specified depth
|
ProxyImage(java.lang.String spell,
WCS wcs,
int width,
int height,
int depth)
Construct a WCS
|