diff --git a/scripts/checkPulseData.py b/scripts/checkPulseData.py index 8f7eb70..572b85d 100644 --- a/scripts/checkPulseData.py +++ b/scripts/checkPulseData.py @@ -214,3 +214,8 @@ return data_frame['MPVs'].apply(max_adc) < ADC mask_monotonics = data_frame['MPVs'].apply(is_monotonic) + + # To do: + # - mask selecting only central sectors + # - intersect with Michele's result and try to find cause/consequence relationships + # - look at the actual fits and data taking conditions