askap-craco / CELEBI

The CRAFT Effortless Localisation and Enhanced Burst Inspection Pipeline
MIT License
4 stars 2 forks source link

Correlation error (refine_candidate): "multiple input files" #462

Open marcinglowacki opened 1 year ago

marcinglowacki commented 1 year ago

In the correlation step, multiple files of the same name are reported, despite there only meant to be one:

WARN: Access to undefined parameter beamform -- Initialise it to a default value eg. params.beamform = some_value Error executing process > 'frb:refine_candidate'

Caused by: Process frb:refine_candidate input file name collision -- There are multiple input files for each of the following file names: 210320_ICS_Y_10.npy, 210320_ICS_X_10.npy, 210320_ICS_X_19.npy, 210320_ICS_Y_19.npy, 210320_ICS_X_18.npy, 210320_ICS_Y_18.npy, 210320_ICS_Y_21.npy, 210320_ICS_X_12.npy, 210320_ICS_X_13.npy, 210320_ICS_Y_17.npy, 210320_ICS_Y_16.npy, 210320_ICS_X_11.npy, 210320_ICS_Y_20.npy, 210320_ICS_Y_23.npy, 210320_ICS_X_15.npy, 210320_ICS_Y_15.npy, 210320_ICS_X_23.npy, 210320_ICS_X_22.npy, 210320_ICS_Y_22.npy, 210320_ICS_X_14.npy, 210320_ICS_Y_14.npy, 210320_ICS_X_21.npy, 210320_ICS_Y_12.npy, 210320_ICS_Y_13.npy, 210320_ICS_X_17.npy, 210320_ICS_X_16.npy, 210320_ICS_Y_11.npy, 210320_ICS_X_20.npy

Under investigation