| Package | Description |
|---|---|
| astro | |
| stella.acquire | |
| stella.error |
| Modifier and Type | Class and Description |
|---|---|
class |
StarDetection
An aggregation of pixel that resembles a star, always unbinned coordinates.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Glint.compareTo(Glint that)
Compares two raw stars.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StarProspect
From a star catalog item, we propagate to an expected star seen on the CCD.
|
| Modifier and Type | Method and Description |
|---|---|
private static Vector2D[][] |
BilinearCatalogMatch.calcDistances(List<? extends Glint> pix)
Calculates all distances between pixels.
|
private void |
AcquisitionUnit.fillAndSend(String type,
Object unique,
int attempt,
List<? extends Glint> catalog,
StarFieldOfView expect) |
| Modifier and Type | Field and Description |
|---|---|
private List<Glint> |
StarFieldOfView.stars
The list of
Guiding.RawStars. |
| Modifier and Type | Method and Description |
|---|---|
List<Glint> |
StarFieldOfView.getStars()
Returns the List of stars.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StarFieldOfView.setStars(List<? extends Glint> catalog)
Sets the fwhm and the flux.
|