| Package | Description |
|---|---|
| stella.util |
| Modifier and Type | Method and Description |
|---|---|
private static OffAxisRank |
OffAxisCatalog.getRank(Star s,
boolean b,
double ra0,
double de0,
double psi0,
double sinpsi0,
double cospsi0,
double radius,
double rin,
double rout,
double chi,
double sinchi,
double coschi,
double scale,
Dimension chip,
int thick)
From a star, we create its rank as a possible off-axis guide star.
|
| Modifier and Type | Method and Description |
|---|---|
static List<OffAxisRank> |
OffAxisRank.dropShifts(List<OffAxisRank> oar,
double degmax) |
List<OffAxisRank> |
OffAxisCatalog.getBrightGuideStars(List<Star> fov,
double ra0,
double de0)
From a field-of-view that is big enough to include all possible guide
stars around the center of the science CCD, we generate an unsorted list
of possible bright guide stars.
|
List<OffAxisRank> |
OffAxisCatalog.getFaintGuideStars(List<Star> fov,
double ra0,
double de0)
From a field-of-view that is big enough to include all possible guide
stars around the center of the science CCD, we generate an unsorted list
of possible bright guide stars.
|
private Pair<List<OffAxisRank>,List<OffAxisRank>> |
OffAxisCatalog.getGuideStars(List<Star> fov,
double ra0,
double de0)
From a field-of-view that is big enough to include all possible guide
stars around the center of the science CCD, we generate an unsorted list
of possible bright guide stars.
|
private Pair<List<OffAxisRank>,List<OffAxisRank>> |
OffAxisCatalog.getGuideStars(List<Star> fov,
double ra0,
double de0)
From a field-of-view that is big enough to include all possible guide
stars around the center of the science CCD, we generate an unsorted list
of possible bright guide stars.
|
| Modifier and Type | Method and Description |
|---|---|
int |
OffAxisRank.compareTo(OffAxisRank o)
Allows a standard ranking of the possible guide stars.
|
Vector2D |
OffAxisCatalog.getVisibleShift(OffAxisRank guide)
If the offset of the star on the CCD differs from 0, there is a shift
from the pointing to the visible center.
|
| Modifier and Type | Method and Description |
|---|---|
static List<OffAxisRank> |
OffAxisRank.dropShifts(List<OffAxisRank> oar,
double degmax) |
static List<Star> |
OffAxisRank.extractStars(List<OffAxisRank> oar) |