Open niksirbi opened 10 months ago
Some tips on AFNI atlases -
Making them is described here: https://afni.nimh.nih.gov/pub/dist/doc/htmldoc/template_atlas/howto.html
The atlas_point_list attribute for any particular atlas can be fetched on the command line with
3dinfo -atlas_points myatlas.nii.gz
Some items that aren't described in the previous link:
longname support (abbreviated acronyms are typically used for the regular region names) representative coordinate (COG - center of gravity/mass is typically used, but we can choose all kinds of centers or any representative coordinate)
<ATLAS_POINT
data_type="atlas_point"
STRUCT="BSTLj"
VAL="201"
LONGNAME="lateral bed nucleus of stria terminalis,juxtacapsular subdivision"
OKEY="201"
GYoAR="0"
COG="2.25 0.15 0.6"
/>
Probabilistic atlases are supported via an SB_LABEL field (similar to the STRUCT field) for the subbrick volume within the series of volumes in a dataset file.
The atlases can also be configured to specify: web links for regions web links for region connections
On 2024-01-18 we met with Paul Taylor and Daniel Glen of the Scientific and Statistical Computing Core at NIMH. Paul and Daniel are among the core developers and maintainers of AFNI - a leading software suite for analysing and visualising multiple MRI modalities.
During our meeting, we identified several potential avenues for collaboration, centred around brain templates and atlases. Here are some ideas that came out of the meeting.
Feel free to add any points I might have overlooked @adamltyson and @alessandrofelder.