net.aerith.misao.image.io
Class FitsDocument

java.lang.Object
  |
  +--net.aerith.misao.image.io.FitsDocument

public class FitsDocument
extends java.lang.Object

The FitsDocument is a set of the image buffer and the FITS header.


Field Summary
protected  FitsHeader header
          The FITS header.
protected  MonoImage image
          The image buffer.
 
Constructor Summary
FitsDocument(MonoImage image, FitsHeader header)
          Constructs a FitsDocument.
 
Method Summary
 FitsHeader getHeader()
          Gets the FITS header.
 MonoImage getImage()
          Gets the image buffer.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

image

protected MonoImage image
The image buffer.

header

protected FitsHeader header
The FITS header.
Constructor Detail

FitsDocument

public FitsDocument(MonoImage image,
                    FitsHeader header)
Constructs a FitsDocument.
Parameters:
image - the image buffer.
header - the FITS header.
Method Detail

getImage

public MonoImage getImage()
Gets the image buffer.
Returns:
the image buffer.

getHeader

public FitsHeader getHeader()
Gets the FITS header.
Returns:
the FITS header.