iAndorCamera
Class _AndorCameraStub

java.lang.Object
  extended by org.omg.CORBA.portable.ObjectImpl
      extended by iAndorCamera._AndorCameraStub
All Implemented Interfaces:
AndorCamera, AndorCameraOperations, java.io.Serializable, org.omg.CORBA.Object, org.omg.CORBA.portable.IDLEntity, Camera, CameraOperations

public class _AndorCameraStub
extends org.omg.CORBA.portable.ObjectImpl
implements AndorCamera

Generated from IDL interface "AndorCamera"

See Also:
Serialized Form

Field Summary
static java.lang.Class _opsClass
           
 
Constructor Summary
_AndorCameraStub()
           
 
Method Summary
 java.lang.String[] _ids()
           
 void abort()
           
 void archive(short run_rank, java.lang.String instrument_name, java.lang.String archive, short scratch_file_no)
           
 void bin(short x_binning, short y_binning)
           
 void cds(short n_ro, double t_demand, double t_preflash, java.lang.String int_type)
           
 void clear()
           
 void clearread()
           
 void exit()
           
 GrabData fgrab(double integration_time, boolean do_clear)
           
 void finish()
           
 CameraStatus getStatus(boolean waitOnChange)
           
 GrabData grab(double integration_time, short x1, short y1, short x2, short y2, short offset)
           
 void idle()
           
 void integrate(java.lang.String int_type, double t_demand)
           
 MeritData merit(double integration_time, short x1, short y1, short x2, short y2, short offset, short xignore, short yignore)
           
 void multiread(double integration_time, int numReads)
           
 void obsdata(java.lang.String directory)
           
 void open()
           
 void park()
           
 void ping()
           
 void preflash(double preflash_time)
           
 void process(short run_rank, java.lang.String proc_key)
           
 void readout(short coadd_code, short n_ro)
           
 void reset()
           
 void retime(double t_demand)
           
 void rmode(java.lang.String rmode_name, short rmode_nreads, short rmode_nmndrs)
           
 void rspeed(java.lang.String speed_name)
           
 int run(java.lang.String run_type)
           
 void rur(short n_ro, java.lang.String rur_tdemand, double preflash_time, java.lang.String int_type)
           
 void setClearReads(short n_clearreads)
           
 void setCurrentCycle(int currentCycle)
           
 void setEmCcdGain(short gain)
           
 void setPreampGain(short gainIndex)
           
 void setTemperature(short temperature)
           
 void setTotalCycles(int totalCycles)
           
 void shut()
           
 void shutdown()
           
 CameraStatus STATUS()
           
 void storemode(java.lang.String storemode_name)
           
 java.lang.String Version()
           
 void window(short win_no, java.lang.String win_spec)
           
 
Methods inherited from class org.omg.CORBA.portable.ObjectImpl
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_opsClass

public static final java.lang.Class _opsClass
Constructor Detail

_AndorCameraStub

public _AndorCameraStub()
Method Detail

_ids

public java.lang.String[] _ids()
Specified by:
_ids in class org.omg.CORBA.portable.ObjectImpl

STATUS

public CameraStatus STATUS()
Specified by:
STATUS in interface CameraOperations

fgrab

public GrabData fgrab(double integration_time,
                      boolean do_clear)
               throws ErrorInfo
Specified by:
fgrab in interface CameraOperations
Throws:
ErrorInfo

park

public void park()
          throws ErrorInfo
Specified by:
park in interface CameraOperations
Throws:
ErrorInfo

setTotalCycles

public void setTotalCycles(int totalCycles)
Specified by:
setTotalCycles in interface CameraOperations

rspeed

public void rspeed(java.lang.String speed_name)
            throws ErrorInfo
Specified by:
rspeed in interface CameraOperations
Throws:
ErrorInfo

preflash

public void preflash(double preflash_time)
              throws ErrorInfo
Specified by:
preflash in interface CameraOperations
Throws:
ErrorInfo

window

public void window(short win_no,
                   java.lang.String win_spec)
            throws ErrorInfo
Specified by:
window in interface CameraOperations
Throws:
ErrorInfo

multiread

public void multiread(double integration_time,
                      int numReads)
               throws ErrorInfo
Specified by:
multiread in interface CameraOperations
Throws:
ErrorInfo

storemode

public void storemode(java.lang.String storemode_name)
               throws ErrorInfo
Specified by:
storemode in interface CameraOperations
Throws:
ErrorInfo

abort

public void abort()
           throws ErrorInfo
Specified by:
abort in interface CameraOperations
Throws:
ErrorInfo

cds

public void cds(short n_ro,
                double t_demand,
                double t_preflash,
                java.lang.String int_type)
         throws ErrorInfo
Specified by:
cds in interface CameraOperations
Throws:
ErrorInfo

setClearReads

public void setClearReads(short n_clearreads)
                   throws ErrorInfo
Specified by:
setClearReads in interface CameraOperations
Throws:
ErrorInfo

archive

public void archive(short run_rank,
                    java.lang.String instrument_name,
                    java.lang.String archive,
                    short scratch_file_no)
             throws ErrorInfo
Specified by:
archive in interface CameraOperations
Throws:
ErrorInfo

exit

public void exit()
Specified by:
exit in interface CameraOperations

clear

public void clear()
           throws ErrorInfo
Specified by:
clear in interface CameraOperations
Throws:
ErrorInfo

reset

public void reset()
           throws ErrorInfo
Specified by:
reset in interface CameraOperations
Throws:
ErrorInfo

shutdown

public void shutdown()
Specified by:
shutdown in interface CameraOperations

clearread

public void clearread()
               throws ErrorInfo
Specified by:
clearread in interface CameraOperations
Throws:
ErrorInfo

rur

public void rur(short n_ro,
                java.lang.String rur_tdemand,
                double preflash_time,
                java.lang.String int_type)
         throws ErrorInfo
Specified by:
rur in interface CameraOperations
Throws:
ErrorInfo

getStatus

public CameraStatus getStatus(boolean waitOnChange)
                       throws ErrorInfo
Specified by:
getStatus in interface CameraOperations
Throws:
ErrorInfo

obsdata

public void obsdata(java.lang.String directory)
             throws ErrorInfo
Specified by:
obsdata in interface CameraOperations
Throws:
ErrorInfo

process

public void process(short run_rank,
                    java.lang.String proc_key)
             throws ErrorInfo
Specified by:
process in interface CameraOperations
Throws:
ErrorInfo

setEmCcdGain

public void setEmCcdGain(short gain)
                  throws ErrorInfo
Specified by:
setEmCcdGain in interface AndorCameraOperations
Throws:
ErrorInfo

grab

public GrabData grab(double integration_time,
                     short x1,
                     short y1,
                     short x2,
                     short y2,
                     short offset)
              throws ErrorInfo
Specified by:
grab in interface CameraOperations
Throws:
ErrorInfo

setPreampGain

public void setPreampGain(short gainIndex)
                   throws ErrorInfo
Specified by:
setPreampGain in interface AndorCameraOperations
Throws:
ErrorInfo

run

public int run(java.lang.String run_type)
        throws ErrorInfo
Specified by:
run in interface CameraOperations
Throws:
ErrorInfo

merit

public MeritData merit(double integration_time,
                       short x1,
                       short y1,
                       short x2,
                       short y2,
                       short offset,
                       short xignore,
                       short yignore)
                throws ErrorInfo
Specified by:
merit in interface CameraOperations
Throws:
ErrorInfo

Version

public java.lang.String Version()
Specified by:
Version in interface CameraOperations

bin

public void bin(short x_binning,
                short y_binning)
         throws ErrorInfo
Specified by:
bin in interface CameraOperations
Throws:
ErrorInfo

ping

public void ping()
          throws ErrorInfo
Specified by:
ping in interface CameraOperations
Throws:
ErrorInfo

open

public void open()
          throws ErrorInfo
Specified by:
open in interface CameraOperations
Throws:
ErrorInfo

setCurrentCycle

public void setCurrentCycle(int currentCycle)
Specified by:
setCurrentCycle in interface CameraOperations

rmode

public void rmode(java.lang.String rmode_name,
                  short rmode_nreads,
                  short rmode_nmndrs)
           throws ErrorInfo
Specified by:
rmode in interface CameraOperations
Throws:
ErrorInfo

retime

public void retime(double t_demand)
            throws ErrorInfo
Specified by:
retime in interface CameraOperations
Throws:
ErrorInfo

readout

public void readout(short coadd_code,
                    short n_ro)
             throws ErrorInfo
Specified by:
readout in interface CameraOperations
Throws:
ErrorInfo

finish

public void finish()
            throws ErrorInfo
Specified by:
finish in interface CameraOperations
Throws:
ErrorInfo

integrate

public void integrate(java.lang.String int_type,
                      double t_demand)
               throws ErrorInfo
Specified by:
integrate in interface CameraOperations
Throws:
ErrorInfo

idle

public void idle()
          throws ErrorInfo
Specified by:
idle in interface CameraOperations
Throws:
ErrorInfo

setTemperature

public void setTemperature(short temperature)
                    throws ErrorInfo
Specified by:
setTemperature in interface AndorCameraOperations
Throws:
ErrorInfo

shut

public void shut()
          throws ErrorInfo
Specified by:
shut in interface CameraOperations
Throws:
ErrorInfo