- factory(String) - Static method in class skyview.geometry.CoordinateSystem
-
Get a coordinate system by name.
- factory(String, String) - Static method in class skyview.geometry.CoordinateSystem
-
- factory(String) - Static method in class skyview.geometry.Sampler
-
Factory for creating samplers
- factory(String) - Static method in class skyview.process.ImageFinder
-
Create an ImageFinder given a class name or return an instance
of the default class if no name is given.
- factory(String, String, double, String) - Static method in class skyview.request.SourceCoordinates
-
- factory(String, String, String) - Static method in class skyview.request.SourceCoordinates
-
- factory(String) - Method in class skyview.survey.CachingImageFactory
-
- factory(String) - Method in class skyview.survey.DSSImageFactory
-
- factory(String) - Method in class skyview.survey.FitsImageFactory
-
- factory(String) - Method in class skyview.survey.HealPixImageFactory
-
- factory(String) - Method in class skyview.survey.HipsImageFactory
-
Create a HiPS using the spell.
- factory(String) - Method in interface skyview.survey.ImageFactory
-
Create an image given the appropriate spell
- factory(String, double, double, double) - Static method in class skyview.vo.ConeQuerier
-
Create a ConeQuerier Object.
- fill() - Method in class ij.process.FloatProcessor
-
Fills the current rectangular ROI.
- fill(ImageProcessor) - Method in class ij.process.FloatProcessor
-
Fills pixels that are within roi and part of the mask.
- fill() - Method in class ij.process.ImageProcessor
-
Fills the image or ROI bounding rectangle with the current fill/draw value.
- fill(ImageProcessor) - Method in class ij.process.ImageProcessor
-
Fills pixels that are within the ROI bounding rectangle and part of
the mask (i.e.
- fill(Roi) - Method in class ij.process.ImageProcessor
-
Fills the ROI with the current fill/draw value.
- fillOutside(Roi) - Method in class ij.process.ImageProcessor
-
Fills outside an Roi.
- fillOval(int, int, int, int) - Method in class ij.process.ImageProcessor
-
Fills an elliptical shape.
- fillPolygon(Polygon) - Method in class ij.process.ImageProcessor
-
Fills a polygon.
- filter(int) - Method in class ij.process.FloatProcessor
-
Filters using a 3x3 neighborhood.
- filter(int) - Method in class ij.process.ImageProcessor
-
A 3x3 filter operation, where the argument (BLUR_MORE, FIND_EDGES,
MEDIAN_FILTER, MIN or MAX) determines the filter type.
- find(double, double) - Method in class skyview.geometry.projecter.Toa
-
- find(String) - Method in interface skyview.survey.SurveyFinder
-
Do we have this survey?
- find(String) - Method in class skyview.survey.XMLSurveyFinder
-
Do we have this survey?
- FIND_EDGES - Static variable in class ij.process.ImageProcessor
-
- findEdges() - Method in class ij.process.ImageProcessor
-
Finds edges in the image or ROI using a Sobel operator.
- findFile(String) - Method in class skyview.survey.XMLSurveyFinder
-
Find the survey file given the short name
- findImages(Image[], Image) - Method in class skyview.process.imagefinder.Bypass
-
- findImages(Image[], Image) - Method in class skyview.process.imagefinder.Checker
-
Find the best image for each output pixel.
- findImages(Image[], Image) - Method in class skyview.process.ImageFinder
-
This is the basic method in the image finder.
- findImages(Image[], Image) - Method in class skyview.process.imagefinder.LocalBorder
-
Find the best image for each output pixel.
- findImages(Image[], Image) - Method in class skyview.process.imagefinder.MaxExposure
-
Find the appropriate images.
- findImages(Image[], Image) - Method in class skyview.process.imagefinder.Overlap
-
Find the images that it makes sense to sample.
- findImages(Image[], Image) - Method in class skyview.process.imagefinder.RectRecurse
-
Find the best image for each output pixel.
- findImages(Image[], Image) - Method in class skyview.sia.Checker
-
Find the best image for each output pixel.
- findMinAndMax() - Method in class ij.process.FloatProcessor
-
Calculates the minimum and maximum pixel value for the entire image.
- firstCall - Variable in class skyview.process.imagefinder.Radius
-
- FitsImage - Class in skyview.survey
-
This class defines an image gotten by reading a file
- FitsImage(String) - Constructor for class skyview.survey.FitsImage
-
- FitsImageFactory - Class in skyview.survey
-
A little class that creates FITS images using a factory method.
- FitsImageFactory() - Constructor for class skyview.survey.FitsImageFactory
-
- FitsKeyword - Class in skyview.process.expfinder
-
Find the exposure in the FITS file.
- FitsKeyword() - Constructor for class skyview.process.expfinder.FitsKeyword
-
- fitsSum(String) - Method in class skyview.test.NewTester
-
- fixedPoint(String) - Static method in class skyview.geometry.Projection
-
This static method returns the location of the
default projection center for fixed point projections.
- flatten(Object[]) - Static method in class org.apache.commons.math3.exception.util.ArgUtils
-
Transform a multidimensional array into a one-dimensional list.
- flipHorizontal() - Method in class ij.process.ImageProcessor
-
Flips the image or ROI horizontally.
- flipVertical() - Method in class ij.process.FloatProcessor
-
- flipVertical() - Method in class ij.process.ImageProcessor
-
Flips the image or ROI vertically.
- FloatProcessor - Class in ij.process
-
This is an 32-bit floating-point image and methods that operate on that image.
- FloatProcessor(int, int, float[]) - Constructor for class ij.process.FloatProcessor
-
Creates a new FloatProcessor using the specified pixel array.
- FloatProcessor(int, int, float[], ColorModel) - Constructor for class ij.process.FloatProcessor
-
Creates a new FloatProcessor using the specified pixel array and ColorModel.
- FloatProcessor(int, int) - Constructor for class ij.process.FloatProcessor
-
Creates a blank FloatProcessor using the default grayscale LUT that
displays zero as black.
- FloatProcessor(int, int, int[]) - Constructor for class ij.process.FloatProcessor
-
Creates a FloatProcessor from an int array using the default grayscale LUT.
- FloatProcessor(int, int, double[]) - Constructor for class ij.process.FloatProcessor
-
Creates a FloatProcessor from a double array using the default grayscale LUT.
- FloatProcessor(float[][]) - Constructor for class ij.process.FloatProcessor
-
Creates a FloatProcessor from a 2D float array using the default LUT.
- FloatProcessor(int[][]) - Constructor for class ij.process.FloatProcessor
-
Creates a FloatProcessor from a 2D int array.
- FloatProcessor(int, int, double[], double, double) - Constructor for class ij.process.FloatProcessor
-
Added by TAM (originally added to 138k).
- fmImage - Variable in class ij.process.ImageProcessor
-
- font - Variable in class ij.process.ImageProcessor
-
- fontMetrics - Variable in class ij.process.ImageProcessor
-
- format(double, int) - Method in class skyview.data.CoordinateFormatter
-
Render a value using the current rules.
- formatted(String, int, boolean) - Method in class skyview.geometry.Position
-
- forwardTransform(double[], double[]) - Static method in class skyview.geometry.projecter.Ait
-
- forwardTransform(double[], double[]) - Static method in class skyview.geometry.projecter.Mol
-
- fromOut - Variable in class skyview.process.imagefinder.Checker
-
The transformation from the output pixels to the celestial sphere
- fromOut - Variable in class skyview.process.imagefinder.RectRecurse
-
The transformation from the output pixels to the celestial sphere
- fromOut - Variable in class skyview.sia.Checker
-
The transformation from the output pixels to the celestial sphere
- func(double) - Method in class skyview.data.Contourer.CSqrt
-