Skip to content

Commit

Permalink
add timepoint to filename
Browse files Browse the repository at this point in the history
  • Loading branch information
Ritvik Vasan committed Oct 18, 2024
1 parent 7ff2644 commit 57f9b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyto_dl/datamodules/multidim_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 57f9b32

Please sign in to comment.