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 TypeMethodDescriptionvoidClear the data arraydoublegetData(long npix) Defer reading the data until it is asked for.double[]Get the data as an arraynom.tam.fits.HeaderMethods 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:ImageClear 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:ImageGet the data as an array- Overrides:
getDataArrayin classImage
-
getHeader
public nom.tam.fits.Header getHeader()
-