astro.fits
Class ReductionMaster.ImageInfo
java.lang.Object
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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ReductionMaster.ImageInfo
private ReductionMaster.ImageInfo(Date iistart,
long iitexp,
String iifilt,
String iipath,
String iifile,
boolean iitrans,
double iiccd,
double iiamb,
float[][] iis)
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()