|
1 |
'''[wiki:GraspSwControllerCmd expose]''' |
|
2 |
|
|
3 |
[[TracNav(GraspContents)]] |
|
4 |
|
|
5 |
||Command:||'''expose'''|| |
|
6 |
||Contexts:||Network socket, serial console, stage2 only|| |
|
7 |
||Function:||Take an exposure (integration)|| |
|
8 |
||Required Parameters:||None.|| |
|
9 |
|
|
10 |
=== Usage === |
|
11 |
|
|
12 |
This command is used after setting up parameters for an exposure. The last [wiki:GraspSwControllerCmdEtype etype] and [wiki:GraspSwControllerCmdEtime etime] commands used since the controller booted will apply. For example, a 45 second DARK exposure (no shutter activation) is performed as follows: |
|
13 |
|
|
14 |
{{{ |
|
15 |
etype dark |
|
16 |
etime 45000 |
|
17 |
expose |
|
18 |
}}} |
|
19 |
|
|
20 |
This command is typically preceded by [wiki:GraspSwControllerCmdClean clean] and followed by [wiki:GraspSwControllerCmdReadout readout]. |