Class GalexExposure


  • public class GalexExposure
    extends MaxExposure
    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.
    • Constructor Detail

      • GalexExposure

        public GalexExposure()
    • Method Detail

      • radiusSquared

        protected double radiusSquared​(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.
        Overrides:
        radiusSquared in class RectRecurse
        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.