Open valosekj opened 2 years ago
This is a great idea, but instead of developing a new script, I suggest re-using (or updating) what has already been developed for the spine-generic project. See notably:
model_seg_sci/utils/fetch_sequence_parameters.py might be relevant
Write a simple bash script (which can be run by
sct_run_batch
across all subjects) to fetch the resolution of all images. This will allow us to check if sequence parameters are the same across/within centres.pixdim can be found, for example, by:
Alternatively, we can consider writing some more sophisticated script, like params_checker.py