| Package | Description |
|---|---|
| stella.adapter |
| Modifier and Type | Method and Description |
|---|---|
protected Vector2D |
AbstractStarGuider.fieldOfViewOffset(Rectangle2D box,
Dimension boxerr,
double poserror,
double magerror,
List<Guiding.RawStar> found,
long exposuretime,
Point2D needpixel,
boolean oncenter)
Does a matching of a detected star list (which might be further cleaned
by removing mirrors etc) to the field-of-view.
|
protected Vector2D |
AdapterGuider.fieldOfViewOffset(Rectangle catalog,
double poserror,
double magerror,
List found,
long exposuretime,
Point2D needpixel)
Does a matching of a detected star list (which might be further cleaned
by removing mirrors etc) to the field-of-view.
|
protected Point2D |
AbstractStarGuider.fieldOfViewShift(Rectangle2D box,
Dimension boxerr,
double poserror,
double magerror,
List<Guiding.RawStar> found,
long exposuretime,
boolean oncenter)
Does a matching of a detected star list (which might be further cleaned
by removing mirrors etc) to the field-of-view.
|
protected Point2D |
AdapterGuider.fieldOfViewShift(Rectangle catalog,
double poserror,
double magerror,
List found,
long exposuretime)
Does a matching of a detected star list (which might be further cleaned
by removing mirrors etc) to the field-of-view.
|