Class DSSImage

java.lang.Object
skyview.survey.Image
skyview.survey.DSSImage
All Implemented Interfaces:
Serializable, Component

public class DSSImage extends Image
This class defines an image as the combination of a set of pixel values and a WCS describing the pixel coordinates.
See Also:
  • Constructor Details

  • Method Details

    • getData

      public double getData(long npix)
      Get a pixels data associated with the image.
      Overrides:
      getData in class Image
    • getDataArray

      public double[] getDataArray()
      Get the data as an array
      Overrides:
      getDataArray in class Image
    • setData

      public void setData(long npix, double newData)
      Set the Data associated with the image.
      Overrides:
      setData in class Image
    • clearData

      public void clearData()
      Clear the data array
      Overrides:
      clearData in class Image
    • setDataArray

      public void setDataArray(double[] newData)
      Set the data array
      Overrides:
      setDataArray in class Image
    • isTiled

      public boolean isTiled()
      Is this image tiled
      Overrides:
      isTiled in class Image