[Feature] Force all atlas 3D meshes to be in consistent "brainglobe" space, aligned to the annotations #213
Labels
atlasgen
Issue was transferred from the retired bg-atlasgen. Concerns the atlas_generation submodule.
enhancement
New feature or request
The annotation volumes are set up so that the origin (0,0,0) is at the front/left/top corner. Some of the 3D mesh files are aligned with this so that the origin in 3D space is also at this same point (e.g. see the CCF files), but many of the atlases are not (see e.g. the human atlas or AZBA). It's possible to apply the
trasform_to_brainglobe
affine transform to move the brains to the correct position in some cases, but in other cases the transform appears to be incorrect.It would be a big benefit for users to simply move all the 3D meshes into the annotation space for consistency (i.e. so that the transform is the identity matrix with a (0,0,0) translation)
The text was updated successfully, but these errors were encountered: