Serialized Form


Package nom.tam.fits

Class nom.tam.fits.BadHeaderException extends FitsException implements Serializable

Class nom.tam.fits.FitsException extends java.lang.Exception implements Serializable

Class nom.tam.fits.HeaderCardException extends FitsException implements Serializable

Class nom.tam.fits.TruncatedFileException extends FitsException implements Serializable


Package nom.tam.util

Class nom.tam.util.FormatException extends java.lang.Exception implements Serializable

Class nom.tam.util.TableException extends java.lang.Exception implements Serializable

Class nom.tam.util.TruncationException extends java.lang.Exception implements Serializable


Package skyview

Package skyview.geometry

Class skyview.geometry.Converter extends Transformer implements Serializable

Serialized Fields

components

java.util.ArrayList<E> components

d2

double[] d2

d3

double[] d3

checked

boolean checked

Class skyview.geometry.Deedger extends java.lang.Object implements Serializable

Serialized Fields

deltas

double[][] deltas
The matrix of edge shifts between images.


counts

int[][] counts
The matrix of the number of edge pixels between two images


totalCount

int totalCount
The total number of edge pixels


nImage

int nImage
The number of candidate source images


inputs

Image[] inputs
The source images


output

Image output
The image whose edges are to be removed.


source

int[] source
The array giving the source image for each pixel in the input image. Note that we don't care about the actual source images -- we already have the pixel values. We just want to locate where the edges are and know how to group the pixels for later adjustments.


nx

int nx
The dimesions of the image


ny

int ny

offsets

double[] offsets
The additive adjustment to be made to the image.

Class skyview.geometry.Deprojecter extends Transformer implements Serializable

Class skyview.geometry.DepthSampler extends java.lang.Object implements Serializable

Serialized Fields

zero

double zero
The starting value for first output bin (first input bin goes from 0-1)


delta

double delta
The size of each output bin (in input bins)


n

int n
The number of output bins

Class skyview.geometry.Distorter extends Transformer implements Serializable

Class skyview.geometry.Mosaicker extends java.lang.Object implements Serializable

Serialized Fields

usedImageNames

java.util.ArrayList<E> usedImageNames

Class skyview.geometry.Projecter extends Transformer implements Serializable

Class skyview.geometry.Rotater extends Transformer implements Serializable

Serialized Fields

matrix

double[][] matrix
The matrix coefficients.


transRot

Rotater transRot
The transpose coefficients.


temp

double[] temp
Temporary for when data is aliased.

Class skyview.geometry.Sampler extends java.lang.Object implements Serializable

Serialized Fields

inImage

Image inImage
The input image. It should have a size inHeight*inWidth*inDepth


inHeight

int inHeight

inWidth

int inWidth

inDepth

int inDepth

bounds

int[] bounds
This gives the minX,maxX, minY,maxY pixel values for the current output image. We can use this to limit the region of the input image we are interested in.


outImage

Image outImage
The output image. It should have a size outHeight*outWidth*outDepth


outHeight

int outHeight

outWidth

int outWidth

outDepth

int outDepth

trans

Transformer trans
The transformation from the output image to the input image.

Class skyview.geometry.Scaler extends Transformer implements Serializable

Serialized Fields

x0

double x0
Parameters of the transformation


y0

double y0

a00

double a00

a01

double a01

a10

double a10

a11

double a11

Class skyview.geometry.SphereDistorter extends Transformer implements Serializable

Class skyview.geometry.TransformationException extends java.lang.Exception implements Serializable

Class skyview.geometry.Transformer extends java.lang.Object implements Serializable

Serialized Fields

t2

double[] t2
Temporaries that may be used in the conversion. The use of these temporaries makes the Trasnformer classes non Thread safe. These temporaries are used rather than creating new arrays for multiple invocations.


t3

double[] t3

Class skyview.geometry.WCS extends Converter implements Serializable

Serialized Fields

wcsScale

double wcsScale
This includes a nominal 'scale' for the WCS. While this can often be calculated from the transformation, that may sometimes be difficult.


lonAxis

int lonAxis
Which axis is the longitude


latAxis

int latAxis
Which axis is the latitude


h

Header h
The FITS header


Package skyview.geometry.csys

Class skyview.geometry.csys.BesselianCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

epoch

double epoch

Class skyview.geometry.csys.EclipticCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

epoch

double epoch

elon

double elon

Class skyview.geometry.csys.GalacticCoordinateSystem extends CoordinateSystem implements Serializable

Class skyview.geometry.csys.HelioeclipticCoordinateSystem extends EclipticCoordinateSystem implements Serializable

Serialized Fields

epoch

double epoch

Class skyview.geometry.csys.ICRSCoordinateSystem extends CoordinateSystem implements Serializable

Class skyview.geometry.csys.JulianCoordinateSystem extends CoordinateSystem implements Serializable

Serialized Fields

epoch

double epoch

Package skyview.geometry.distorter

Class skyview.geometry.distorter.DSSDistorter extends Distorter implements Serializable

Serialized Fields

CONS2R

double CONS2R

COND2R

double COND2R

TWOPI

double TWOPI

TOLERANCE

double TOLERANCE

xmm

double xmm

ymm

double ymm

xy

double xy

x2

double x2

y2

double y2

x2y

double x2y

y2x

double y2x

x2y2

double x2y2

x4y4

double x4y4

x3

double x3

y3

double y3

x4

double x4

y4

double y4

plate_ra

double plate_ra

plate_dec

double plate_dec

plate_scale

double plate_scale

x_pixel_size

double x_pixel_size

y_pixel_size

double y_pixel_size

ppo_coeff

double[] ppo_coeff

x_coeff

double[] x_coeff

y_coeff

double[] y_coeff

Class skyview.geometry.distorter.DSSDistorter.DSSInvDistorter extends Distorter implements Serializable

Class skyview.geometry.distorter.NeatDistorter extends Distorter implements Serializable

Serialized Fields

x0

double x0

y0

double y0

scale

double scale

Class skyview.geometry.distorter.NeatDistorter.NeatInvDistorter extends Distorter implements Serializable


Package skyview.geometry.projecter

Class skyview.geometry.projecter.AitProjecter extends Projecter implements Serializable

Class skyview.geometry.projecter.AitProjecter.AitDeprojecter extends Deprojecter implements Serializable

Class skyview.geometry.projecter.CarProjecter extends Projecter implements Serializable

Class skyview.geometry.projecter.CarProjecter.CarDeprojecter extends Deprojecter implements Serializable

Class skyview.geometry.projecter.CscProjecter extends Projecter implements Serializable

Class skyview.geometry.projecter.CscProjecter.CscDeprojecter extends Deprojecter implements Serializable

Class skyview.geometry.projecter.SinProjecter extends Projecter implements Serializable

Class skyview.geometry.projecter.SinProjecter.SinDeprojecter extends Deprojecter implements Serializable

Class skyview.geometry.projecter.TanProjecter extends Projecter implements Serializable

Class skyview.geometry.projecter.TanProjecter.TanDeprojecter extends Deprojecter implements Serializable

Class skyview.geometry.projecter.XtnProjecter extends TanProjecter implements Serializable

Class skyview.geometry.projecter.ZeaProjecter extends Projecter implements Serializable

Class skyview.geometry.projecter.ZeaProjecter.ZeaDeprojecter extends Deprojecter implements Serializable


Package skyview.geometry.sampler

Class skyview.geometry.sampler.ClipSampler extends Sampler implements Serializable

Serialized Fields

depthArray

double[] depthArray

drizzOffset

double drizzOffset
Drizzle offset


drizzArea

double drizzArea
Drizzle Area


tArea

double tArea
The area (in original image pixels) overlapped by the current pixel.


intensive

boolean intensive
Is this an intensive quantity?


rcX0

double[] rcX0

rcX1

double[] rcX1

rcY0

double[] rcY0

rcY1

double[] rcY1

psX1

double[] psX1

psY1

double[] psY1

corners

double[][] corners
Implement the sample function of the Sampler class. This function samples a single pixel.

Class skyview.geometry.sampler.LanczosSampler extends Sampler implements Serializable

Serialized Fields

nLobe

int nLobe
The number of lobes in the window


out

double[] out

coef

double coef

coef2

double coef2

xw

double[] xw
Weights used internally


yw

double[] yw

Class skyview.geometry.sampler.LISampler extends Sampler implements Serializable

Serialized Fields

out

double[] out

Class skyview.geometry.sampler.NNSampler extends Sampler implements Serializable

Serialized Fields

out

double[] out

Class skyview.geometry.sampler.SplineSampler extends Sampler implements Serializable

Serialized Fields

zout

double[] zout

xmin

int xmin

ymin

int ymin

splineDegree

int splineDegree
The order of the spline


image

double[] image
A copy of the image that is transformed into the spline coefficients


xWeight

double[] xWeight

yWeight

double[] yWeight

xIndex

int[] xIndex

yIndex

int[] yIndex

Package skyview.geometry.spheredistorter

Class skyview.geometry.spheredistorter.BesselianDistorter extends SphereDistorter implements Serializable

Serialized Fields

v

double[] v
These two work arrays mean that this class is not thread safe. If multiple threads are to be used each thread needs its own coordinate system object.


t1

double[] t1

Class skyview.geometry.spheredistorter.BesselianDistorter.BesselianInverseDistorter extends SphereDistorter implements Serializable


Package skyview.survey

Class skyview.survey.DSSImage extends Image implements Serializable

Serialized Fields

dssData

int[][] dssData

directory

java.lang.String directory

plate

java.lang.String plate

subimageCount

int subimageCount

dssIndex

int[] dssIndex

Class skyview.survey.FitsImage extends Image implements Serializable

Serialized Fields

fitsFile

java.lang.String fitsFile

Class skyview.survey.Image extends java.lang.Object implements Serializable

Serialized Fields

wcs

WCS wcs
The WCS describing the transformation from the reference sphere to pixel coordinates.


data

double[] data
The data in the image. It should have dimension nx*ny*nz


nx

int nx
The dimensions of the image. In pixel space the image occupies 0-nx, 0-ny.


ny

int ny
The dimensions of the image. In pixel space the image occupies 0-nx, 0-ny.


nz

int nz
The number of planes in the image.


iName

java.lang.String iName
An initial name


center

double[] center

corners

double[][] corners

Class skyview.survey.ProxyImage extends Image implements Serializable

Serialized Fields

realImage

Image realImage
The image that we are proxying for. If this is not null, we simple forward requests to this.


proxyImage

Image proxyImage
The approximate image


currentImage

Image currentImage
The image we are currently using


spell

java.lang.String spell
The string the image factory needs to create the real image

Class skyview.survey.SurveyException extends java.lang.Exception implements Serializable

Class skyview.survey.UserSurvey extends java.lang.Object implements Serializable

Serialized Fields

files

java.lang.String[] files

Class skyview.survey.XMLSurvey extends java.lang.Object implements Serializable

Serialized Fields

XMLFile

java.lang.String XMLFile
The XML file that defines the survey


surveySize

double surveySize
The default size of images.


images

java.util.ArrayList<E> images
The list of image strings