| Package | Description |
|---|---|
| stella.adapter |
| Modifier and Type | Method and Description |
|---|---|
protected File |
StellaGuider.createFitsFile(Guiding.RawFrame frame,
long expt,
String store) |
protected MFits |
StellaGuider.createFitsObject(Guiding.RawFrame frame,
long expt) |
protected List<Guiding.RawStar> |
AbstractStarGuider.detect(boolean keep,
int what,
String type,
String append,
Guiding.RawFrame frame,
long exposuretime,
float gaussfwhm,
float gausstrunc,
int datamin,
int datamax,
int searchbox)
Does a find-stars on the guider ccd.
|
protected List |
AdapterGuider.detect(boolean keep,
int what,
String type,
String append,
Guiding.RawFrame frame,
long exposuretime,
float gaussfwhm,
float gausstrunc,
int datamin,
int datamax,
int searchbox)
Does a find-stars on the guider ccd.
|
protected List<Guiding.RawStar> |
AbstractStarGuider.detect(boolean keep,
int what,
String type,
String append,
Guiding.RawFrame frame,
long exposuretime,
int datamin,
int datamax,
int searchbox)
Does a find-stars on the guider ccd.
|
protected List |
AdapterGuider.detect(boolean keep,
int what,
String type,
String append,
Guiding.RawFrame frame,
long exposuretime,
int datamin,
int datamax,
int searchbox)
Does a find-stars on the guider ccd.
|
List<Guiding.RawStar> |
StellaGuider.getGuidingStars(Guiding.RawFrame frame,
long expt,
float gaussfwhm,
float gausstrunc,
int datamin,
int datamax,
int search,
String type,
String store,
int steps) |
List<Guiding.RawStar> |
WifsipGuider.getGuidingStars(Guiding.RawFrame frame,
long expt,
float gaussfwhm,
float gausstrunc,
int datamin,
int datamax,
int search,
String type,
String store,
int steps)
Wifsip has four Quadrants, thus we must stitch the frame together before
we can issue it to the starfinder logic.
|
List<Guiding.RawStar> |
Guiding.getGuidingStars(Guiding.RawFrame frame,
long expt,
int datamin,
int datamax,
int search,
String type)
Takes a guiding frame and processes it in a way that any steps necessary
to derive star positions out of it.
|
List<Guiding.RawStar> |
StellaGuider.getGuidingStars(Guiding.RawFrame frame,
long expt,
int datamin,
int datamax,
int search,
String type)
Takes a guiding frame and processes it in a way that any steps necessary
to derive star positions out of it.
|
List<Guiding.RawStar> |
StellaGuider.getGuidingStars(Guiding.RawFrame frame,
long expt,
int datamin,
int datamax,
int search,
String type,
String store,
int steps)
Takes a guiding frame and processes it in a way that any steps necessary
to derive star positions out of it.
|
protected List<Guiding.RawStar> |
StellaGuider.interpretFitsFile(File fitsfile,
Guiding.RawFrame frame,
long expt,
float gaussfwhm,
float gausstrunc,
int datamin,
int datamax,
int search,
String type,
String store,
int steps) |
protected List<Guiding.RawStar> |
StellaGuider.interpretFitsFile(File fitsfile,
Guiding.RawFrame frame,
long expt,
int datamin,
int datamax,
int search,
String type,
String store,
int steps) |
private Pair<Vector2D,Boolean> |
AuxiliaryCoarseUnit.oneExposure(Object objid,
long acquireexpose,
long acquireraw,
double twininc,
int datamin,
int curacq)
For the unique object objid we do an exposure with acquireexpose ms,
first estimate was acquireraw.
|
void |
StellaGuider.prepareContinuous(long expt)
Prepares a continuous guiding exposure.
|