diff --git a/Load.py b/Load.py
index 4c81f83b13f7a66e53dfcb998d99b3f9ae948470..f526067929b771e6441e0ed8fafd7b052502b38a 100644
--- a/Load.py
+++ b/Load.py
@@ -123,6 +123,20 @@ mnemonics = {
     "fastccd": {'source':'SCS_CDIDET_FCCD2M/DAQ/FCCD:daqOutput',
                 'key':'data.image.pixels',
                 '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
     "MCP1apd": {'source':'SCS_UTC1_ADQ/ADC/1:network',