| Package | Description |
|---|---|
| stella.adapter |
| Modifier and Type | Class and Description |
|---|---|
static class |
AveragePinhole.FullPinhole
A pinhole model is the model of a star with fitted intensity and FWHM
close to the fixed pinhole position at the given coordinates.
|
static class |
ModelDrift.PinholeDrift
A pinhole model is the model of a star with fitted intensity and FWHM
close to the fixed pinhole position at the given coordinates.
|
static class |
ModelShift.PinholeShift
A pinhole model is the model of a star with fitted intensity and FWHM
close to the fixed pinhole position at the given coordinates.
|
| Modifier and Type | Field and Description |
|---|---|
protected AbstractPinholeModel.AbstractPinholeFits |
AbstractPinholeModel.fit
The data model, where the times are the rectangular grid.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract AbstractPinholeModel.AbstractPinholeFits |
AbstractPinholeModel.generatePinholeModel(MImageHDU hdu,
Rectangle frame,
double back,
double backerr,
Point2D pinhole)
This method intializes the pinhole model used in the fitting process
during
AbstractPinholeModel.initFiberView(fits.hdu.MFits). |
protected AbstractPinholeModel.AbstractPinholeFits |
ModelDrift.generatePinholeModel(MImageHDU hdu,
Rectangle frame,
double back,
double backerr,
Point2D pinhole) |
protected AbstractPinholeModel.AbstractPinholeFits |
AveragePinhole.generatePinholeModel(MImageHDU hdu,
Rectangle frame,
double back,
double backerr,
Point2D pinhole)
This method intializes the pinhole model used in the fitting process
during
AbstractPinholeModel.initFiberView(fits.hdu.MFits). |