Package | Description |
---|---|
skyview.data | |
skyview.ij | |
skyview.process | |
skyview.process.deedger | |
skyview.process.imagefinder | |
skyview.request | |
skyview.sia | |
skyview.vo |
Modifier and Type | Class and Description |
---|---|
class |
BoxSmoother
Do a box car smoothing of an image
|
class |
GaussSmoother |
class |
NormedGaussSmoother |
class |
PolarData
Compute compound polarization parameters from the basic I,Q,U.
|
class |
ThresholdMedianSmoother
Do a median smoothing for all pixels that differ from the median by
more then the threshold
Settings used:
MedianSmoother=size[,threshold]
Size gives the size of the box in which the median is computed
This must be an odd integer >= 3
Threshold is the change beyond which the pixel will be smoothed
Assumed to be 0 if omitted which means that all pixels are smoothed.
|
class |
WeightedSmoother
Smooth an image using a rectangular array of weights
|
Modifier and Type | Class and Description |
---|---|
class |
IJProcessor
This class uses ImageJ to create non-FITS image products.
|
Modifier and Type | Class and Description |
---|---|
class |
AddingMosaicker
A mosaicker is an object which creates
a new image from a set of input images.
|
class |
BackupMosaicker
This mosaicker is used to create a mosaic where
if there are pixels unfilled by the primary survey
one or more secondary surveys are invoked to fill them.
|
class |
Deedger
Invoke the standard deedger.
|
class |
IDMosaic
A mosaicker is an object which creates
a new image from a set of input images.
|
class |
InfoPrint
Used with QueryFinder to print out whether
there is any coverage in the region of the image.
|
class |
Mosaicker
A mosaicker is an object which creates
a new image from a set of input images.
|
class |
SubsetMosaicker
A mosaicker is an object which creates
a new image from a set of input images.
|
Modifier and Type | Class and Description |
---|---|
class |
BoundaryAverage
This class adjusts the 0 point for data taken
from multiple images to try to minize edge effects.
|
class |
BoundaryMedian
This class adjusts the 0 point for data taken
from multiple images to try to minize edge effects.
|
class |
ImageMedian
This class adjusts the 0 points for data taken
from multiple images to try to minimize edge effects.
|
Modifier and Type | Class and Description |
---|---|
class |
Prefetcher
This class makes sure that all of the candidate
images are actually present and then if any candidate
was not already in the cache is redoes the
image finding using the standard image finder.
|
Modifier and Type | Class and Description |
---|---|
class |
HTMLWriter
This class writes the HTML output for SkyView web services.
|
class |
RGBWriter |
Modifier and Type | Class and Description |
---|---|
class |
SIAWriter
This class writes out SIA records for surveys
which have coverage in the specified region.
|
Modifier and Type | Class and Description |
---|---|
class |
CatalogPostProcessor
The CatalogPostProcessor is called to finish processing
for catalog requests.
|
class |
CatalogProcessor |