| Package | Description |
|---|---|
| stella.asiva |
| Modifier and Type | Field and Description |
|---|---|
private AltAzFromFits |
SkyQualityFit.aaff |
| Modifier and Type | Method and Description |
|---|---|
MImageHDU |
SkyQualityModel.evaluateSkyImage(VectorG params,
AltAzFromFits aa)
Using the float data provided by
SkyQualityModel.evaluateSkyModel(math.VectorG) we return
an ImageHDU ready to be writtn to a fits file. |
MImageHDU |
SkyQualityModel.evaluateSkyImageResiduals(MImageHDU orgfits,
VectorG params,
AltAzFromFits aa) |
float[] |
SkyQualityModel.evaluateSkyModel(VectorG params,
AltAzFromFits aa)
Given the probably fitted model parameters (the parameters that are
the solution from the sky quality fit) we re-construct the original
sky-quality fits data in a rectangular area as returned as the fits
size in the provided projection (640x480 per default).
|
float[] |
SkyQualityModel.evaluateSkyResiduals(float[] sqadu,
VectorG params,
AltAzFromFits aa)
Given the probably fitted model parameters (the parameters that are
the solution from the sky quality fit) we re-construct the original
sky-quality fits data in a rectangular area as returned as the fits
size in the provided projection (640x480 per default).
|
static SkyQualityModel |
SkyQualityModel.getSkyQualityModel(float[] adu,
LayoutImpl size,
int box,
float validmin,
double hmin,
double hmax,
AltAzFromFits azalt) |
static SkyQualityModel |
SkyQualityModel.getSkyQualityModel(MImageHDU avisa,
int box,
float validmin,
double hmin,
double hmax,
AltAzFromFits azalt) |