You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The volume dimensions in the alignment metadata are provided in Angstrom (physical dimensions). They should be computed by multiplying the tomogram's voxelspacing with its voxel dimensions. In many cases we are overriding the voxel spacing in the input tomograms with a curator-provided voxel spacing, because the input files have known bad metadata.
In case of the current AlignmentImporter, the Importer seems to use the voxelspacing of the input MRCs to compute volume dimensions instead of the correct one from the config files.
Example: Dataset 10302, run 14042022_BrnoKrios_Arctis_grid5_Position_37
Describe the bug
The volume dimensions in the alignment metadata are provided in Angstrom (physical dimensions). They should be computed by multiplying the tomogram's voxelspacing with its voxel dimensions. In many cases we are overriding the voxel spacing in the input tomograms with a curator-provided voxel spacing, because the input files have known bad metadata.
In case of the current
AlignmentImporter
, the Importer seems to use the voxelspacing of the input MRCs to compute volume dimensions instead of the correct one from the config files.Example: Dataset 10302, run 14042022_BrnoKrios_Arctis_grid5_Position_37
Correct VoxelSpacing: 7.84
input MRC VoxelSpacing: 7.28
Volume voxel dimensions: 1024x1024x512
Alignment Metadata:
When computing the expected volume size, e.g. for x/y dimensions:
I.e. the wrong voxelspacing from the MRC-header was used in this computation.
Expected volume size would be:
The text was updated successfully, but these errors were encountered: