astro.fits
Class ReductionMaster.ImageInfo

java.lang.Object
  extended by astro.fits.ReductionMaster.ImageInfo
Enclosing class:
ReductionMaster

public static class ReductionMaster.ImageInfo
extends Object

This class contains all the relevant information gathered from the db that might be relevant in the further reduction process.


Field Summary
private  double ambtemp
           
private  double ccdtemp
           
private  String file
           
private  String filter
           
private  String path
           
private  Date start
           
private  float[][] statistic
           
private  long texp
           
private  boolean transferred
           
 
Constructor Summary
private ReductionMaster.ImageInfo(Date iistart, long iitexp, String iifilt, String iipath, String iifile, boolean iitrans, double iiccd, double iiamb, float[][] iis)
           
 
Method Summary
 double getAmbientTemp()
           
 double getDetectorTemp()
           
 long getExposureTimeMillis()
           
 String getExtensionlessFileName()
           
 String getFilter()
           
 String getPathName()
           
 Date getStart()
           
 float[][] getStatistic()
           
 boolean isTransferred()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

private Date start

texp

private long texp

filter

private String filter

path

private String path

file

private String file

transferred

private boolean transferred

ccdtemp

private double ccdtemp

ambtemp

private double ambtemp

statistic

private float[][] statistic
Constructor Detail

ReductionMaster.ImageInfo

private ReductionMaster.ImageInfo(Date iistart,
                                  long iitexp,
                                  String iifilt,
                                  String iipath,
                                  String iifile,
                                  boolean iitrans,
                                  double iiccd,
                                  double iiamb,
                                  float[][] iis)
Method Detail

getStart

public Date getStart()

getExposureTimeMillis

public long getExposureTimeMillis()

getFilter

public String getFilter()

getPathName

public String getPathName()

getExtensionlessFileName

public String getExtensionlessFileName()

isTransferred

public boolean isTransferred()

getDetectorTemp

public double getDetectorTemp()

getAmbientTemp

public double getAmbientTemp()

getStatistic

public float[][] getStatistic()