Package skyview.process.imagefinder
Class GalexExposure
java.lang.Object
skyview.process.ImageFinder
skyview.process.imagefinder.RectRecurse
skyview.process.imagefinder.MaxExposure
skyview.process.imagefinder.GalexExposure
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.
-
Field Summary
Fields inherited from class skyview.process.imagefinder.RectRecurse
CONSUMED, fromOut, NO_COVERAGE, NON_PHYSICAL, SPLIT_X, SPLIT_XY, SPLIT_Y, UNCHECKED -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected doubleradiusSquared(double tx, double ty, double nx, double ny, int index, Image input) Find the square of the offset from the center of the field of view.Methods inherited from class skyview.process.imagefinder.MaxExposure
criterion, findImagesMethods inherited from class skyview.process.imagefinder.RectRecurse
cornerMatch, edgeOff, getCandidate, getImage, getInputLimits, minDist, printOut, setStrictMethods inherited from class skyview.process.ImageFinder
factory
-
Constructor Details
-
GalexExposure
public GalexExposure()
-
-
Method Details
-
radiusSquared
Find the square of the offset from the center of the field of view.- Overrides:
radiusSquaredin classRectRecurse- Parameters:
tx- The x value of the first point.ty- The y value of the first point.nx- The width of the image.ny- the height of the image.- Returns:
- the distance squared from the center of the image.
-