public class GuiderFrame extends Object implements Guiding.RawFrame
| Modifier and Type | Field and Description |
|---|---|
private File |
bias
Fits file carrying the bias frame to the readout frame.
|
private long |
biastime
The exposure time used on this frame.
|
private Dimension |
binning
Readout binning.
|
private File |
dark
Fits file carrying the dark frame to the readout frame.
|
private long |
darktime
The exposure time used on this frame.
|
private File |
flat
Fits file carrying the flat frame to the readout frame.
|
private Rectangle |
readout
Readout-frame.
|
| Constructor and Description |
|---|
GuiderFrame()
Contructs a new GuiderFrame without info.
|
GuiderFrame(Rectangle r,
Dimension bin,
File bfits,
long bexpose,
File dfits,
long dexpose)
Constructs a guider frame with all info.
|
GuiderFrame(Rectangle r,
Dimension bin,
File bfits,
long bexpose,
File dfits,
long dexpose,
File ffits)
Constructs a guider frame with all info.
|
| Modifier and Type | Method and Description |
|---|---|
File |
getBiasFrame()
Returns the the bias frame that fits to the requested
readout frame.
|
long |
getBiasTime()
Returns the exposure time applicable for the bias fram which is
important for shutterless system.
|
Dimension |
getBinning()
Returns the applicable binning on the ccd.
|
File |
getDarkFrame()
Returns the the dark frame that fits to the requested
readout frame.
|
long |
getDarkTime()
Returns the exposure time applicable for the dark frame.
|
File |
getFlatField()
Returns the flat-field frame, if applicable.
|
Rectangle |
getReadoutFrame()
Returns the readout frame.
|
private Rectangle readout
private Dimension binning
private File bias
private long biastime
private File dark
private long darktime
private File flat
public GuiderFrame()
public GuiderFrame(Rectangle r, Dimension bin, File bfits, long bexpose, File dfits, long dexpose)
public Rectangle getReadoutFrame()
getReadoutFrame in interface Guiding.RawFramepublic Dimension getBinning()
getBinning in interface Guiding.RawFramepublic File getBiasFrame()
getBiasFrame in interface Guiding.RawFramepublic long getBiasTime()
getBiasTime in interface Guiding.RawFramepublic File getDarkFrame()
getDarkFrame in interface Guiding.RawFramepublic long getDarkTime()
getDarkTime in interface Guiding.RawFramepublic File getFlatField()