Corry gets stuck while masking

Dear experts,
I’m trying to run corry to mask some pixels
It runs but eventually it gets stuck here:

[testbeam@graviton TestBeamAnalysis]$ ~/corryvreckan/bin/corry -c 01_create_mask.conf
Warning in <UnknownClass::SetDisplay>: DISPLAY not set, setting it to cerbero.mib.infn.it:0.0
|20:48:27.221|  (STATUS) Welcome to Corryvreckan v2.0+359^g5bbc1db~dirty
|20:48:27.222|  (STATUS) Loading detector plane101
|20:48:27.222| (WARNING) Spatial resolution for detector 'plane101' not set.
                         Using pitch/sqrt(12) as default
|20:48:27.222|  (STATUS) Loading detector plane25
|20:48:27.222| (WARNING) Spatial resolution for detector 'plane25' not set.
                         Using pitch/sqrt(12) as default
|20:48:27.222|  (STATUS) Loaded 7 detectors
|20:48:27.238|  (STATUS) Loaded 8 module instances       
|20:48:27.238|  (STATUS) =================| Initializing modules |==================
|20:48:27.280|  (STATUS) [I:MaskCreator:plane101] Initializing "MaskCreator:plane101"
|20:48:27.280|  (STATUS) ========================| Event loop |========================
GeoID : 9
Name : /home/telescope/software/eudaq-v1/conf/CMS_August_2021/batch_2/CMS_August_2021_tel_fei4_cmsdaq_Fei4Trig_noTelPlane3.conf
timeDelay : 0
Test confi param: 192.168.4.2
Added USBPix Board: -1 to list!
|20:48:46.884|  (STATUS) Ev: 178.8k Px: 35.63M Tr: 0.0k (0/ev) t = 305.246s  

The config file is as in the following:

### Corryvreckan header holds all global configuration parameters ###
[Corryvreckan]
output_directory = "Results"
detectors_file   = "geometry/start_3D.geo"
histogram_file   = "01_mask.root"
number_of_events = -1

### Load the data recorded with EUDAQ ###
[EventLoaderEUDAQ]
file_name        = "../TestBeamData_2021_09_CERN/run001346.raw"
long_detector_id = false

### Mask noisy pixels ###
[MaskCreator]
method        = "frequency"
frequency_cut = 10

### Mask disabled/dead pixels on RD53A modules ###
[MaskCreator]
mask_dead_pixels = false
type             = "RD53A"

So you see anything obvius that I’m doing wrong?
Many thanks,

  • Mauro.

Problem solved.
Somehow the raw data file was corrupted.
Sorry for the noise.

  • Mauro.

Dear Mauro,

thanks for reporting that you resolved the problem.

Cheers,
Jens