Class IRExposureCommand

java.lang.Object
  |
  +--SwingWorker
        |
        +--ExposureCommand
              |
              +--IRExposureCommand

public class IRExposureCommand
extends ExposureCommand


Fields inherited from class ExposureCommand
byte_count, change_exposure_time, cols, current_shutter_position, deinterlace_value, delay, do_auto_increment, do_beep, do_deinterlacing, do_delay, do_display, do_image_save, do_multiple_exposures, do_open_shutter, dsp_cmd, elapsed_time, exposure_time, image, image_filename, image_filename_prefix, image_resolution, increment, last_increment, number_of_exposures, parent, pause, rows, start_increment, use_controller_exptime
 
Fields inherited from class SwingWorker
abort, thread, value
 
Constructor Summary
IRExposureCommand(VoodooMainWindow parent)
          Constructor.
 
Method Summary
 java.lang.Object construct()
          This method starts the SwingWorker thread.
 java.lang.Object irexpose()
          This method performs the exposure sequence.
private  void monitor_readout()
           
private  void updateStatus(int i)
           
 
Methods inherited from class ExposureCommand
abort_exposure, abort_readout, change_exposure_time, components_enabled, expose, finished, pause_exposure, set_auto_increment, set_beep, set_deinterlace_value, set_deinterlacing, set_delay, set_delay, set_display_image, set_exposure_controller_mode, set_exposure_time, set_image_dimensions, set_image_filename, set_image_resolution, set_multiple_exposures, set_number_of_exposures, set_open_shutter, set_save_to_disk, set_shutter_postion
 
Methods inherited from class SwingWorker
alive, get, interrupt, stop, thread_it
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Constructor Detail

IRExposureCommand

public IRExposureCommand(VoodooMainWindow parent)
Constructor.
See Also:
VoodooMainWindow, SwingWorker
Method Detail

construct

public java.lang.Object construct()
This method starts the SwingWorker thread.
Overrides:
construct in class ExposureCommand
See Also:
SwingWorker

irexpose

public java.lang.Object irexpose()
This method performs the exposure sequence.

updateStatus

private void updateStatus(int i)
Overrides:
updateStatus in class ExposureCommand

monitor_readout

private void monitor_readout()
Overrides:
monitor_readout in class ExposureCommand