|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnom.tam.fits.Data
nom.tam.fits.ImageData
public class ImageData
This class instantiates FITS primary HDU and IMAGE extension data. Essentially these data are a primitive multi-dimensional array.
Field Summary |
---|
Fields inherited from class nom.tam.fits.Data |
---|
dataArray |
Constructor Summary | |
---|---|
ImageData()
Create the equivalent of a null data element. |
|
ImageData(Header h)
Create an array from a header description. |
|
ImageData(java.lang.Object x)
Create an ImageData object using the specified object to initialize the data array. |
Method Summary |
---|
Methods inherited from class nom.tam.fits.Data |
---|
getData, getPaddedSize, getPadding, getTrueSize, read, readTrueData, write, writeTrueData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ImageData(Header h) throws FitsException
h
- header to be used as a template.
FitsException
- if there was a problem with the header description.public ImageData()
public ImageData(java.lang.Object x)
x
- The initial data array. This should be a primitive
array but this is not checked currently.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |