Package skyview.survey
Class FitsImage
java.lang.Object
skyview.survey.Image
skyview.survey.FitsImage
- All Implemented Interfaces:
Serializable
,Component
This class defines an image gotten by reading a file
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Clear the data arraydouble
getData
(long npix) Defer reading the data until it is asked for.double[]
Get the data as an arraynom.tam.fits.Header
Methods inherited from class skyview.survey.Image
getBaseImage, getCenter, getCorners, getDepth, getDescription, getHeight, getName, getTransformer, getWCS, getWidth, initialize, isTiled, setAccumulate, setData, setDataArray, setName, valid, validate
-
Constructor Details
-
FitsImage
- Throws:
SurveyException
-
-
Method Details
-
getFilename
-
clearData
public void clearData()Description copied from class:Image
Clear the data array -
getData
public double getData(long npix) Defer reading the data until it is asked for. -
getDataArray
public double[] getDataArray()Description copied from class:Image
Get the data as an array- Overrides:
getDataArray
in classImage
-
getHeader
public nom.tam.fits.Header getHeader()
-