Skip to content
Snippets Groups Projects
Commit 8abfd8b9 authored by Loïc Le Guyader's avatar Loïc Le Guyader
Browse files

Adds FastCCD charge split classified and multiplicity patterns keys

parent 5b1ae75b
No related branches found
No related tags found
No related merge requests found
...@@ -123,6 +123,20 @@ mnemonics = { ...@@ -123,6 +123,20 @@ mnemonics = {
"fastccd": {'source':'SCS_CDIDET_FCCD2M/DAQ/FCCD:daqOutput', "fastccd": {'source':'SCS_CDIDET_FCCD2M/DAQ/FCCD:daqOutput',
'key':'data.image.pixels', 'key':'data.image.pixels',
'dim':['x', 'y']}, 'dim':['x', 'y']},
# FastCCD charge split correction in very low photon count regime
"fastccd_classified": {'source':'SCS_CDIDET_FCCD2M/DAQ/FCCD:daqOutput',
'key':'data.image.pixels_classified',
'dim':['x', 'y']},
# FastCCD event multiplicity from the charge split correction:
# 0: no events
# 100, 101: single events
# 200-203: charge split into two pixels in four different orientations
# 300-303: charge split into three pixels in four different orientations
# 400-403: charge split into four pixels in four different orientations
# 1000: charge in more than four neighboring pixels. Cannot be produced by a single photon alone.
"fastccd_patterns": {'source':'SCS_CDIDET_FCCD2M/DAQ/FCCD:daqOutput',
'key':'data.image.patterns',
'dim':['x', 'y']},
# TIM # TIM
"MCP1apd": {'source':'SCS_UTC1_ADQ/ADC/1:network', "MCP1apd": {'source':'SCS_UTC1_ADQ/ADC/1:network',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment