| Package | Description |
|---|---|
| stella.acquire |
| Modifier and Type | Class and Description |
|---|---|
class |
BilinearCatalogMatch
Based on the idea that image rotation and scaling is known, we can directly
compare the x/y coordinates of the image stars with the catalog stars.
|
| Modifier and Type | Field and Description |
|---|---|
private CatalogMatching |
AbstractAcquisitionAndGuiding.match
Matching of pixel ccd-positions to catalog-derived positions.
|
| Modifier and Type | Method and Description |
|---|---|
CatalogMatching |
AcquisitionAndGuiding.getMatchingAlgorithm()
Provides the matching algorithm of detected stars to catalog stars.
|
CatalogMatching |
AbstractAcquisitionAndGuiding.getMatchingAlgorithm() |
| Modifier and Type | Method and Description |
|---|---|
void |
AcquisitionAndGuiding.setMatchingAlgorithm(CatalogMatching cm)
Injects the matching algorithm of detected stars to catalog stars.
|
void |
AbstractAcquisitionAndGuiding.setMatchingAlgorithm(CatalogMatching cm)
Injects the matching algorithm of detected stars to catalog stars.
|