stella.adapter
Class AbstractPinholeShift.Evaluate
java.lang.Object
stella.adapter.AbstractPinholeShift.Evaluate
- Enclosing class:
- AbstractPinholeShift
public static final class AbstractPinholeShift.Evaluate
- extends Object
From reconstructed shift, we make a quantitative analysis.
We consider that for one particular series the output had been collected
in a file giving on the command line. This file contains the file name
in the first columns, the true x/y shift in pixel in the second/third
columns, the reconstructed shift, S/N, execution time, flux and fwhm
in the followings. It then fits a cubic polynom into the merged shifts,
calculating the reconstructed shift as a function of the incident shift.
Merging should be possible due to the symmetry of the problem.
To this fit, the RMS is calculated and stretched by the inverse of
the linear term. Average S/N, execution time etc. are also calculated.
|
Method Summary |
static void |
main(String[] arg)
The only command line argument is the shifts file. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractPinholeShift.Evaluate
public AbstractPinholeShift.Evaluate()
main
public static void main(String[] arg)
- The only command line argument is the shifts file.