|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectstella.adapter.GuiderFrame
public class GuiderFrame
An implementation of Guiding#RawFrame. A container to carry information on the readout parameter to the guider ccd.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Rectangle readout
private Dimension binning
private File bias
private long biastime
private File dark
private long darktime
private File flat
| Constructor Detail |
|---|
public GuiderFrame()
public GuiderFrame(Rectangle r,
Dimension bin,
File bfits,
long bexpose,
File dfits,
long dexpose)
public GuiderFrame(Rectangle r,
Dimension bin,
File bfits,
long bexpose,
File dfits,
long dexpose,
File ffits)
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||