net.aerith.misao.image.io
Class UnsignedFits

java.lang.Object
  |
  +--net.aerith.misao.image.io.Format
        |
        +--net.aerith.misao.image.io.Fits
              |
              +--net.aerith.misao.image.io.UnsignedFits

public class UnsignedFits
extends Fits

The UnsignedFits is a class to read and save unsigned FITS file. It is just an access interface to unsigned FITS file.


Fields inherited from class net.aerith.misao.image.io.Format
url
 
Constructor Summary
UnsignedFits(java.net.URL url)
          Constructs an UnsignedFits with URL.
 
Method Summary
 java.lang.String getName()
          Gets the name of the image format.
protected  boolean signed()
          True if the 16-bit FITS image contains signed data.
 
Methods inherited from class net.aerith.misao.image.io.Fits
isFits, read, readDocument, save, saveDocument
 
Methods inherited from class net.aerith.misao.image.io.Format
create, create, getTruncatedFilename, setURL
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

UnsignedFits

public UnsignedFits(java.net.URL url)
Constructs an UnsignedFits with URL.
Parameters:
url - the URL of the FITS file.
Method Detail

getName

public java.lang.String getName()
Gets the name of the image format.
Overrides:
getName in class Fits
Returns:
the name of the image format.

signed

protected boolean signed()
True if the 16-bit FITS image contains signed data.
Overrides:
signed in class Fits
Returns:
true if the 16-bit FITS image contains signed data.