diff --git a/notebooks/LPD/LPD_Correct_Fast.ipynb b/notebooks/LPD/LPD_Correct_Fast.ipynb index 33e904a2ec149c34e818bd29c77b19530d96a087..75584fe923a82101acceb0bfd00f42f8e0fe37bf 100644 --- a/notebooks/LPD/LPD_Correct_Fast.ipynb +++ b/notebooks/LPD/LPD_Correct_Fast.ipynb @@ -619,7 +619,7 @@ " \n", " for seq_number, seq_output_paths in output_by_seq.items():\n", " # Create data collection and detector components only for this sequence.\n", - " det = LPD1M(xd.DataCollection.from_paths(seq_output_paths), detector_name=karabo_id)\n", + " det = LPD1M(xd.DataCollection.from_paths(seq_output_paths), detector_name=karabo_id, min_modules=4)\n", " det.write_virtual_cxi(vcxi_folder / f'VCXI-LPD-R{run:04d}-S{seq_number:05d}.cxi')" ] }