|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--net.aerith.misao.image.io.Format
|
+--net.aerith.misao.image.io.Fits
|
+--net.aerith.misao.image.io.UnsignedFits
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 |
|
| Constructor Detail |
public UnsignedFits(java.net.URL url)
UnsignedFits with URL.url - the URL of the FITS file.| Method Detail |
public java.lang.String getName()
protected boolean signed()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||