public interface RayPath extends Horizontal, CcdReference
| Modifier and Type | Method and Description |
|---|---|
Vector2D |
getPixelPositionFromRaDe(Point2D to,
Vector2D center,
Star catalog)
Converts a star to an anticipated pixel position on the CCD.
|
Vector2D |
getTcsShiftFromPixelDistance(Vector2D pix)
Converts unbinned CCD-pixel shift into shifts in the telescope system.
|
getAltitude, getAzimuth, getParallacticAnglegetArcsecPerPixel, getChirality, getEquatorialAngle, getHorizontalAngleVector2D getTcsShiftFromPixelDistance(Vector2D pix)
pix - The pixel shift recorded from a matchrot - External parameters for image rotation.Vector2D getPixelPositionFromRaDe(Point2D to, Vector2D center, Star catalog)
to - The CCD hot-spot coordinates, i.e. the acquisition center.center - The acquisition center in ra/dec on sky.catalog - The star from a catalog entry.