Skip to content

Commit a19c6b4

Browse files
committed
Document camera.dead_time
1 parent 052a06e commit a19c6b4

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

docs/app_data/instamatic/config/camera/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ interface: simulate
88
physical_pixelsize: 0.055
99
stretch_amplitude: 2.43
1010
stretch_azimuth: 83.37
11+
dead_time: 0.0

docs/config.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,9 @@ This file holds the specifications of the camera. This file is must be located t
206206
**interface**
207207
: Give the interface of the camera interface to connect to, for example: `timepix`/`emmenu`/`simulate`/`gatan`/`merlin`. Leave blank or set to `None` to load the camera specs, but do not load the camera module (this also turns off the videostream gui).
208208

209+
**dead_time**
210+
: Set the dead time (i.e. the gap between acquisitions) of the detector; if absent and needed to collect a movie, an attempt to use a `CalibMovieDelays.dead_time` value calibrated via `instamatic.calibrate_movie_delays` will be made.
211+
209212
**default_binsize**
210213
: Set the default binsize, default: `1`.
211214

src/instamatic/config/camera/simulate.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ physical_pixelsize: 0.055
1818
possible_binsizes: [1]
1919
stretch_amplitude: 2.43
2020
stretch_azimuth: 83.37
21+
dead_time: 0.0

src/instamatic/config/camera/simulateDLL.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ interface: simulateDLL
1616
possible_binsizes: [1, 2, 4]
1717
stretch_amplitude: 0
1818
stretch_azimuth: 0
19+
dead_time: 0.0

0 commit comments

Comments
 (0)