Contents
- STARGRASP Core System
- I. Core System Operation
- II. Core Software Overview
- Command Syntax Notes
- Application Notes
- A. Demo Scripts
- B. Toolkit Level
- C. STARGRASP C Libraries
- D. Controller Socket Commands
- adc
- celldes
- cellsel
- clean
- clk
- clvset
- console
- dac
- detsize
- dev
- etime
- etype
- expose
- exposing
- ifconfig
- leds
- ntp
- ot
- otacal
- pixtype
- reset
- readcal
- readout
- settrig
- shutter
- E. Registers and Clocking Instructions
- III. Core Hardware Overview
- IV. Computers and Switches
- V. Test Procedures
- STARGRASP Info-Sheet
- STARGRASP Quick Start
- Extra Software Provided (Unsupported)
Command: | etype |
Contexts: | Network socket, serial console, stage2 only |
Function: | Request exposure type setting applicable to next "expose" command |
Required Parameters: | Either object or bias or dark (or letter o,b,d) |
Usage
This command sets a "sticky" parameter. It doesn't do anything to the detector, but it sets the exposure type to be performed during the next expose command. It only needs to be sent to the controller upon initialization, or when the type changes, though there is no harm sending it before every exposure.
etype bias
Requests that next expose will be a BIAS calibration type. Integration time will be ignore and detector read immediately (presumably right after issuing clean.)
etype dark
Requests that next expose will be a DARK calibration type. Integration timer is used, but the shutter does not open. Integration period must be set with etime.
etype object
Requests that next expose will be an OBJECT (science frame) type. Shutter is opened for the requested integration period. Integration period must be set with etime.