Skip to content

Commit a213fbe

Browse files
authored
Merge pull request #17 from i4Ds/pixel_size_adc_pairing
add detector acd pairing and pixel area config
2 parents 0a9869f + 7704319 commit a213fbe

2 files changed

Lines changed: 59 additions & 0 deletions

File tree

detector/stx_det_adc.csv

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# %ECSV 0.9
2+
# ---
3+
# datatype:
4+
# - {name: 'Det #', datatype: int32}
5+
# - {name: 'Adc #', datatype: int32}
6+
# schema: astropy-2.0
7+
"Det #" "Adc #"
8+
1 0
9+
2 0
10+
3 7
11+
4 7
12+
5 2
13+
6 1
14+
7 1
15+
8 6
16+
9 6
17+
10 5
18+
11 2
19+
12 3
20+
13 3
21+
14 4
22+
15 4
23+
16 5
24+
17 13
25+
18 12
26+
19 12
27+
20 11
28+
21 11
29+
22 10
30+
23 13
31+
24 14
32+
25 14
33+
26 9
34+
27 9
35+
28 10
36+
29 15
37+
30 15
38+
31 8
39+
32 8

detector/stx_det_pixels.csv

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# %ECSV 0.9
2+
# ---
3+
# datatype:
4+
# - {name: 'Pixel #', datatype: int32}
5+
# - {name: Label, datatype: string}
6+
# - {name: 'Area', unit: cm2, datatype: float64}
7+
# schema: astropy-2.0
8+
"Pixel #" "Label" "Area"
9+
1 Top_A 0.096194997
10+
2 Top_B 0.096194997
11+
3 Top_C 0.096194997
12+
4 Top_D 0.096194997
13+
5 Bot_A 0.096194997
14+
6 Bot_B 0.096194997
15+
7 Bot_C 0.096194997
16+
8 Bot_D 0.096194997
17+
9 Sml_A 0.010009999
18+
10 Sml_B 0.010009999
19+
11 Sml_C 0.010009999
20+
12 Sml_D 0.010009999

0 commit comments

Comments
 (0)