public class GuiderMagnitudes extends Object
mag_inst=mag+a0*x+a1*(B-V)+a2.The data is provided in an ascii-file, the first column is the instrumental magnitude, second is the V magnitude from the catalog, third the color index, fourth and last the airmass. The format is compliant with the output of
MirrorData#Extinction.| Modifier and Type | Field and Description |
|---|---|
private VectorG[] |
aircolor
The measurement points.
|
private VectorG |
dmag
The measurements, i.e.
|
private GeneralLinearRegression |
glr
The general linear least squres solver.
|
| Constructor and Description |
|---|
GuiderMagnitudes(File columns)
The argument is the data file.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg)
We read the input data from the file provided.
|
private VectorG |
solve()
Solves for the zero point, the k and epsilon.
|
private VectorG dmag
private VectorG[] aircolor
private GeneralLinearRegression glr
public GuiderMagnitudes(File columns)