| Package | Description |
|---|---|
| stella.acquire |
| Modifier and Type | Field and Description |
|---|---|
private List<StarProspect> |
BilinearCatalogMatch.catalog
Pixel coordinates as deduced from the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
List<StarProspect> |
CoarseStarAcquisition.getExpectedStars(double texp,
Rectangle readout,
Dimension bin,
boolean single) |
abstract List<StarProspect> |
AcquisitionUnit.getExpectedStars(double texp,
Rectangle readout,
Dimension bin,
boolean single)
From a readout frame plus binning on a detector, return a list of star
one expects to see on the CCD.
|
List<StarProspect> |
AbstractAutoGuider.getExpectedStars(double texp,
Rectangle readout,
Dimension bin,
boolean single) |
List<StarProspect> |
FineStarAcquisition.getExpectedStars(double texp,
Rectangle readout,
Dimension bin,
boolean single) |
protected List<StarProspect> |
AcquisitionUnit.getExpectedStars(List<Star> fov,
double ms0,
Rectangle readout,
Dimension bin,
int frame,
boolean single,
Vector2D rade,
Point2D hotpix,
RayPath geometry,
ExposureTimeProviding etc) |
| 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.
|
protected void |
AcquisitionUnit.sendFieldOfView(String type,
List<StarProspect> catalog,
List<StarDetection> found,
List<StarDetection> spurious,
List<StarDetection> stripes,
List<StarDetection> mirrors,
List<StarDetection> ghosts)
Sends information regarding expected and detected star fields to
listeners.
|
private void |
BilinearCatalogMatch.setCatalog(List<StarProspect> fov) |