cameraDataTransporter
Class FITSDataTransporter

java.lang.Object
  |
  +--cameraDataTransporter.FITSDataTransporter

public class FITSDataTransporter
extends java.lang.Object

Author:
Marc Chamberlin To change this generated comment edit the template variable "typecomment": Window>Preferences>Java>Templates. To enable and disable the creation of type comments go to Window>Preferences>Java>Code Generation.

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

messages

private java.util.Vector messages

data

private float[][] data

rmin

private float rmin

rmax

private float rmax

rming

private float rming

naxis1

private int naxis1

naxis2

private int naxis2

crval1

private double crval1

crval2

private double crval2

crpix1

private double crpix1

crpix2

private double crpix2

cdelt1

private double cdelt1

cdelt2

private double cdelt2

equinox

private double equinox

ctype1

private java.lang.String ctype1

ctype2

private java.lang.String ctype2
Constructor Detail

FITSDataTransporter

public FITSDataTransporter()
FITSDataTransporter constructor comment.

Method Detail

addMessage

public void addMessage(java.lang.String msg)
Insert the method's description here. Creation date: (9/19/01 11:33:44 AM)

Parameters:
msg - java.lang.String

fetchMessage

public java.lang.String fetchMessage(int index)
Insert the method's description here. Creation date: (9/19/01 11:54:50 AM)

Parameters:
index - int
Returns:
java.lang.String

putHeaderData

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)
Method putHeaderData. Stores FITS Header data for SkyView Images

Parameters:
crpix1 -
crpix2 -
crval1 -
crval2 -
cdelt1 -
cdelt2 -
ctype1 -
ctype2 -
equinox -

putImageData

public void putImageData(float[][] data,
                         int naxis1,
                         int naxis2,
                         float rmin,
                         float rmax,
                         float rming)
Method putImageData. Stores data for SkyView Images.

Parameters:
data -
naxis1 -
naxis2 -
rmin -
rmax -
rming -

putImageData

public void putImageData(FITSDataTransporter image)
Method putImageData.

Parameters:
image -

getNaxis1

public int getNaxis1()
Returns the naxis1.

Returns:
int

getNaxis2

public int getNaxis2()
Returns the naxis2.

Returns:
int

getData

public float[][] getData()
Returns the data.

Returns:
float[][]

getRmax

public float getRmax()
Returns the rmax.

Returns:
float

getRmin

public float getRmin()
Returns the rmin.

Returns:
float

getRming

public float getRming()
Returns the rming.

Returns:
float