|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectastro.fits.ReductionMaster.MasterFits
astro.fits.DarkMaster.MasterDark
public static class DarkMaster.MasterDark
Additionally, we record the dark current maximum plus the acheived S/N for proper decision wether dark current subtraction is feasible.
| Field Summary | |
|---|---|
private double |
maxcurrent
Maximum current encountered. |
private double |
maxsn
Maximum s/n encountered. |
private double |
minsn
Minimum s/n encountered. |
| Constructor Summary | |
|---|---|
private |
DarkMaster.MasterDark(String unique,
File f,
Date when,
long dur,
double tdet,
double dtdet,
double t,
double dt,
double cur,
double snmax,
double snmin)
|
| Method Summary | |
|---|---|
double |
getMaximumCurrent()
Returns the maximum current. |
double |
getMaximumCurrentToNoise()
Returns the maximum current-to-noise in this master dark. |
double |
getMinimumCurrentToNoise()
Returns the minimum current-to-noise in this master dark. |
| Methods inherited from class astro.fits.ReductionMaster.MasterFits |
|---|
getAmbient, getAmbientSpan, getDate, getFile, getObsSpan, getTempCcd, getTempCcdSpan, getUnique |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private double maxcurrent
private double maxsn
private double minsn
| Constructor Detail |
|---|
private DarkMaster.MasterDark(String unique,
File f,
Date when,
long dur,
double tdet,
double dtdet,
double t,
double dt,
double cur,
double snmax,
double snmin)
| Method Detail |
|---|
public double getMaximumCurrent()
public double getMaximumCurrentToNoise()
public double getMinimumCurrentToNoise()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||