|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--cameraDataTransporter.FITSDataTransporter
Field Summary | |
private double |
cdelt1
|
private double |
cdelt2
|
private double |
crpix1
|
private double |
crpix2
|
private double |
crval1
|
private double |
crval2
|
private java.lang.String |
ctype1
|
private java.lang.String |
ctype2
|
private float[][] |
data
|
private double |
equinox
|
private java.util.Vector |
messages
|
private int |
naxis1
|
private int |
naxis2
|
private float |
rmax
|
private float |
rmin
|
private float |
rming
|
Constructor Summary | |
FITSDataTransporter()
FITSDataTransporter constructor comment. |
Method Summary | |
void |
addMessage(java.lang.String msg)
Insert the method's description here. |
java.lang.String |
fetchMessage(int index)
Insert the method's description here. |
float[][] |
getData()
Returns the data. |
int |
getNaxis1()
Returns the naxis1. |
int |
getNaxis2()
Returns the naxis2. |
float |
getRmax()
Returns the rmax. |
float |
getRmin()
Returns the rmin. |
float |
getRming()
Returns the rming. |
void |
putHeaderData(double crpix1,
double crpix2,
double crval1,
double crval2,
double cdelt1,
double cdelt2,
java.lang.String ctype1,
java.lang.String ctype2,
double equinox)
Method putHeaderData. |
void |
putImageData(FITSDataTransporter image)
Method putImageData. |
void |
putImageData(float[][] data,
int naxis1,
int naxis2,
float rmin,
float rmax,
float rming)
Method putImageData. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.Vector messages
private float[][] data
private float rmin
private float rmax
private float rming
private int naxis1
private int naxis2
private double crval1
private double crval2
private double crpix1
private double crpix2
private double cdelt1
private double cdelt2
private double equinox
private java.lang.String ctype1
private java.lang.String ctype2
Constructor Detail |
public FITSDataTransporter()
Method Detail |
public void addMessage(java.lang.String msg)
msg
- java.lang.Stringpublic java.lang.String fetchMessage(int index)
index
- int
public void putHeaderData(double crpix1, double crpix2, double crval1, double crval2, double cdelt1, double cdelt2, java.lang.String ctype1, java.lang.String ctype2, double equinox)
crpix1
- crpix2
- crval1
- crval2
- cdelt1
- cdelt2
- ctype1
- ctype2
- equinox
- public void putImageData(float[][] data, int naxis1, int naxis2, float rmin, float rmax, float rming)
data
- naxis1
- naxis2
- rmin
- rmax
- rming
- public void putImageData(FITSDataTransporter image)
image
- public int getNaxis1()
public int getNaxis2()
public float[][] getData()
public float getRmax()
public float getRmin()
public float getRming()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |