Package skyview.process.imagefinder


package skyview.process.imagefinder
  • Classes
    Class
    Description
    This class finds the best images to be used for sampling using using the criterion that the best candidate image is the one where the pixel is furthest from the edge.
    This class is a simple image finder which returns all images and a 0 length array.
    This class sees if any pixels have coverage.
    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.
     
    This class selects the best image for a pixel by looking for the image with the longest exposure that has the pixel in the field of view.
    This class is a simple image finder which returns all images that may have some overlap with the output image.
    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.
    This class finds the best images to be used for sampling using a recursive rectangle algorithm.
    This class finds the best images to be used for sampling using a recursive rectangle algorithm.
    This image finder uses the same algorithm as the border finder, but rather than using the rectangle in the projection plane, we assume that only a subrectangle which of the image (which may be rotated with respect to the image) is valid.
    This class works almost exactly like the BorderImageFinder, however when calculating the distance from the edge of the image, the distance is scaled to diagonal dimension of the image.