Serialized Form
-
Package skyview
-
Package skyview.data
-
Class skyview.data.BoxSmoother
class BoxSmoother extends Processor implements Serializable-
Serialized Fields
-
data
double[] data
Image data -
depth
int depth
Depth of image -
height
int height
Height of image -
nx
int nx
Width of box -
ny
int ny
-
width
int width
Width of image -
xdata
double[] xdata
Working data
-
-
-
Class skyview.data.GaussSmoother
class GaussSmoother extends WeightedSmoother implements Serializable-
Serialized Fields
-
sigma
double sigma
-
-
-
Class skyview.data.NormedGaussSmoother
class NormedGaussSmoother extends WeightedSmoother implements Serializable -
Class skyview.data.PolarData
class PolarData extends Processor implements Serializable-
Serialized Fields
-
c
skyview.data.PolarData.Compute c
-
stokes
String stokes
-
-
-
Class skyview.data.ThresholdMedianSmoother
class ThresholdMedianSmoother extends Processor implements Serializable-
Serialized Fields
-
b
int b
-
bottomOnly
boolean bottomOnly
-
count
int count
-
half
int half
-
invThresh
double invThresh
-
nx
int nx
-
ny
int ny
-
nz
int nz
-
ratio
boolean ratio
-
size
int size
-
threshold
double threshold
-
topOnly
boolean topOnly
-
updates
int updates
-
-
-
Class skyview.data.WeightedSmoother
class WeightedSmoother extends Processor implements Serializable-
Serialized Fields
-
data
double[] data
Image data -
depth
int depth
-
height
int height
Height of image -
nx
int nx
Width of box -
ny
int ny
-
weights
double[] weights
Current weigths -
width
int width
Width of image
-
-
-
-
Package skyview.geometry
-
Class skyview.geometry.Converter
class Converter extends Transformer implements Serializable-
Serialized Fields
-
checked
boolean checked
-
compArr
Transformer[] compArr
-
components
ArrayList<Transformer> components
-
d2
double[] d2
-
d3
double[] d3
-
datArr
double[][] datArr
-
-
-
Class skyview.geometry.CoordinateSystem
class CoordinateSystem extends Object implements Serializable -
Class skyview.geometry.Deprojecter
class Deprojecter extends Transformer implements Serializable -
Class skyview.geometry.DepthSampler
class DepthSampler extends Object implements Serializable-
Serialized Fields
-
delta
double delta
The size of each output bin (in input bins) -
n
int n
The number of output bins -
zero
double zero
The starting value for first output bin (first input bin goes from 0-1)
-
-
-
Class skyview.geometry.Distorter
class Distorter extends Transformer implements Serializable -
Class skyview.geometry.Projecter
class Projecter extends Transformer implements Serializable -
Class skyview.geometry.Rotater
class Rotater extends Transformer implements Serializable-
Serialized Fields
-
matrix
double[][] matrix
The matrix coefficients. -
temp
double[] temp
Temporary for when data is aliased. -
transRot
Rotater transRot
The transpose coefficients.
-
-
-
Class skyview.geometry.Sampler
class Sampler extends Object implements Serializable-
Serialized Fields
-
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. -
inDepth
int inDepth
-
inHeight
int inHeight
-
inImage
Image inImage
The input image. It should have a size inHeight*inWidth*inDepth -
inWidth
int inWidth
-
outDepth
int outDepth
-
outHeight
int outHeight
-
outImage
Image outImage
The output image. It should have a size outHeight*outWidth*outDepth -
outWidth
int outWidth
-
trans
Transformer trans
The transformation from the output image to the input image.
-
-
-
Class skyview.geometry.Scaler
class Scaler extends Transformer implements Serializable-
Serialized Fields
-
a00
double a00
-
a01
double a01
-
a10
double a10
-
a11
double a11
-
x0
double x0
Parameters of the transformation -
y0
double y0
-
-
-
Class skyview.geometry.SphereDistorter
class SphereDistorter extends Transformer implements Serializable -
Exception Class skyview.geometry.TransformationException
class TransformationException extends Exception implements Serializable -
Class skyview.geometry.Transformer
class Transformer extends Object implements Serializable-
Serialized Fields
-
t2
double[] t2
Temporaries that may be used in the conversion. The use of these temporaries makes the Transformer classes non Thread safe. These temporaries are used rather than creating new arrays for multiple invocations. -
t3
double[] t3
-
-
-
Class skyview.geometry.WCS
class WCS extends Converter implements Serializable-
Serialized Fields
-
csys
CoordinateSystem csys
The coordinate system used in the WCS. -
distort
Distorter distort
The linear distorter used in the WCS. -
h
nom.tam.fits.Header h
The FITS header -
headerNaxis
int[] headerNaxis
The size of the image if a WCS is generated from a FIS header -
latAxis
int latAxis
Which axis is the latitude -
lonAxis
int lonAxis
Which axis is the longitude -
proj
Projection proj
The Projection used in the WCS. -
scale
Scaler scale
The scaler used in the WCS. -
stdWCS
boolean stdWCS
Is this a standards WCS -
wcsKeys
HashMap<String,
Object> wcsKeys -
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.
-
-
-
-
Package skyview.geometry.csys
-
Class skyview.geometry.csys.Besselian
class Besselian extends CoordinateSystem implements Serializable-
Serialized Fields
-
epoch
double epoch
-
-
-
Class skyview.geometry.csys.Ecliptic
class Ecliptic extends CoordinateSystem implements Serializable-
Serialized Fields
-
elon
double elon
-
epoch
double epoch
-
-
-
Class skyview.geometry.csys.Galactic
class Galactic extends CoordinateSystem implements Serializable -
Class skyview.geometry.csys.Helioecliptic
class Helioecliptic extends Ecliptic implements Serializable-
Serialized Fields
-
epoch
double epoch
-
-
-
Class skyview.geometry.csys.ICRS
class ICRS extends CoordinateSystem implements Serializable -
Class skyview.geometry.csys.Julian
class Julian extends CoordinateSystem implements Serializable-
Serialized Fields
-
epoch
double epoch
-
-
-
-
Package skyview.geometry.distorter
-
Class skyview.geometry.distorter.DSS
class DSS extends Distorter implements Serializable-
Serialized Fields
-
COND2R
double COND2R
-
CONS2R
double CONS2R
-
plate_dec
double plate_dec
-
plate_ra
double plate_ra
-
plate_scale
double plate_scale
-
ppo_coeff
double[] ppo_coeff
-
TOLERANCE
double TOLERANCE
-
TWOPI
double TWOPI
-
x_coeff
double[] x_coeff
-
x_pixel_size
double x_pixel_size
-
x2
double x2
-
x2y
double x2y
-
x2y2
double x2y2
-
x3
double x3
-
x4
double x4
-
x4y4
double x4y4
-
xmm
double xmm
-
xy
double xy
-
y_coeff
double[] y_coeff
-
y_pixel_size
double y_pixel_size
-
y2
double y2
-
y2x
double y2x
-
y3
double y3
-
y4
double y4
-
ymm
double ymm
-
-
-
Class skyview.geometry.distorter.DSS.DSSInv
class DSSInv extends Distorter implements Serializable -
Class skyview.geometry.distorter.Neat
class Neat extends Distorter implements Serializable-
Serialized Fields
-
scale
double scale
-
x0
double x0
-
y0
double y0
-
-
-
Class skyview.geometry.distorter.Neat.NeatInv
class NeatInv extends Distorter implements Serializable -
Class skyview.geometry.distorter.SIP
class SIP extends Distorter implements Serializable-
Serialized Fields
-
coefx
double[][] coefx
-
coefy
double[][] coefy
-
dcoefxx
double[][] dcoefxx
-
dcoefxy
double[][] dcoefxy
-
dcoefyx
double[][] dcoefyx
-
dcoefyy
double[][] dcoefyy
-
icoefx
double[][] icoefx
-
icoefy
double[][] icoefy
-
invert
boolean invert
-
ncoefx
int ncoefx
-
ncoefy
int ncoefy
-
nicoefx
int nicoefx
-
nicoefy
int nicoefy
-
-
-
Class skyview.geometry.distorter.SIP.SIPinverse
class SIPinverse extends Distorter implements Serializable
-
-
Package skyview.geometry.projecter
-
Class skyview.geometry.projecter.Ait
class Ait extends Projecter implements Serializable-
Serialized Fields
-
myStraddler
skyview.geometry.projecter.Straddle myStraddler
-
-
-
Class skyview.geometry.projecter.Ait.AitDeproj
class AitDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Arc
class Arc extends Projecter implements Serializable -
Class skyview.geometry.projecter.Arc.ArcDeproj
class ArcDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Cah
class Cah extends Projecter implements Serializable -
Class skyview.geometry.projecter.Cah.CahDeproj
class CahDeproj extends Deprojecter implements Serializable-
Serialized Fields
-
octants
int[][][] octants
-
-
-
Class skyview.geometry.projecter.Car
class Car extends Projecter implements Serializable-
Serialized Fields
-
myStraddler
skyview.geometry.projecter.Straddle myStraddler
-
-
-
Class skyview.geometry.projecter.Car.CarDeproj
class CarDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Csc
class Csc extends Projecter implements Serializable -
Class skyview.geometry.projecter.Csc.CscDeproj
class CscDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Hpx
class Hpx extends Projecter implements Serializable-
Serialized Fields
-
invLength
double invLength
-
invRotScale
double invRotScale
-
isqrt2
double isqrt2
-
nPixel
long nPixel
Total number of pixels in the map for the current order -
nSide
long nSide
Number of pixels on one site of the 12 base tiles. -
nSq
long nSq
Number of pixels in one of the 12 base tiles. nPixel = 12*nSq = 12*(nSide*nSide) = 12*(2^order * 2^order) -
order
int order
The order of the HEALPix pixels -
pi2
double pi2
-
rotScale
double rotScale
-
sqDelta
double sqDelta
1./nSide -
squareLength
double squareLength
Length of square in nominal HEALPix projection -
straddler
HpxStraddle straddler
-
tileNum
int[] tileNum
We treat the HEALPix projection as 4x6 array of tiles -- some not used. This array indexes the tile numbers with -1 indicating that that tile is not used in the projection. Note that we are starting at the bottom left and working our way right and then up (so that the following array declaration is upside down from the perspective of the projection.) -
weaver
Interleave weaver
Interleaver to do calculations -
zeroPoint
double[] zeroPoint
-
-
-
Class skyview.geometry.projecter.Hpx.HpxDeproj
class HpxDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Mer
class Mer extends Projecter implements Serializable-
Serialized Fields
-
myStraddler
skyview.geometry.projecter.Straddle myStraddler
The mercator projection has the same straddling properties as the Car projection.
-
-
-
Class skyview.geometry.projecter.Mer.MerDeproj
class MerDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Mol
class Mol extends Projecter implements Serializable -
Class skyview.geometry.projecter.Mol.MolDeproj
class MolDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Sfl
class Sfl extends Projecter implements Serializable -
Class skyview.geometry.projecter.Sfl.SflDeproj
class SflDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Sin
class Sin extends Projecter implements Serializable -
Class skyview.geometry.projecter.Sin.SinDeproj
class SinDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Stg
class Stg extends Projecter implements Serializable -
Class skyview.geometry.projecter.Stg.StgDeproj
class StgDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Tan
class Tan extends Projecter implements Serializable -
Class skyview.geometry.projecter.Tan.TanDeproj
class TanDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Tea
class Tea extends Projecter implements Serializable-
Serialized Fields
-
copy
double[] copy
-
myStraddler
skyview.geometry.projecter.Straddle myStraddler
-
-
-
Class skyview.geometry.projecter.Tea.TeaDeproj
class TeaDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Toa
class Toa extends Projecter implements Serializable-
Serialized Fields
-
copy
double[] copy
-
diagonal
boolean diagonal
Do we have sinister or dexter diagonals. -
diagTem
double[] diagTem
-
epsilon
double epsilon
-
gridDelta
double gridDelta
The delta associated with the grid -
gridLevel
int gridLevel
The requested grid level. A gridLevel ≤= 0 implies that we are using a grid. -
gridOffX
double gridOffX
The offsets associated with the grid -
gridOffY
double gridOffY
-
gridSub
int gridSub
The number of levels of subdivisions to divide the bounding pixel into. -
gridValues
double[][][] gridValues
The precomputed grid of unit vector values -
gridX
int gridX
The X value of the bounding pixel. -
gridY
int gridY
The Y value of the bounding pixel. -
minDelta
double minDelta
-
myStraddler
skyview.geometry.projecter.Straddle myStraddler
-
nPix
double nPix
The size of the grid -
result
double[] result
-
temp
double[][] temp
-
tpos
double[] tpos
-
vec
double[] vec
Temporaries
-
-
-
Class skyview.geometry.projecter.Toa.ToaDeproj
class ToaDeproj extends Deprojecter implements Serializable-
Serialized Fields
-
result
double[] result
-
-
-
Class skyview.geometry.projecter.Tot
class Tot extends Projecter implements Serializable -
Class skyview.geometry.projecter.Tot.TotDeproj
class TotDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Xtn
class Xtn extends Tan implements Serializable -
Class skyview.geometry.projecter.Zea
class Zea extends Projecter implements Serializable -
Class skyview.geometry.projecter.Zea.ZeaDeproj
class ZeaDeproj extends Deprojecter implements Serializable -
Class skyview.geometry.projecter.Zpn
class Zpn extends Projecter implements Serializable-
Serialized Fields
-
params
double[] params
-
-
-
Class skyview.geometry.projecter.Zpn.ZpnDeproj
class ZpnDeproj extends Deprojecter implements Serializable-
Serialized Fields
-
messageWritten
boolean messageWritten
-
-
-
-
Package skyview.geometry.sampler
-
Class skyview.geometry.sampler.Clip
class Clip extends Sampler implements Serializable-
Serialized Fields
-
corners
double[][] corners
-
depthArray
double[] depthArray
-
drizzArea
double drizzArea
Drizzle Area -
drizzOffset
double drizzOffset
Drizzle offset -
inImgScaler
Scaler inImgScaler
-
inImgScalerInv
Scaler inImgScalerInv
-
inProj
Projecter inProj
-
intensive
boolean intensive
Is this an intensive quantity? -
lastNVert
int lastNVert
-
pixelCheck
boolean pixelCheck
Do we want to worry about invalid pixels -
psX1
double[] psX1
-
psY1
double[] psY1
-
rctx
double[] rctx
-
rcty
double[] rcty
-
rcX0
double[] rcX0
-
rcX1
double[] rcX1
-
rcY0
double[] rcY0
-
rcY1
double[] rcY1
-
recurse
int recurse
-
straddleCheck
boolean straddleCheck
Do we need to worry about pixel straddling? -
tArea
double tArea
The area (in original image pixels) overlapped by the current pixel. -
tileX
double tileX
Spacing between repeating tiles. -
tileY
double tileY
-
xcorners
double[][] xcorners
-
-
-
Class skyview.geometry.sampler.Combo
class Combo extends Sampler implements Serializable -
Class skyview.geometry.sampler.Lanczos
class Lanczos extends Sampler implements Serializable-
Serialized Fields
-
coef
double coef
-
coef2
double coef2
-
nLobe
int nLobe
The number of lobes in the window -
nLobeL
long nLobeL
-
norm
double norm
-
out
double[] out
-
xw
double[] xw
Weights used internally -
yw
double[] yw
-
-
-
Class skyview.geometry.sampler.LI
class LI extends Sampler implements Serializable-
Serialized Fields
-
out
double[] out
-
-
-
Class skyview.geometry.sampler.NN
class NN extends Sampler implements Serializable-
Serialized Fields
-
count
int count
-
out
double[] out
-
testCounter
int testCounter
-
-
-
Class skyview.geometry.sampler.Spline
class Spline extends Sampler implements Serializable-
Serialized Fields
-
image
double[] image
A copy of the image that is transformed into the spline coefficients -
splineDegree
int splineDegree
The order of the spline -
xIndex
int[] xIndex
-
xmin
int xmin
-
xWeight
double[] xWeight
-
yIndex
int[] yIndex
-
ymin
int ymin
-
yWeight
double[] yWeight
-
zout
double[] zout
-
-
-
-
Package skyview.geometry.spheredistorter
-
Class skyview.geometry.spheredistorter.Besselian
class Besselian extends SphereDistorter implements Serializable-
Serialized Fields
-
t1
double[] t1
-
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.
-
-
-
Class skyview.geometry.spheredistorter.Besselian.BesselianInverse
class BesselianInverse extends SphereDistorter implements Serializable
-
-
Package skyview.ij
-
Class skyview.ij.IJProcessor
class IJProcessor extends Processor implements Serializable-
Serialized Fields
-
bi
BufferedImage bi
-
colorHash
HashSet<Color> colorHash
-
grid
Gridder grid
-
gridScale
double gridScale
-
headless
boolean headless
-
ip
ImageProcessor ip
-
nx
int nx
-
ny
int ny
-
output
Image output
-
setUserFont
boolean setUserFont
-
userFont
Font userFont
-
-
-
-
Package skyview.process
-
Class skyview.process.AddingMosaicker
class AddingMosaicker extends Mosaicker implements Serializable-
Serialized Fields
-
expFinder
ExposureFinder expFinder
Get the exposure given an image -
iHeight
int iHeight
-
iWidth
int iWidth
-
oHeight
int oHeight
-
oWidth
int oWidth
-
-
-
Class skyview.process.BackupMosaicker
class BackupMosaicker extends Mosaicker implements Serializable -
Class skyview.process.Deedger
class Deedger extends Processor implements Serializable-
Serialized Fields
-
stdDeedger
Processor stdDeedger
The object that will do all the work. This should be updated if a better deedger is available.
-
-
-
Class skyview.process.IDMosaic
class IDMosaic extends Mosaicker implements Serializable-
Serialized Fields
-
nocoverage
int nocoverage
-
nonphysical
int nonphysical
-
-
-
Class skyview.process.InfoPrint
class InfoPrint extends Processor implements Serializable -
Class skyview.process.Mosaicker
class Mosaicker extends Processor implements Serializable -
Class skyview.process.Processor
class Processor extends Object implements Serializable -
Class skyview.process.SubsetMosaicker
class SubsetMosaicker extends Mosaicker implements Serializable-
Serialized Fields
-
tileX
int tileX
-
tileY
int tileY
-
-
-
-
Package skyview.process.deedger
-
Class skyview.process.deedger.BoundaryAverage
class BoundaryAverage extends Processor implements Serializable-
Serialized Fields
-
counts
int[][] counts
The matrix of the number of edge pixels between two images -
deltas
double[][] deltas
The matrix of edge shifts between images. -
inputs
Image[] inputs
The source images -
nImage
int nImage
The number of candidate source images -
nx
int nx
The dimesions of the image -
ny
int ny
-
offsets
double[] offsets
The additive adjustment to be made to the image. -
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. -
totalCount
int totalCount
The total number of edge pixels
-
-
-
Class skyview.process.deedger.BoundaryMedian
class BoundaryMedian extends Processor implements Serializable-
Serialized Fields
-
counts
int[][] counts
The matrix of the number of edge pixels between two images -
deltas
double[][] deltas
The matrix of edge shifts between images. -
inputs
Image[] inputs
The source images -
nImage
int nImage
The number of candidate source images -
nx
int nx
The dimesions of the image -
ny
int ny
-
offsets
double[] offsets
The additive adjustment to be made to the image. -
output
Image output
The image whose edges are to be removed. -
shifts
ArrayList[][] shifts
The arrays of edge pixels -
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. -
totalCount
int totalCount
The total number of edge pixels
-
-
-
Class skyview.process.deedger.ImageMedian
class ImageMedian extends Processor implements Serializable-
Serialized Fields
-
counts
int[] counts
The matrix of the number of edge pixels between two images -
inputs
Image[] inputs
The source images -
nImage
int nImage
The number of candidate source images -
nx
int nx
The dimesions of the image -
ny
int ny
-
offsets
double[] offsets
The additive adjustment to be made to the image. -
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. -
totalCount
int totalCount
The total number of edge pixels
-
-
-
-
Package skyview.process.imagefinder
-
Class skyview.process.imagefinder.Prefetcher
class Prefetcher extends Processor implements Serializable
-
-
Package skyview.request
-
Class skyview.request.HTMLWriter
class HTMLWriter extends Processor implements Serializable -
Class skyview.request.RGBWriter
class RGBWriter extends HTMLWriter implements Serializable
-
-
Package skyview.sia
-
Class skyview.sia.SIAWriter
class SIAWriter extends Processor implements Serializable-
Serialized Fields
-
requestID
String requestID
-
-
-
-
Package skyview.survey
-
Class skyview.survey.DSSImage
class DSSImage extends Image implements Serializable -
Class skyview.survey.FitsImage
class FitsImage extends Image implements Serializable-
Serialized Fields
-
fitsFile
String fitsFile
-
fitsHeader
nom.tam.fits.Header fitsHeader
-
smallData
float[] smallData
-
usingFloat
boolean usingFloat
-
-
-
Class skyview.survey.HealPixImage
class HealPixImage extends Image implements Serializable-
Serialized Fields
-
fitsFile
String fitsFile
-
fitsHeader
nom.tam.fits.Header fitsHeader
-
hpp
Hpx hpp
-
nside
int nside
-
nTile
int nTile
-
pixLen
int pixLen
-
prefix
String prefix
-
readTile
boolean[] readTile
-
split
boolean split
-
splitData
float[][] splitData
-
stokes
String stokes
-
stokesIndex
int stokesIndex
-
tileSize
int tileSize
-
values
float[] values
-
-
-
Class skyview.survey.HipsImage
class HipsImage extends Image implements Serializable-
Serialized Fields
-
allSky
boolean allSky
Use the allSky image if possible -
allskyData
double[][] allskyData
Data from all Sky Image -
allskyX
int allskyX
Dimensions of All sky image -
allskyY
int allskyY
Dimensions of All sky image -
dataCache
skyview.survey.HipsImage.HipsDataCache dataCache
Where the HiPS data is stored; -
filePixels
int filePixels
Number of pixels in file -
hipsDir
String hipsDir
Base directory of HiPS -
hipsOrder
int hipsOrder
Order to be used in extracting data -- i.e., the Norder subdirectory -
hpp
Hpx hpp
Healpix projecter/deporjecter -
lastData
double[][] lastData
-
lastTile
int lastTile
-
moc
MocReader moc
-
nside
int nside
Number of pixels on side of one of 12 tiles. -
nullTiles
Set<Integer> nullTiles
Null tiles *. -
pixelOrder
int pixelOrder
The actual HEALPix order of the pixels to be analysed -
properties
Map<String,
String> properties HiPS properties -
remote
boolean remote
URL or file -
tileSize
int tileSize
Dimension of tile
-
-
-
Class skyview.survey.Image
class Image extends Object implements Serializable-
Serialized Fields
-
accumulate
boolean accumulate
Should the data in the array be added to or reset -
center
double[] center
-
data
double[] data
The data in the image. It should have dimension nx*ny*nz -
iName
String iName
An initial name -
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. -
wcs
WCS wcs
The WCS describing the transformation from the reference sphere to pixel coordinates.
-
-
-
Exception Class skyview.survey.ParsingTermination
class ParsingTermination extends RuntimeException implements Serializable -
Class skyview.survey.ProxyImage
class ProxyImage extends Image implements Serializable-
Serialized Fields
-
currentImage
Image currentImage
The image we are currently using -
fac
ImageFactory fac
An image factory that can create the real image -
proxyImage
Image proxyImage
The approximate image -
realImage
Image realImage
The image that we are proxying for. If this is not null, we simple forward requests to this. -
spell
String spell
The string the image factory needs to create the real image
-
-
-
Class skyview.survey.Subset
class Subset extends Image implements Serializable-
Serialized Fields
-
parent
Image parent
The parent image. -
plane
int plane
The size of a plane is nx*ny -
px
int px
The dimensions of the parent image. -
py
int py
The dimensions of the parent image. -
pz
int pz
The dimensions of the parent image. -
total
int total
The size of the subset is nx*ny*nz -
width
int width
The width of the subset -
x
int x
The offset of the image within the parent -
y
int y
The offset of the image within the parent -
z
int z
The offset of the image within the parent
-
-
-
Exception Class skyview.survey.SurveyException
class SurveyException extends Exception implements Serializable -
Class skyview.survey.UserSurvey
class UserSurvey extends Object implements Serializable-
Serialized Fields
-
files
String[] files
-
-
-
Class skyview.survey.XMLSurvey
class XMLSurvey extends Object implements Serializable -
Class skyview.survey.XMLSurveyFinder.SurveyLink
class SurveyLink extends Object implements Serializable-
Serialized Fields
-
name
String name
-
time
long time
-
-
-
-
Package skyview.vo
-
Class skyview.vo.CatalogPostProcessor
class CatalogPostProcessor extends Processor implements Serializable -
Class skyview.vo.CatalogProcessor
class CatalogProcessor extends Processor implements Serializable-
Serialized Fields
-
catalogs
String[] catalogs
-
centerCoords
double[] centerCoords
-
centerUnit
double[] centerUnit
-
cosRad
double cosRad
-
extras
ArrayList<String[]> extras
-
hasRad
boolean hasRad
-
outputImage
Image outputImage
-
pixelsValid
boolean pixelsValid
-
pixLoc
ArrayList<double[]> pixLoc
-
ps
PrintStream ps
-
symbols
ArrayList<Integer> symbols
-
threads
ArrayList<Thread> threads
-
-
-