Skip to content

Commit 40df489

Browse files
committed
Merge branch 'develop'
2 parents ee0fdbe + a893db0 commit 40df489

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

docs/source/index.rst

+44
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,50 @@ This is a `pyobs <https://www.pyobs.org>`_ (`documentation <https://docs.pyobs.o
77
Example configuration
88
*********************
99

10+
This is an example configuration, tested on a FLI 230PL::
11+
12+
class: pyobs_fli.FliCamera
13+
14+
# filename pattern
15+
filenames: /cache/pyobs-ef01-{DAY-OBS|date:}-{FRAMENUM|string:04d}-{IMAGETYP|type}00.fits
16+
17+
# cooling
18+
setpoint: -20.0
19+
20+
# additional fits headers
21+
fits_headers:
22+
'DET-PIXL': [0.015, 'Size of detector pixels (square) [mm]']
23+
'DET-NAME': ['E2V 230-42 Bi BBAR', 'Name of detector']
24+
'DET-GAIN': [1.83, 'Detector gain [e-/ADU]']
25+
'DET-RON': [12.1, 'Detector readout noise [e-]']
26+
'DET-SATU': [117767, 'Detector saturation limit [e-]']
27+
28+
# opto-mechanical centre
29+
centre: [1115.5, 1047.5]
30+
31+
# rotation (east of north)
32+
rotation: -2.98
33+
34+
# location
35+
timezone: utc
36+
location:
37+
longitude: 9.944333
38+
latitude: 51.560583
39+
elevation: 201.
40+
41+
# communication
42+
comm:
43+
44+
password: ***
45+
46+
# virtual file system
47+
vfs:
48+
class: pyobs.vfs.VirtualFileSystem
49+
roots:
50+
cache:
51+
class: pyobs.vfs.HttpFile
52+
upload: http://localhost:37075/
53+
1054

1155
Available classes
1256
*****************

0 commit comments

Comments
 (0)