diff --git a/cyto_dl/datamodules/multidim_image.py b/cyto_dl/datamodules/multidim_image.py index f7295b07..8f3c69d8 100644 --- a/cyto_dl/datamodules/multidim_image.py +++ b/cyto_dl/datamodules/multidim_image.py @@ -120,7 +120,7 @@ def get_per_file_args(self, df): "scene": scene, "T": timepoint, "original_path": row[self.img_path_column], - "filename_or_obj": filename, # needs to be part of metadata to generate IO maps + "filename_or_obj": filename + f"_{timepoint}", # needs to be part of metadata to generate IO maps } ) img_data.reverse()