Open KirstieJane opened 10 years ago
This is more an issue with the REDCap shared library than recon-stats
, agreed? I think we need to make a new shared library for 5.3
Would you mind sending me example *.stats files that generate these different keys? I should add them to the theoretical unit testing....
Yes - you're right - I think it would be nice to make a REDCap library for 5.3 separately.
How would you like me to send the files? I don't think they're too big but there are quite a few...
recon-stats
just parses:
aseg.stats
lh.aparc.a2009s.stats
lh.aparc.stats
rh.aparc.a2009s.stats
rh.aparc.stats
wmparc.stats
(ref)
What if you fork, add them in a test
folder, & send a pull-request? I'd like to have your contribution "on the record". Obviously remove any identifiers...
If you run recon-stats with data processed using Freesurfer 5.3 you get the following error:
Basically all it's saying is that some of the field names that are in the recon-stats dictionary aren't variable names in the REDCap instrument.
I've written the following hack that has to be run after:
and before
Here it is: