-
Notifications
You must be signed in to change notification settings - Fork 275
Description
Describe the bug
Caught unexpected exception: operands could not be broadcast together with remapped shapes [original remapped]: (2,1855,1) and requested shape (1,1855,40)
To Reproduce
Steps to reproduce the behavior:
Any muon file from here:
https://syncandshare.desy.de/index.php/s/MMXqGywcj2neTFN
or here :
https://syncandshare.desy.de/index.php/s/cB9Gwb6MsiJ86aJ
And this configuration file :
DataWriter:
output_path: None
write_muon_parameters: True
write_dl1_parameters: True
write_dl1_images: True
overwrite: True
transform_image: true
transform_peak_time: true
MuonProcessor:
completeness_threshold: 30
ratio_width: 1.5
pedestal: 1.1
ring_integration_width: 0.25
outer_ring_width: 0.2
MuonIntensityFitter:
hole_radius_m:
- ["type", "LST*", 0.74]
- ["type", "MST*", 0.59]
- ["type", "SST_1M_*", 0.38]
min_lambda_m: 0.0000003
max_lambda_m: 0.0000006
spe_width: 0.5
oversampling: 3
ImageParameterQuery:
quality_criteria: [
["min_pixels", "dl1_params.morphology.n_pixels > 20"],
["min_intensity", "dl1_params.hillas.intensity > 50"]
]
RingQuery:
quality_criteria: [
["radius_not_nan", "np.isfinite(ring.radius.value)"],
["min_pixels", "np.count_nonzero(mask) > 20"],
["ring_containment", "parameters.containment > 0.5"]
]
ImageProcessor:
image_cleaner_type: "TailcutsImageCleaner"
use_telescope_frame: True
apply_image_modifier: False
TailcutsImageCleaner:
picture_threshold_pe : 10
boundary_threshold_pe : 5
min_picture_neighbors : 2
keep_isolated_pixels : False
TimeConstrainedImageCleaner:
time_limit_core_ns: 4.5
time_limit_boundary_ns: 1.5
ImageQualityQuery:
quality_criteria: [["size_greater_0", "image.sum() > 0"]]
CameraCalibrator:
data_volume_reducer_type: "NullDataVolumeReducer"
image_extractor_type: "GlobalPeakWindowSum"
invalid_pixel_handler_type: "NeighborAverage"
apply_waveform_time_shift: False
apply_peak_time_shift: True
GlobalPeakWindowSum:
window_width: 7
window_shift: 3
apply_integration_correction: False
pixel_fraction: 1
ctapipe-process --overwrite --input=muon-_0deg_0deg_run000008___cta-prod6-2156m-LaPalma-lst-dark-ref-degraded-0.83.simtel.zst --output=muon-_0deg_0deg_run000008___cta-prod6-2156m-LaPalma-lst-dark-ref-degraded-0.83.simtel.dl1 --config=conf.yaml
Expected behavior
Run without run time error
Supporting information
In case we get this here all working fine:
git checkout 722112b
