public interface MomentsGeometric
| Modifier and Type | Method and Description |
|---|---|
Rectangle |
getBox(int xpix,
int ypix)
Returns the rectangle that defines the readout-area on a ccd
from the focus star position.
|
int |
getExtension(int xpix,
int ypix)
Returns the extension the moment focusser should use.
|
Rectangle |
getMomentsFrame(int xpix,
int ypix)
Returns the moment frame, which should be not bigger than the readout
box.
|
boolean |
withinBounds(int xpix,
int ypix)
Returns true, if the requested position appears feasible for placing a
read-out window around it.
|
boolean withinBounds(int xpix,
int ypix)
xpix - ypix - Rectangle getBox(int xpix, int ypix)
int getExtension(int xpix,
int ypix)
Rectangle getMomentsFrame(int xpix, int ypix)