| Package | Description |
|---|---|
| stella.acquire | |
| stella.adapter | |
| stella.exception |
| Modifier and Type | Method and Description |
|---|---|
Vector2D |
BilinearCatalogMatch.match(List<StarDetection> raw,
List<StarProspect> catalog) |
Vector2D |
CatalogMatching.match(List<StarDetection> ccd,
List<StarProspect> catalog)
Returns an unbinned pixel shift, as the catalog position minus the
CCD-detected star position.
|
| 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.
|
Point2D |
Guiding.match(List<Guiding.RawStar> raw,
List<Guiding.RawStar> catalog,
double poserror,
double magerr)
Matches a list of
Guiding.RawStars measured against a list of
Guiding.RawStars constructed from a catalog. |
Point2D |
StellaGuider.match(List<Guiding.RawStar> raw,
List<Guiding.RawStar> catalog,
double deltaPix,
double dmag)
Matches a list of
Guiding.RawStars measured against a list of
Guiding.RawStars constructed from a catalog. |
private Pair<Vector2D,Boolean> |
AuxiliaryCoarseUnit.oneExposure(Object objid,
long acquireexpose,
long acquireraw,
double twininc,
int datamin,
int curacq)
For the unique object objid we do an exposure with acquireexpose ms,
first estimate was acquireraw.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CannotMatchException
An exception signaling that a requested guiding frame is illegal.
|
class |
NoStarOnAcquireException
An exception signaling that a requested guiding frame is illegal.
|