Skip to content

Commit

Permalink
fix: Path pattern of VoxelSpacingImporter (#344)
Browse files Browse the repository at this point in the history
fix VoxelSpacingImporter.dir_path
  • Loading branch information
uermel authored Nov 6, 2024
1 parent 2170ca0 commit aba973b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion_tools/scripts/importers/voxel_spacing.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ class VoxelSpacingImporter(BaseImporter):
plural_key = "voxel_spacings"
finder_factory = VSImporterFactory
has_metadata = False
dir_path = "{dataset_name}/{run_name}/Tomograms/VoxelSpacing{voxel_spacing_name}"
dir_path = "{dataset_name}/{run_name}/Reconstructions/VoxelSpacing{voxel_spacing_name}"

def __init__(
self,
Expand Down

0 comments on commit aba973b

Please sign in to comment.