It would be really nice to have some sort of options settings, where some of the default info can be stored permanently... So when loading the package, it will automatically look for global variables (SUBJECTS_DIR, FREESURFER_HOME), and it would allow you to set/customize some of the paths, etc.
It would also enable us to quickly retrieve or find info, e.g. to list all atlases you could type qdecr.options("annot") or something similar. Similarly, qdecr.options("measures") would list all measures, and it would allow users to modify the possibilities so that they can create custom measures.
It would be really nice to have some sort of options settings, where some of the default info can be stored permanently... So when loading the package, it will automatically look for global variables (SUBJECTS_DIR, FREESURFER_HOME), and it would allow you to set/customize some of the paths, etc.
It would also enable us to quickly retrieve or find info, e.g. to list all atlases you could type
qdecr.options("annot")
or something similar. Similarly,qdecr.options("measures")
would list all measures, and it would allow users to modify the possibilities so that they can create custom measures.