- Gal - Static variable in class skyview.geometry.CoordinateSystem
-
Standard Galactic coordinates
- Galactic - Class in skyview.geometry.csys
-
The class defining Galactic coordinate system.
- Galactic() - Constructor for class skyview.geometry.csys.Galactic
-
- GalexExposure - Class in skyview.process.imagefinder
-
This class extends the MaxExposure class to handle
GALEX images where the center of the field is not necessarily
the center of the exposed data.
- GalexExposure() - Constructor for class skyview.process.imagefinder.GalexExposure
-
- gamma(double) - Method in class ij.process.FloatProcessor
-
- gamma(double) - Method in class ij.process.ImageProcessor
-
Performs gamma correction of the image or ROI.
- Gamma - Class in org.apache.commons.math3.special
-
This is a utility class that provides computation methods related to the
Gamma family of functions.
- GAMMA - Static variable in class org.apache.commons.math3.special.Gamma
-
- GaussSmoother - Class in skyview.data
-
- GaussSmoother() - Constructor for class skyview.data.GaussSmoother
-
- generateRGB() - Method in class skyview.ij.IJProcessor
-
- get(int, int) - Method in class ij.process.FloatProcessor
-
- get(int) - Method in class ij.process.FloatProcessor
-
- get(int, int) - Method in class ij.process.ImageProcessor
-
This is a faster version of getPixel() that does not do bounds checking.
- get(int) - Method in class ij.process.ImageProcessor
-
- get(String) - Static method in class skyview.executive.Settings
-
Get a value corresponding to the key
- get(String, String) - Static method in class skyview.executive.Settings
-
Get a values corresponding to a key or the default
- getA(int, double) - Method in class org.apache.commons.math3.util.ContinuedFraction
-
Access the n-th a coefficient of the continued fraction.
- getAllSkyPixel(long) - Method in class skyview.survey.HipsImage
-
- getArray(String) - Static method in class skyview.executive.Settings
-
Get the values corresponding to a key as an array of strings.
- getAsStream() - Method in class heasarc.db.votable.Base64
-
Return an InputStream to the decoded data
- getAutoThreshold() - Method in class ij.process.ImageProcessor
-
Returns a pixel value (threshold) that can be used to divide the image into objects
and background.
- getAutoThreshold(int[]) - Method in class ij.process.ImageProcessor
-
This is a version of getAutoThreshold() that uses a histogram passed as an argument.
- getB(int, double) - Method in class org.apache.commons.math3.util.ContinuedFraction
-
Access the n-th b coefficient of the continued fraction.
- getBackgroundValue() - Method in class ij.process.FloatProcessor
-
Always returns 0.
- getBackgroundValue() - Method in class ij.process.ImageProcessor
-
Returns the background fill value.
- getBaseImage() - Method in class skyview.survey.Image
-
Get the base image if this is not the working image.
- getBaseImage() - Method in class skyview.survey.ProxyImage
-
Get the current 'real' image.
- getBaseURL() - Method in class skyview.survey.NeatGenerator
-
Find the base URL for the SIAP service and adjust as needed
- getBaseURL() - Method in class skyview.survey.SIAPGenerator
-
Find the base URL for this SIAP service
- getBestIndex(Color) - Method in class ij.process.ImageProcessor
-
Returns the LUT index that's the best match for this color.
- getBicubicInterpolatedPixel(double, double, ImageProcessor) - Method in class ij.process.FloatProcessor
-
This method is from Chapter 16 of "Digital Image Processing:
An Algorithmic Introduction Using Java" by Burger and Burge
(http://www.imagingbook.com/).
- getBicubicInterpolatedPixel(double, double, ImageProcessor) - Method in class ij.process.ImageProcessor
-
This method is from Chapter 16 of "Digital Image Processing:
An Algorithmic Introduction Using Java" by Burger and Burge
(http://www.imagingbook.com/).
- getBitDepth() - Method in class ij.process.FloatProcessor
-
- getBitDepth() - Method in class ij.process.ImageProcessor
-
Returns the bit depth, 8, 16, 24 (RGB) or 32.
- getBufferedImage() - Method in class ij.process.FloatProcessor
-
Returns this image as an 8-bit BufferedImage.
- getBufferedImage() - Method in class ij.process.ImageProcessor
-
Returns this image as a BufferedImage.
- getCachedFileName(String) - Method in class skyview.survey.Cacher
-
See if there is a file in the cache that is of the approprite
name.
- getCachedFileName(String) - Static method in class skyview.survey.CachingImageFactory
-
- getCalibrationTable() - Method in class ij.process.ImageProcessor
-
Returns the calibration table or null.
- getCandidate(int) - Method in class skyview.process.imagefinder.RectRecurse
-
Return a particular candidate.
- getCandidates() - Method in class skyview.executive.Imager
-
Get the candidate images that may be used for resampling
- getCatalogs() - Method in class skyview.vo.CatalogProcessor
-
- getCelest(int) - Method in class skyview.process.imagefinder.Checker
-
Get the celestial coordinates corresponding to a given pixel.
- getCelest(int) - Method in class skyview.sia.Checker
-
Get the celestial coordinates corresponding to a given pixel.
- getCenter(int) - Method in class skyview.survey.Image
-
Get the center position of the given output pixel
- getCenter(int) - Method in class skyview.survey.ProxyImage
-
Get the center position of the given output pixel
- getCenters() - Method in class skyview.tile.TanTiler
-
- getCenters() - Method in interface skyview.tile.Tiler
-
- getColorModel() - Method in class ij.process.ImageProcessor
-
Returns this processor's color model.
- getColumn(int, int, int[], int) - Method in class ij.process.ImageProcessor
-
Returns the pixel values down the column starting at (x,y).
- getContext() - Method in exception org.apache.commons.math3.exception.MathIllegalStateException
-
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
- getContext() - Method in interface org.apache.commons.math3.exception.util.ExceptionContextProvider
-
Gets a reference to the "rich context" data structure that allows to
customize error messages and store key, value pairs in exceptions.
- getCoordinates() - Method in class skyview.geometry.Position
-
Get the coordinates in the standard (J2000) frame.
- getCoordinates(String) - Method in class skyview.geometry.Position
-
Get the coordinates in a specified frame.
- getCoordinateSystem() - Method in class skyview.geometry.WCS
-
Get the CoordinateSystem used in the WCS
- getCorners(long) - Method in class skyview.geometry.projecter.Hpx
-
Get the scaled corners of a pixel in the nominal HEALPix projection
- getCorners(int) - Method in class skyview.survey.Image
-
Get the corners of the given output pixel
- getCorners(int) - Method in class skyview.survey.ProxyImage
-
Get the corners of the given output pixel
- getCount() - Method in class skyview.vo.ConeQuerier
-
Get the number of rows returned
- getCurrentColorModel() - Method in class ij.process.ImageProcessor
-
Returns the current color model, which may have
been modified by setMinAndMax() or setThreshold().
- getData(String) - Method in class skyview.data.Contourer
-
Get the data for the contourer
- getData(long) - Method in class skyview.survey.DSSImage
-
Get a pixels data associated with the image.
- getData(long) - Method in class skyview.survey.FitsImage
-
Defer reading the data until it is asked for.
- getData(long) - Method in class skyview.survey.HealPixImage
-
Get a single element of data
- getData(long) - Method in class skyview.survey.HipsImage
-
Defer reading the data until it is asked for.
- getData(long) - Method in class skyview.survey.Image
-
Get a pixels data associated with the image.
- getData(long) - Method in class skyview.survey.ProxyImage
-
Get a pixels data associated with the image.
- getData(long) - Method in class skyview.survey.Subset
-
Get a pixels data associated with the image.
- getDataArray() - Method in class skyview.survey.DSSImage
-
Get the data as an array
- getDataArray() - Method in class skyview.survey.FitsImage
-
- getDataArray() - Method in class skyview.survey.HealPixImage
-
Probably should happen, but just in case we support the get array
function.
- getDataArray() - Method in class skyview.survey.HipsImage
-
Probably should happen, but just in case we
support the get array function.
- getDataArray() - Method in class skyview.survey.Image
-
Get the data as an array
- getDataArray() - Method in class skyview.survey.ProxyImage
-
Get the data as an array
- getDataArray() - Method in class skyview.survey.Subset
-
Get the data as an array.
- getDefaultColorModel() - Method in class ij.process.ImageProcessor
-
Returns the default grayscale IndexColorModel.
- getDepth() - Method in class skyview.survey.HealPixImage
-
Only a scalar image.
- getDepth() - Method in class skyview.survey.HipsImage
-
- getDepth() - Method in class skyview.survey.Image
-
Get the number of planes in the image
- getDepth() - Method in class skyview.survey.ProxyImage
-
Get the number of planes in the image
- getDescription() - Method in interface skyview.Component
-
Get the description of this component.
- getDescription() - Method in class skyview.data.BoxSmoother
-
- getDescription() - Method in class skyview.data.GaussSmoother
-
- getDescription() - Method in class skyview.data.NormedGaussSmoother
-
- getDescription() - Method in class skyview.data.PolarData
-
- getDescription() - Method in class skyview.data.ThresholdMedianSmoother
-
Indicate what processing is to be done.
- getDescription() - Method in class skyview.geometry.Converter
-
- getDescription() - Method in class skyview.geometry.csys.Besselian
-
- getDescription() - Method in class skyview.geometry.csys.Ecliptic
-
Get a description of this component.
- getDescription() - Method in class skyview.geometry.csys.Galactic
-
Get a description of the object.
- getDescription() - Method in class skyview.geometry.csys.Helioecliptic
-
Get a description of the component.
- getDescription() - Method in class skyview.geometry.csys.ICRS
-
Get a description of the object.
- getDescription() - Method in class skyview.geometry.csys.Julian
-
Get a description of the object.
- getDescription() - Method in class skyview.geometry.DepthSampler
-
- getDescription() - Method in class skyview.geometry.distorter.DSS.DSSInv
-
Get a description of this component
- getDescription() - Method in class skyview.geometry.distorter.DSS
-
- getDescription() - Method in class skyview.geometry.Distorter
-
What does this object do?
- getDescription() - Method in class skyview.geometry.distorter.Neat
-
- getDescription() - Method in class skyview.geometry.distorter.Neat.NeatInv
-
- getDescription() - Method in class skyview.geometry.distorter.SIP
-
- getDescription() - Method in class skyview.geometry.distorter.SIP.SIPinverse
-
- getDescription() - Method in class skyview.geometry.projecter.Ait.AitDeproj
-
Description of component
- getDescription() - Method in class skyview.geometry.projecter.Ait
-
A description of the component
- getDescription() - Method in class skyview.geometry.projecter.Arc.ArcDeproj
-
Get the description of the compontent
- getDescription() - Method in class skyview.geometry.projecter.Arc
-
Get a description for the component
- getDescription() - Method in class skyview.geometry.projecter.Cah.CahDeproj
-
- getDescription() - Method in class skyview.geometry.projecter.Cah
-
- getDescription() - Method in class skyview.geometry.projecter.Car.CarDeproj
-
Return a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Car
-
Return a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Csc.CscDeproj
-
Get a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Csc
-
Get a descrption of the component
- getDescription() - Method in class skyview.geometry.projecter.Hpx
-
- getDescription() - Method in class skyview.geometry.projecter.Hpx.HpxDeproj
-
- getDescription() - Method in class skyview.geometry.projecter.Mer
-
A description of the component
- getDescription() - Method in class skyview.geometry.projecter.Mer.MerDeproj
-
Description of component
- getDescription() - Method in class skyview.geometry.projecter.Mol
-
A description of the component
- getDescription() - Method in class skyview.geometry.projecter.Mol.MolDeproj
-
Description of component
- getDescription() - Method in class skyview.geometry.projecter.Sfl
-
Return a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Sfl.SflDeproj
-
Return a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Sin
-
Get a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Sin.SinDeproj
-
Get a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Stg
-
Get a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Stg.StgDeproj
-
Get a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Tan
-
Get a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Tan.TanDeproj
-
Get a description of the component
- getDescription() - Method in class skyview.geometry.projecter.Tea
-
- getDescription() - Method in class skyview.geometry.projecter.Tea.TeaDeproj
-
- getDescription() - Method in class skyview.geometry.projecter.Toa
-
- getDescription() - Method in class skyview.geometry.projecter.Toa.ToaDeproj
-
- getDescription() - Method in class skyview.geometry.projecter.Tot
-
- getDescription() - Method in class skyview.geometry.projecter.Tot.TotDeproj
-
- getDescription() - Method in class skyview.geometry.projecter.Zea
-
Get a description for the component
- getDescription() - Method in class skyview.geometry.projecter.Zea.ZeaDeproj
-
Get the description of the compontent
- getDescription() - Method in class skyview.geometry.projecter.Zpn
-
Get a description for the component
- getDescription() - Method in class skyview.geometry.projecter.Zpn.ZpnDeproj
-
Get the description of the compontent
- getDescription() - Method in class skyview.geometry.Rotater
-
Get a description of the component
- getDescription() - Method in class skyview.geometry.sampler.Clip
-
- getDescription() - Method in class skyview.geometry.sampler.Combo
-
- getDescription() - Method in class skyview.geometry.sampler.Lanczos
-
- getDescription() - Method in class skyview.geometry.sampler.LI
-
- getDescription() - Method in class skyview.geometry.sampler.NN
-
- getDescription() - Method in class skyview.geometry.sampler.Spline
-
- getDescription() - Method in class skyview.geometry.Scaler
-
What is a descrition for this component?
- getDescription() - Method in class skyview.geometry.spheredistorter.Besselian.BesselianInverse
-
- getDescription() - Method in class skyview.geometry.spheredistorter.Besselian
-
- getDescription() - Method in class skyview.geometry.SphereDistorter
-
What does this object do?
- getDescription() - Method in class skyview.ij.IJProcessor
-
- getDescription() - Method in class skyview.process.AddingMosaicker
-
Get a description of this component
- getDescription() - Method in class skyview.process.BackupMosaicker
-
Get a description of this component
- getDescription() - Method in class skyview.process.deedger.BoundaryAverage
-
Get a description of this object
- getDescription() - Method in class skyview.process.deedger.BoundaryMedian
-
Get a description of this object
- getDescription() - Method in class skyview.process.Deedger
-
- getDescription() - Method in class skyview.process.deedger.ImageMedian
-
Get a description of this object
- getDescription() - Method in class skyview.process.IDMosaic
-
Get a description of this component
- getDescription() - Method in class skyview.process.imagefinder.Prefetcher
-
- getDescription() - Method in class skyview.process.InfoPrint
-
Get a description of this component
- getDescription() - Method in class skyview.process.Mosaicker
-
Get a description of this component
- getDescription() - Method in class skyview.process.SubsetMosaicker
-
Get a description of this component
- getDescription() - Method in class skyview.request.HTMLWriter
-
A description for the component.
- getDescription() - Method in class skyview.request.RGBWriter
-
- getDescription() - Method in class skyview.sia.SIAWriter
-
Get a description of this component
- getDescription() - Method in class skyview.survey.Image
-
Get a description of the object
- getDescription() - Method in class skyview.survey.Subset
-
Get a description of the object
- getDescription() - Method in class skyview.survey.UserSurvey
-
- getDescription() - Method in class skyview.survey.XMLSurvey
-
Get a description of the component
- getDescription() - Method in class skyview.vo.CatalogPostProcessor
-
- getDescription() - Method in class skyview.vo.CatalogProcessor
-
- getDimensions() - Method in class skyview.tile.TanTiler
-
- getDistorter() - Method in class skyview.geometry.Projection
-
Get any distortion in the plane associated with this projection.
- getDistorter() - Method in class skyview.geometry.WCS
-
Get the plane distorter used in the projection (or null)
- getEdgeAdjustments() - Method in class skyview.executive.Imager
-
Get any adjustments made to image intensities to minimize edge effects.
- getExposure(int) - Method in class skyview.process.expfinder.ExposureFile
-
- getExposure(int) - Method in class skyview.process.expfinder.FitsKeyword
-
- getExposure(int) - Method in class skyview.process.expfinder.Null
-
- getExposure(int) - Method in interface skyview.process.ExposureFinder
-
Get the exposure for a given pixel.
- getExtraNames() - Method in class skyview.vo.ConeQuerier
-
Get the names of extra columns
- getExtras() - Method in class skyview.vo.ConeQuerier
-
Get the list of extra columns
- getf(int, int) - Method in class ij.process.FloatProcessor
-
- getf(int) - Method in class ij.process.FloatProcessor
-
- getf(int, int) - Method in class ij.process.ImageProcessor
-
Returns the value of the pixel at (x,y) as a float.
- getf(int) - Method in class ij.process.ImageProcessor
-
- getField(String, String) - Method in class net.ivoa.util.CGI
-
- getField(String, String) - Static method in class skyview.survey.XMLSurveyDescription
-
- getFile(String, String) - Method in class skyview.survey.Cacher
-
- getFilename() - Method in class skyview.survey.FitsImage
-
- getFinderCallBack(Position, double, double, boolean) - Method in class skyview.survey.XMLSurvey
-
- getFloatArray() - Method in class ij.process.ImageProcessor
-
Returns a copy of the pixel data as a 2D float
array with dimensions [x=0..width-1][y=0..height-1].
- getFont() - Method in class ij.process.ImageProcessor
-
Returns the current font.
- getFontMetrics() - Method in class ij.process.ImageProcessor
-
Returns the current FontMetrics.
- getHeader() - Method in class skyview.survey.FitsImage
-
- getHeaderNaxis() - Method in class skyview.geometry.WCS
-
- getHealpixScale() - Method in class skyview.geometry.projecter.Hpx
-
Get the size of the HEALPix pixels in the projection frame.
- getHeight() - Method in class ij.process.ImageProcessor
-
Returns the height of this image in pixels.
- getHeight() - Method in class skyview.survey.HealPixImage
-
Get the height of the image in pixels
- getHeight() - Method in class skyview.survey.HipsImage
-
- getHeight() - Method in class skyview.survey.Image
-
Get the height of the image
- getHeight() - Method in class skyview.survey.ProxyImage
-
Get the height of the image
- getHistogram() - Method in class ij.process.FloatProcessor
-
Not implemented.
- getHistogram() - Method in class ij.process.ImageProcessor
-
Returns the histogram of the image or ROI.
- getHistogramMax() - Method in class ij.process.ImageProcessor
-
Returns the maximum histogram value used for histograms of float images.
- getHistogramMin() - Method in class ij.process.ImageProcessor
-
Returns the minimum histogram value used for histograms of float images.
- getHistogramSize() - Method in class ij.process.ImageProcessor
-
Returns the number of float image histogram bins.
- getIDs() - Method in class skyview.vo.ConeQuerier
-
Get the specified IDs
- getImage(Image, double[]) - Method in class skyview.process.imagefinder.Checker
-
Convert an input unit vector to a position in an image.
- getImage(Image, double[]) - Method in class skyview.process.imagefinder.RectRecurse
-
Convert an input unit vector to a position in an image.
- getImage(Image, double[]) - Method in class skyview.process.imagefinder.RotatedRectangle
-
- getImage(Image, double[]) - Method in class skyview.sia.Checker
-
Convert an input unit vector to a position in an image.
- getImage() - Method in class skyview.survey.HDecompressor
-
Get decompressed image as a one-d array of ints.
- getImage(int) - Method in class skyview.tile.TanTiler
-
- getImage(int) - Method in interface skyview.tile.Tiler
-
- getImageCount() - Method in class skyview.tile.TanTiler
-
- getImageCount() - Method in interface skyview.tile.Tiler
-
- getImageData() - Method in class skyview.executive.Imager
-
Get the output data as 1-d double array
- getImager() - Static method in class skyview.executive.Imager
-
Get an Imager object -- normally the last one created.
- getImages(double, double, double, ArrayList<String>) - Method in class skyview.survey.AkariGenerator
-
It appears that the SIAP query for AKARI is assumed to request data
in ecliptic coordinates.
- getImages(double, double, double, ArrayList<String>) - Method in class skyview.survey.DSS2ImageGenerator
-
- getImages(double, double, double, ArrayList<String>) - Method in class skyview.survey.HipsGenerator
-
Get a HiPS request.
- getImages(double, double, double, ArrayList<String>) - Method in interface skyview.survey.ImageGenerator
-
- getImages(double, double, double, ArrayList<String>) - Method in class skyview.survey.SIAPGenerator
-
Get images from a SIAP service
- getImages(Position, double, double) - Method in interface skyview.survey.Survey
-
Find a list of images that are within size of the given position.
- getImages(double, double, double, ArrayList<String>) - Method in class skyview.survey.TwoMASSGenerator
-
Get images from a SIAP service
- getImages(Position, double, double) - Method in class skyview.survey.UserSurvey
-
- getImages(Position, double, double) - Method in class skyview.survey.XMLSurvey
-
Find candidate images from this survey.
- getIndexSampleModel() - Method in class ij.process.ImageProcessor
-
- getInputDimension() - Method in class skyview.geometry.Converter
-
Get the dimensionality of the input vectors.
- getInputDimension() - Method in class skyview.geometry.Deprojecter
-
What is the input dimensionality of a deprojecter?
- getInputDimension() - Method in class skyview.geometry.Distorter
-
What is the input dimensionality of a Distorter?
- getInputDimension() - Method in class skyview.geometry.Projecter
-
What is the input dimensionality of a projecter?
- getInputDimension() - Method in class skyview.geometry.Rotater
-
Get the input dimension to a Rotater
- getInputDimension() - Method in class skyview.geometry.Scaler
-
What is the dimensionality of the input to a Scaler
- getInputDimension() - Method in class skyview.geometry.SphereDistorter
-
What is the input dimensionality of a Distorter?
- getInputDimension() - Method in class skyview.geometry.Transformer
-
Get the dimensionality of the input vectors.
- getInputLimits(Image) - Method in class skyview.process.imagefinder.RectRecurse
-
- getInputLimits(Image) - Method in class skyview.process.imagefinder.RotatedRectangle
-
- getIntArray() - Method in class ij.process.ImageProcessor
-
Returns a copy of the pixel data as a 2D int array with
dimensions [x=0..width-1][y=0..height-1].
- getInterleave() - Method in class skyview.geometry.projecter.Hpx
-
- getInterpolate() - Method in class ij.process.ImageProcessor
-
Returns the value of the interpolate field.
- getInterpolatedPixel(double, double) - Method in class ij.process.FloatProcessor
-
Uses the current interpolation method (BILINEAR or BICUBIC)
to calculate the pixel value at real coordinates (x,y).
- getInterpolatedPixel(double, double) - Method in class ij.process.ImageProcessor
-
Uses the current interpolation method (bilinear or bicubic)
to find the pixel value at real coordinates (x,y).
- getInterpolatedValue(double, double) - Method in class ij.process.ImageProcessor
-
Uses bilinear interpolation to find the pixel value at real coordinates (x,y).
- getInterpolationMethod() - Method in class ij.process.ImageProcessor
-
Returns the current interpolation method (NONE, BILINEAR or BICUBIC).
- getInterpolationMethods() - Static method in class ij.process.ImageProcessor
-
- getKeys() - Method in class org.apache.commons.math3.exception.util.ExceptionContext
-
Gets all the keys stored in the exception
- getKeys() - Static method in class skyview.executive.Settings
-
Return the array of keys in the current settings
- getLabels() - Method in class skyview.data.Gridder
-
Get the labels for the lines
- getLastProcessor() - Static method in class skyview.vo.CatalogProcessor
-
- getLat() - Method in class skyview.executive.Imager
-
Get the central latitude/declination of the output image
- getLine(double, double, double, double) - Method in class ij.process.ImageProcessor
-
Returns an array containing the pixel values along the
line starting at (x1,y1) and ending at (x2,y2).
- getLines() - Method in class skyview.data.Gridder
-
Get the line points
- getLineWidth() - Method in class ij.process.ImageProcessor
-
Returns the current line width.
- getLocalizedMessage() - Method in exception org.apache.commons.math3.exception.MathIllegalStateException
- getLocalizedMessage() - Method in class org.apache.commons.math3.exception.util.ExceptionContext
-
Gets the message in the default locale.
- getLocalizedString(Locale) - Method in interface org.apache.commons.math3.exception.util.Localizable
-
Gets the localized string.
- getLocalizedString(Locale) - Method in enum org.apache.commons.math3.exception.util.LocalizedFormats
-
Gets the localized string.
- getLon() - Method in class skyview.executive.Imager
-
Get the central longitude/RA of the output image
- getLut() - Method in class ij.process.ImageProcessor
-
- getLutUpdateMode() - Method in class ij.process.ImageProcessor
-
Returns the LUT update mode, which can be RED_LUT, BLACK_AND_WHITE_LUT,
OVER_UNDER_LUT or NO_LUT_UPDATE.
- getMask() - Method in class ij.process.ImageProcessor
-
For images with irregular ROIs, returns a mask, otherwise,
returns null.
- getMaskArray() - Method in class ij.process.ImageProcessor
-
Returns a reference to the mask pixel array, or null if there is no mask.
- getMatrix() - Method in class skyview.geometry.Rotater
-
Return the double coefficients for the matrix
- getMax() - Method in class ij.process.FloatProcessor
-
Returns the largest displayed pixel value.
- getMax() - Method in class ij.process.ImageProcessor
-
Returns the largest displayed pixel value.
- getMax() - Method in exception org.apache.commons.math3.exception.MaxCountExceededException
-
- getMaxOutput() - Method in class skyview.util.Scaler
-
- getMaxThreshold() - Method in class ij.process.ImageProcessor
-
Returns the upper threshold level.
- getMaxVal() - Method in class skyview.util.Scaler
-
- getMessage() - Method in exception org.apache.commons.math3.exception.MathIllegalStateException
- getMessage() - Method in class org.apache.commons.math3.exception.util.ExceptionContext
-
Gets the default message.
- getMessage(Locale) - Method in class org.apache.commons.math3.exception.util.ExceptionContext
-
Gets the message in a specified locale.
- getMessage(Locale, String) - Method in class org.apache.commons.math3.exception.util.ExceptionContext
-
Gets the message in a specified locale.
- getMetadata() - Method in class skyview.survey.XMLSurvey
-
Get the metadata for the survey
- getMin() - Method in class ij.process.FloatProcessor
-
Returns the smallest displayed pixel value.
- getMin() - Method in class ij.process.ImageProcessor
-
Returns the smallest displayed pixel value.
- getMinOutput() - Method in class skyview.util.Scaler
-
- getMinThreshold() - Method in class ij.process.ImageProcessor
-
Returns the lower threshold level.
- getMinVal() - Method in class skyview.util.Scaler
-
- getName() - Method in interface skyview.Component
-
Get the name of this component.
- getName() - Method in class skyview.data.BoxSmoother
-
- getName() - Method in class skyview.data.GaussSmoother
-
- getName() - Method in class skyview.data.NormedGaussSmoother
-
- getName() - Method in class skyview.data.PolarData
-
- getName() - Method in class skyview.data.ThresholdMedianSmoother
-
- getName() - Method in class skyview.geometry.Converter
-
- getName() - Method in class skyview.geometry.csys.Besselian
-
- getName() - Method in class skyview.geometry.csys.Ecliptic
-
Get the name of this component.
- getName() - Method in class skyview.geometry.csys.Galactic
-
Get the name of this object.
- getName() - Method in class skyview.geometry.csys.Helioecliptic
-
Get the name of the component.
- getName() - Method in class skyview.geometry.csys.ICRS
-
Get the name of this object.
- getName() - Method in class skyview.geometry.csys.Julian
-
Get the name of this object.
- getName() - Method in class skyview.geometry.DepthSampler
-
- getName() - Method in class skyview.geometry.distorter.DSS.DSSInv
-
Get the name of this component
- getName() - Method in class skyview.geometry.distorter.DSS
-
Get the name of this component
- getName() - Method in class skyview.geometry.Distorter
-
A name for this object
- getName() - Method in class skyview.geometry.distorter.Neat
-
- getName() - Method in class skyview.geometry.distorter.Neat.NeatInv
-
- getName() - Method in class skyview.geometry.distorter.SIP
-
- getName() - Method in class skyview.geometry.distorter.SIP.SIPinverse
-
- getName() - Method in class skyview.geometry.projecter.Ait.AitDeproj
-
Name of component
- getName() - Method in class skyview.geometry.projecter.Ait
-
The name of the Component
- getName() - Method in class skyview.geometry.projecter.Arc.ArcDeproj
-
Get the name of the component
- getName() - Method in class skyview.geometry.projecter.Arc
-
Get a name for the component
- getName() - Method in class skyview.geometry.projecter.Cah.CahDeproj
-
- getName() - Method in class skyview.geometry.projecter.Cah
-
- getName() - Method in class skyview.geometry.projecter.Car.CarDeproj
-
Get the name of the compontent
- getName() - Method in class skyview.geometry.projecter.Car
-
Get the name of the compontent
- getName() - Method in class skyview.geometry.projecter.Csc.CscDeproj
-
Get the name of the component
- getName() - Method in class skyview.geometry.projecter.Csc
-
Get the name of the component
- getName() - Method in class skyview.geometry.projecter.Hpx
-
- getName() - Method in class skyview.geometry.projecter.Hpx.HpxDeproj
-
- getName() - Method in class skyview.geometry.projecter.Mer
-
The name of the Component
- getName() - Method in class skyview.geometry.projecter.Mer.MerDeproj
-
Name of component
- getName() - Method in class skyview.geometry.projecter.Mol
-
The name of the Component
- getName() - Method in class skyview.geometry.projecter.Mol.MolDeproj
-
Name of component
- getName() - Method in class skyview.geometry.projecter.Sfl
-
Get the name of the compontent
- getName() - Method in class skyview.geometry.projecter.Sfl.SflDeproj
-
Get the name of the compontent
- getName() - Method in class skyview.geometry.projecter.Sin
-
Get the name of the component
- getName() - Method in class skyview.geometry.projecter.Sin.SinDeproj
-
Get the name of the component
- getName() - Method in class skyview.geometry.projecter.Stg
-
Get the name of the compontent
- getName() - Method in class skyview.geometry.projecter.Stg.StgDeproj
-
Get the name of the component
- getName() - Method in class skyview.geometry.projecter.Tan
-
Get the name of the compontent
- getName() - Method in class skyview.geometry.projecter.Tan.TanDeproj
-
Get the name of the component
- getName() - Method in class skyview.geometry.projecter.Tea
-
- getName() - Method in class skyview.geometry.projecter.Tea.TeaDeproj
-
- getName() - Method in class skyview.geometry.projecter.Toa
-
- getName() - Method in class skyview.geometry.projecter.Toa.ToaDeproj
-
- getName() - Method in class skyview.geometry.projecter.Tot
-
- getName() - Method in class skyview.geometry.projecter.Tot.TotDeproj
-
- getName() - Method in class skyview.geometry.projecter.Zea
-
Get a name for the component
- getName() - Method in class skyview.geometry.projecter.Zea.ZeaDeproj
-
Get the name of the component
- getName() - Method in class skyview.geometry.projecter.Zpn
-
Get a name for the component
- getName() - Method in class skyview.geometry.projecter.Zpn.ZpnDeproj
-
Get the name of the component
- getName() - Method in class skyview.geometry.Rotater
-
Get the name of the component
- getName() - Method in class skyview.geometry.sampler.Clip
-
- getName() - Method in class skyview.geometry.sampler.Combo
-
- getName() - Method in class skyview.geometry.sampler.Lanczos
-
- getName() - Method in class skyview.geometry.sampler.LI
-
- getName() - Method in class skyview.geometry.sampler.NN
-
- getName() - Method in class skyview.geometry.sampler.Spline
-
- getName() - Method in class skyview.geometry.Scaler
-
What is a name for this component?
- getName() - Method in class skyview.geometry.spheredistorter.Besselian.BesselianInverse
-
- getName() - Method in class skyview.geometry.spheredistorter.Besselian
-
- getName() - Method in class skyview.geometry.SphereDistorter
-
A name for this object
- getName() - Method in class skyview.ij.IJProcessor
-
- getName() - Method in class skyview.process.AddingMosaicker
-
Get the name of this component
- getName() - Method in class skyview.process.BackupMosaicker
-
Get the name of this component
- getName() - Method in class skyview.process.deedger.BoundaryAverage
-
Get a name for this object
- getName() - Method in class skyview.process.deedger.BoundaryMedian
-
Get a name for this object
- getName() - Method in class skyview.process.Deedger
-
- getName() - Method in class skyview.process.deedger.ImageMedian
-
Get a name for this object
- getName() - Method in class skyview.process.IDMosaic
-
Get the name of this component
- getName() - Method in class skyview.process.imagefinder.Prefetcher
-
- getName() - Method in class skyview.process.InfoPrint
-
- getName() - Method in class skyview.process.Mosaicker
-
Get the name of this component
- getName() - Method in class skyview.process.SubsetMosaicker
-
Get the name of this component
- getName() - Method in class skyview.request.HTMLWriter
-
A name for the component.
- getName() - Method in class skyview.request.RGBWriter
-
- getName() - Method in class skyview.sia.SIAWriter
-
- getName() - Method in class skyview.survey.Image
-
Get the name of the image
- getName() - Method in class skyview.survey.ProxyImage
-
Get the name of the image
- getName() - Method in class skyview.survey.UserSurvey
-
- getName() - Method in class skyview.survey.XMLSurvey
-
Get the name of the compontent
- getName() - Method in class skyview.vo.CatalogPostProcessor
-
- getName() - Method in class skyview.vo.CatalogProcessor
-
- getNChannels() - Method in class ij.process.ImageProcessor
-
Returns the number of color channels in the image.
- getNeighborhood(int, int, double[][]) - Method in class ij.process.ImageProcessor
-
Experimental
- getNSide() - Method in class skyview.geometry.projecter.Hpx
-
Get the number of pixels on each side of one of the 12 main HEALPix tiles.
- getNx() - Method in class skyview.survey.HDecompressor
-
Get the X-dimension of the decompressed image.
- getNy() - Method in class skyview.survey.HDecompressor
-
Get the Y-dimension of the decompressed image.
- getOblCorner(long) - Method in class skyview.geometry.projecter.Hpx
-
Get the unscaled (i.e., unit tiles) lower left corner in the oblique projection
- getObliquePixel(double, double) - Method in class skyview.geometry.projecter.Hpx
-
Given the coordinates in the normalized oblique
projection, find the pixel number.
- getOffsetAngle(double[]) - Method in class skyview.geometry.csys.PositionAngleConverter
-
Calculate the offset between the position angles in the two
coordinate systems at the point defined by the input unit vector
(presumed to be in the input coordinate system).
- getOutputDimension() - Method in class skyview.geometry.Converter
-
Get the dimensionality of the output vectors.
- getOutputDimension() - Method in class skyview.geometry.Deprojecter
-
What is the output dimensionality of a deprojecter?
- getOutputDimension() - Method in class skyview.geometry.Distorter
-
What is the output dimensionality of a Distorter?
- getOutputDimension() - Method in class skyview.geometry.Projecter
-
What is the output dimensionality of a projecter?
- getOutputDimension() - Method in class skyview.geometry.Rotater
-
Get the output dimension to a Rotater
- getOutputDimension() - Method in class skyview.geometry.Scaler
-
What is the dimensionality of the output of a Scaler
- getOutputDimension() - Method in class skyview.geometry.SphereDistorter
-
What is the output dimensionality of a Distorter?
- getOutputDimension() - Method in class skyview.geometry.Transformer
-
Get the dimensionality of the output vectors.
- getOverlay() - Method in class ij.process.ImageProcessor
-
- getParams() - Method in class net.ivoa.util.CGI
-
- getParams() - Method in class skyview.geometry.projecter.Zpn
-
- getParams() - Method in class skyview.geometry.projecter.Zpn.ZpnDeproj
-
- getParams() - Method in class skyview.geometry.Scaler
-
- getPattern(String) - Method in class skyview.request.Detainter
-
- getPixel(int, int) - Method in class ij.process.FloatProcessor
-
Returns a pixel value that must be converted using
Float.intBitsToFloat().
- getPixel(int, int, int[]) - Method in class ij.process.FloatProcessor
-
Returns the value of the pixel at (x,y) in a
one element int array.
- getPixel(int, int) - Method in class ij.process.ImageProcessor
-
Returns the value of the pixel at (x,y).
- getPixel(int, int, int[]) - Method in class ij.process.ImageProcessor
-
Returns the samples for the pixel at (x,y) in an int array.
- getPixel(double[]) - Method in class skyview.geometry.projecter.Hpx
-
Find the pixel that includes the given position.
- getPixelCount() - Method in class ij.process.ImageProcessor
-
- getPixelDepth() - Method in class skyview.executive.Imager
-
Get the energy depth of the output image
- getPixelHeight() - Method in class skyview.executive.Imager
-
Get the height of the output image in pixels
- getPixelInterpolated(double, double) - Method in class ij.process.FloatProcessor
-
- getPixelInterpolated(double, double) - Method in class ij.process.ImageProcessor
-
Uses the current interpolation method to find the pixel value at real coordinates (x,y).
- getPixels() - Method in class ij.process.FloatProcessor
-
Returns a reference to the float array containing
this image's pixel data.
- getPixels() - Method in class ij.process.ImageProcessor
-
Returns a reference to this image's pixel array.
- getPixels() - Method in class skyview.vo.CatalogProcessor
-
- getPixelsCopy() - Method in class ij.process.FloatProcessor
-
Returns a copy of the pixel data.
- getPixelsCopy() - Method in class ij.process.ImageProcessor
-
Returns a copy of the pixel data.
- getPixelValue(int, int) - Method in class ij.process.FloatProcessor
-
Returns the value of the pixel at (x,y) as a float.
- getPixelValue(int, int) - Method in class ij.process.ImageProcessor
-
Returns the value of the pixel at (x,y).
- getPixelWidth() - Method in class skyview.executive.Imager
-
Get the width of the output image in pixels
- getPosition() - Method in class skyview.request.SourceCoordinates
-
Get the position associated with these coordinates.
- getPositions() - Method in class skyview.vo.ConeQuerier
-
Get the array of position
- getProjecter() - Method in class skyview.geometry.Projection
-
Get the projection algorithm associated with this rotation.
- getProjection() - Method in class skyview.geometry.WCS
-
Get the projection used in the WCS
- getQuality() - Static method in class ij.plugin.JpegWriter
-
- getRange() - Method in class skyview.data.Contourer
-
- getReferencePoint() - Method in class skyview.geometry.Projection
-
Get the current reference position
- getResourceOrFile(String) - Static method in class skyview.survey.Util
-
Open a stream from a resource or a file.
- getRoi() - Method in class ij.process.ImageProcessor
-
Returns a Rectangle that represents the current
region of interest.
- getRotater() - Method in class skyview.geometry.CoordinateSystem
-
Get the rotation associated with the projection.
- getRotater() - Method in class skyview.geometry.csys.Besselian
-
- getRotater() - Method in class skyview.geometry.csys.Ecliptic
-
- getRotater() - Method in class skyview.geometry.csys.Galactic
-
Return the rotation associated with the coordinate system.
- getRotater() - Method in class skyview.geometry.csys.ICRS
-
Return the rotation associated with the coordinate system.
- getRotater() - Method in class skyview.geometry.csys.Julian
-
Return the rotation associated with the coordinate system.
- getRotater() - Method in class skyview.geometry.Projection
-
Get the rotation that needs to be performed before the rotation.
- getRow(int, int, int[], int) - Method in class ij.process.ImageProcessor
-
Returns the pixel values along the horizontal line starting at (x,y).
- getRow(int, int, float[], int) - Method in class ij.process.ImageProcessor
-
Returns the pixel values along the horizontal line starting at (x,y).
- getSamplerName() - Method in class skyview.executive.Imager
-
Get the sampler name.
- getSavedImages() - Static method in class skyview.ij.IJProcessor
-
- getScale() - Method in class skyview.data.Gridder
-
- getScale() - Method in class skyview.geometry.WCS
-
Get the nominal scale of the WCS.
- getScaler() - Method in class skyview.executive.Imager
-
Get the Scaler used for the output image.
- getScaler() - Method in class skyview.geometry.WCS
-
Get the linear scaler used in the projection
- getSIA() - Static method in class skyview.sia.SIA
-
- getSize() - Method in class skyview.vo.ConeQuerier
-
Get the size of the request
- getSliceNumber() - Method in class ij.process.ImageProcessor
-
- getSnapshotPixels() - Method in class ij.process.FloatProcessor
-
- getSnapshotPixels() - Method in class ij.process.ImageProcessor
-
Returns a reference to the snapshot (undo) buffer, or null.
- getSourceString() - Method in interface org.apache.commons.math3.exception.util.Localizable
-
Gets the source (non-localized) string.
- getSourceString() - Method in enum org.apache.commons.math3.exception.util.LocalizedFormats
-
Gets the source (non-localized) string.
- getSpell() - Method in class skyview.survey.ProxyImage
-
Get the spell associated with the proxy
- getSphereDistorter() - Method in class skyview.geometry.CoordinateSystem
-
Get the distortion associated with the projection.
- getSphereDistorter() - Method in class skyview.geometry.csys.Besselian
-
- getStatistics() - Method in class ij.process.ImageProcessor
-
- getStatus() - Static method in class skyview.process.imagefinder.Checker
-
- getStatus() - Static method in class skyview.sia.Checker
-
- getStraddleStats() - Method in class skyview.geometry.projecter.HpxStraddle
-
Get the statistics on the kind of straddles processed by this
objects as an array of {north, south, edge}
- getStreamColumn(String, String) - Method in class heasarc.db.votable.StreamToJava
-
- getStringWidth(String) - Method in class ij.process.ImageProcessor
-
Returns the width in pixels of the specified string.
- getSum(double[]) - Static method in class skyview.executive.Imager
-
- getSurvey() - Method in class skyview.executive.Imager
-
Get the current survey being processed
- getSurveyName() - Method in class skyview.survey.SIAPGenerator
-
- getSurveyReader(String) - Static method in class skyview.survey.XMLSurvey
-
Get a buffered reader associated with the survey
given a string name.
- getSurveys() - Method in interface skyview.survey.SurveyFinder
-
What are the IDs available?
- getSurveys() - Method in class skyview.survey.XMLSurveyFinder
-
What surveys do we know about?
- getSurveysFromMainifest() - Method in class skyview.survey.XMLSurveyFinder
-
Get surveys from a user manifest.
- getSurveysFromManifest() - Method in class skyview.survey.SurveyExtractor
-
Get surveys from a user manifest.
- getSurveysFromManifest(boolean) - Method in class skyview.survey.XMLSurveyFinder
-
- getSurveysFromRoot() - Method in class skyview.survey.SurveyExtractor
-
Get the surveys in the document root area
- getSurveysFromRoot() - Method in class skyview.survey.XMLSurveyFinder
-
Get the surveys in the document root area
- getSurveysFromUser() - Method in class skyview.survey.SurveyExtractor
-
Get user specified surveys
- getSurveysFromUser() - Method in class skyview.survey.XMLSurveyFinder
-
Get user specified surveys
- getSurveySubdir() - Method in class skyview.survey.Cacher
-
If we are divvying the cache by surveys, find the appropriate name
for the current survey subdirectory.
- getSurveySubdir() - Static method in class skyview.survey.CachingImageFactory
-
- getSymbols() - Method in class skyview.vo.CatalogProcessor
-
- getThrowable() - Method in class org.apache.commons.math3.exception.util.ExceptionContext
-
Get a reference to the exception to which the context relates.
- getTransformer() - Method in class skyview.survey.Image
-
Get the transformation to the pixel coordinates of the image
- getTransformer() - Method in class skyview.survey.ProxyImage
-
Get the transformation to the pixel coordinates of the image
- getURL(String, String) - Static method in class skyview.survey.Util
-
Copy a URL to a local file
- getURL() - Method in class skyview.vo.ConeQuerier
-
Get the URL used.
- getUseDefault() - Method in class skyview.util.Scaler
-
- getValue(String) - Method in class org.apache.commons.math3.exception.util.ExceptionContext
-
Gets the value associated to the given context key.
- getVersion() - Static method in class skyview.executive.Imager
-
- getWCS() - Method in class skyview.survey.Image
-
Get the WCS associated with the image.
- getWCS() - Method in class skyview.survey.ProxyImage
-
Get the WCS associated with the image.
- getWidth() - Method in class ij.process.ImageProcessor
-
Returns the width of this image in pixels.
- getWidth() - Method in class skyview.survey.HealPixImage
-
Get the width of the image in pixels
- getWidth() - Method in class skyview.survey.HipsImage
-
- getWidth() - Method in class skyview.survey.Image
-
Get the width of the image
- getWidth() - Method in class skyview.survey.ProxyImage
-
Get the width of the image
- getWriteCache() - Method in class skyview.survey.Cacher
-
Find the name of the write cache directory and if necessary create it
- getXTiling() - Method in class skyview.geometry.projecter.Car.CarDeproj
-
- getXTiling() - Method in class skyview.geometry.projecter.Car
-
Get tile offsets
- getXTiling() - Method in class skyview.geometry.projecter.Csc
-
This map can repeat in X.
- getXTiling() - Method in class skyview.geometry.Projecter
-
Some projections can tile the projection plane with repeated
copies.
- getYTiling() - Method in class skyview.geometry.projecter.Car.CarDeproj
-
- getYTiling() - Method in class skyview.geometry.projecter.Car
-
Get tile offsets
- getYTiling() - Method in class skyview.geometry.Projecter
-
The tiling period in Y
- GifWriter - Class in ij.plugin
-
Writes a stack as an animated Gif
- GifWriter() - Constructor for class ij.plugin.GifWriter
-
- gLUT1 - Variable in class ij.process.ImageProcessor
-
- gLUT2 - Variable in class ij.process.ImageProcessor
-
- grid() - Method in class skyview.data.Gridder
-
- Gridder - Class in skyview.data
-
This class is used to find the lines and text to draw coordinate grid overlays.
- Gridder(Image, String) - Constructor for class skyview.data.Gridder
-
Create a new Gridder object.
- Gridder(Image, boolean) - Constructor for class skyview.data.Gridder
-
Create a new Gridder object.
- GridOffset - Class in skyview.geometry.projecter.toast
-
- GridOffset() - Constructor for class skyview.geometry.projecter.toast.GridOffset
-