BlueBrain / BlueBrain/Atlas-Download-Tools
get_corners_in_ref_space: use affine transformations instead of queries
Open
- Dominant language
- Python
- Stars
- 17
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
At the moment `get_corners_in_ref_space` sends 4 queries to determine the corner locations in the reference space.
Given we have the machinery to do the transformations locally using affine transformations we should use them in this function to avoid sending unnecesary queries.
Contributor guide
Assessment
This issue has not been assessed yet.