Atlas-Download-Tools icon indicating copy to clipboard operation
Atlas-Download-Tools copied to clipboard

get_corners_in_ref_space: use affine transformations instead of queries

Open Stannislav opened this issue 4 years ago • 2 comments

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.

Stannislav avatar Aug 30 '21 11:08 Stannislav

This is a very relevant resource: https://web.archive.org/web/20170420055058/https://efferencecopy.net/allen-brain-fast-image-registration/ together with this https://github.com/charliehass/ecallen/blob/master/ecallen/images.py

jankrepl avatar Aug 31 '21 08:08 jankrepl

This issue depends on #74

jankrepl avatar Aug 31 '21 15:08 jankrepl