UCL / STIR

Software for Tomographic Image Reconstruction
http://stir.sourceforge.net/
Other
115 stars 95 forks source link

create mechanism for finding configuration/default files #807

Closed KrisThielemans closed 9 months ago

KrisThielemans commented 3 years ago

We have ct_slopes.json but soon also a file for radionuclide info. At some point, we might like to have default settings for reconstruction algorithms etc. The question is then how to let STIR to find this.

Suggestion:

It makes sense to rename the CMake variable from STIR_DATA_DIR to STIR_SHARE_DIR

A problem with this strategy is that the build version of STIR would go and look in the install directory for this file. It can therefore pick up an old file. Not sure how to prevent this.

KrisThielemans commented 9 months ago

fixed by #1118