| Package | Description |
|---|---|
| ccd | |
| ccd.ses231 | |
| ccd.sta0501 | |
| ccd.sta4240 | |
| stella.acquire | |
| stella.adapter | |
| stella.auxiliary | |
| stella.ccd | |
| stella.ethcam | |
| stella.firecam | |
| stella.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Continuous |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCcdDriver
Abstract base class for CCD-drivers.
|
class |
AsynchronousCcdDriver
A non-blocking ccd-driver acts on the
#startExpose and
#startDarkExpose. |
class |
FechnerDriver
The class to work with thomas fechner's guider ccd.
|
class |
ScienceCcdDriver
This class interfaces to Thomas Fechner's Wifsip controller (Magellan) type.
|
class |
StreamingCcdDriver
This class interfaces to Thomas Fechner's new CCD class that allows data
retrieval via the RPC calls.
|
class |
SynchronousCcdDriver
|
| Modifier and Type | Class and Description |
|---|---|
class |
SesDriver
This class interfaces to Thomas Fechner's SeS controller (Magellan) type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MagellanDriver
This class interfaces to Thomas Fechner's Wifsip controller (Magellan) type.
|
| Modifier and Type | Class and Description |
|---|---|
class |
E2VDriver
This class interfaces to Thomas Fechner's EsV controller (Magellan) type.
|
| Modifier and Type | Field and Description |
|---|---|
private CcdDriver |
AcquireMaster.acquisitionccd
Non-null CCD for acquisition after init.
|
private CcdDriver |
AbstractAcquisition.acquisitionccd
Acquisition CCD, may be identical to guiding ccd.
|
| Modifier and Type | Method and Description |
|---|---|
protected CcdDriver |
AcquireMaster.getAcquisitionCcd() |
CcdDriver |
AbstractAcquisition.getAcquisitionCcd() |
CcdDriver |
Acquisition.getAcquisitionCcd()
Returns the CCD driver.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AncillaryCameraUnit.binningAndWindow(CcdDriver camera,
Rectangle readout,
Dimension bin)
Convenience method to set a read-out window and binning on a CCD.
|
private boolean |
AncillaryCameraUnit.binningAndWindowResetable(CcdDriver camera,
Rectangle readout,
Dimension bin,
boolean retry) |
private boolean |
AcquireMaster.binningResettable(CcdDriver ccd,
int xbin,
int ybin,
boolean retry) |
private boolean |
AcquireMaster.ccdReset(CcdDriver aux) |
private String |
AcquireMaster.ccdStatus(CcdDriver ccd,
Pivoting pinhole) |
private boolean |
AcquireMaster.clearingExposure(CcdDriver ccd,
long expose,
Rectangle box,
Dimension bin) |
private boolean |
AcquireMaster.geometry(CcdDriver ccd,
int xoff,
int yoff,
int xsize,
int ysize,
int xbin,
int ybin) |
MImageHDU |
CcdAcquisition.getExposure(CcdDriver ccd,
double milliexp,
Rectangle window,
Dimension binning) |
protected MFits |
AncillaryCameraUnit.getOneExposure(CcdDriver camera,
double texp)
This method returns a single exposure of the ancillary camera as an MFits
object.
|
private MFits |
AncillaryCameraUnit.getOneExposureResetable(CcdDriver camera,
double texp,
boolean retry)
This method returns a single exposure of the ancillary camera as an MFits
object.
|
protected MImageHDU |
AcquisitionUnit.getOneExtension(CcdDriver camera,
double texp)
Returns the raw image-hdu from the CCD that should be used for auto
guiding.
|
void |
AbstractAcquisition.setAcquisitionCcd(CcdDriver guider)
The guider CCD has to be set from the outside.
|
void |
Acquisition.setAcquisitionCcd(CcdDriver guider)
The guider CCD has to be set from the outside.
|
protected boolean |
AcquireMaster.singleExposure(CcdDriver aux,
File fits,
double texp) |
private boolean |
AcquireMaster.windowResettable(CcdDriver ccd,
int xoff,
int yoff,
int xsize,
int ysize,
boolean retry) |
| Modifier and Type | Field and Description |
|---|---|
private CcdDriver |
StellaGuider.ccd
My guider ccd camera.
|
| Modifier and Type | Method and Description |
|---|---|
protected CcdDriver |
StellaGuider.getCcd()
Returns the ccd driver.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Guiding.registerCcd(CcdDriver ccd)
Assigns a CCD to the guidng instance.
|
void |
StellaGuider.registerCcd(CcdDriver fechner)
Registers the guider ccd driver to the stella guider.
|
private MFits |
FocussingMoments.takeSingleImage(CcdDriver ccd,
double ms,
Dimension bin)
Takes a single image, resets the driver if necessary.
|
| Modifier and Type | Method and Description |
|---|---|
private boolean |
PinholeViewingMaster.applyFocusFwhmFinish(double f0,
CcdDriver ccd,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze) |
private void |
PinholeViewingMaster.checkAndPrepare(CcdDriver ccd,
Star focus,
ExposureTimeProviding etc) |
Vector2D |
Focussing.coarseFocus(double crude,
CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
Returns the coarse focus estimate.
|
Vector2D |
MomentsFocussing.coarseFocus(double crude,
CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
Returns the coarse focus estimate.
|
Vector2D |
Focussing.fineFocus(double coarse,
CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
Returns the fine focus.
|
Vector2D |
MomentsFocussing.fineFocus(double coarse,
CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze) |
double |
Focussing.getFwhm(CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
The estimate of the FWHM in pixel at the current focus position.
|
double |
MomentsFocussing.getFwhm(CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
The estimate of the FWHM in pixel at the current focus position.
|
Vector2D |
Focussing.scanFocus(CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
This method scans for a focus.
|
Vector2D |
MomentsFocussing.scanFocus(CcdDriver aux,
Star focus,
ExposureTimeProviding etc,
TransparencyMeasuring haze)
This method scans for a focus.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JanosDriver
The class to work with Janos Bartus's implementation of the Kopenhagen ccd.
|
| Modifier and Type | Field and Description |
|---|---|
protected CcdDriver |
CameraMaster.camera
The driver object for the camera.
|
private static CcdDriver |
AbstractCCDParameter.camera
The static reference to the main camera object.
|
private CcdDriver |
CameraMaster.CcdWatch.ccd |
| Constructor and Description |
|---|
CcdWatch(CcdDriver cam,
List<String> mink,
List<Double> minv,
List<String> maxk,
List<Double> maxv) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGigeDriver
The interface to the STELLA API to allow the Ace-GigE-CCD camera be used as a
standard CCD using the
CcdDriver interface. |
class |
GigeDriver1600
The interface to the STELLA API to allow the Ace-GigE-CCD camera be used as a
standard CCD using the
CcdDriver interface. |
class |
GigeDriver2000
The interface to the STELLA API to allow the Ace-GigE-CCD camera be used as a
standard CCD using the
CcdDriver interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
FireDriver
The interface to the STELLA API to allow the firewire-CCD camera be used as a
standard CCD using the
CcdDriver interface. |
| Modifier and Type | Field and Description |
|---|---|
private CcdDriver |
MomentsFocusser.ccd
The CCD to take images with.
|
| Modifier and Type | Method and Description |
|---|---|
private MFits |
MomentsFocusser.takeSingleImage(CcdDriver ccd,
long ms,
Dimension bin)
Takes a single image, stores it, if desired.
|