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: | expose |
Contexts: | Network socket, serial console, stage2 only |
Function: | Take an exposure (integration) |
Required Parameters: | None. |
Usage
This command is used after setting up parameters for an exposure. The last etype and etime commands used since the controller booted will apply. For example, a 45 second DARK exposure (no shutter activation) is performed as follows:
etype dark etime 45000 expose
This command is typically preceded by clean and followed by readout.