@ARamsay17 When running DALEC sample, PIU/BaseInstrument.lightDarkstats fails due to the lack of a 'dc' dataset within the sensor slice: ``` Traceback (most recent call last): File "<string>", line 1, in <module> File "/Users/daurin/GitRepos/HyperCP/Source/PIU/DALEC.py", line 28, in lightDarkStats darkData = lightSlice['dc'] ~~~~~~~~~~^^^^^^ KeyError: 'dc' ```