Package org.lsst.fits.imageio
Class Segment
java.lang.Object
org.lsst.fits.imageio.Segment
Represents one segment (amplifier) of a FITS file
- Author:
- tonyj
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetFile()intintintgetWcs()getWCSTranslation(boolean includeOverscan) inthashCode()readRawDataAsync(Executor executor) toString()
-
Constructor Details
-
Segment
public Segment(nom.tam.fits.Header header, File file, nom.tam.util.BufferedFile bf, String raftBay, String ccdSlot, char wcsLetter, Map<String, Object> wcsOverride) throws IOException, nom.tam.fits.FitsException- Throws:
IOExceptionnom.tam.fits.FitsException
-
-
Method Details
-
getImageSize
public int getImageSize() -
getDataSize
public int getDataSize() -
getFile
-
readRawDataAsync
-
getNAxis1
public int getNAxis1() -
getNAxis2
public int getNAxis2() -
getWCSTranslation
-
getDataSec
-
getWcs
-
getSegmentName
-
getRaftBay
-
getCcdSlot
-
toString
-
hashCode
public int hashCode() -
equals
-