afids / afids-validator

Validator for the anatomical fiducial placement protocol
https://validator.afids.io
GNU General Public License v3.0
2 stars 4 forks source link

Template (answer key csv) selection #15

Closed patrick-g-h closed 5 years ago

patrick-g-h commented 5 years ago
kaitj commented 5 years ago

Templates to use:

One suggestion, @ostanley suggested this as a module linking with afids so that templates are called by association. (Ostanley can clarify this more)

@jclauneuro Were there other templates we would want to include for comparisons and is Agile12 one of the templates that we want to use?

jclauneuro commented 5 years ago

Thanks for looping me in! Looks like a good set of templates to start with. We have a few more that have been validated including PD25, BigBrainSym, MNI2009bSym that could be included at some point?

ostanley commented 5 years ago

@jclauneuro we can make it a submodule which just links the fidvalidator repo and the afids repo so that when you update one it is just one command to sync it to the other. Is that something you are interested in? the sync would just be a git pull which we could eventually include in CI.

jclauneuro commented 5 years ago

Definitely interesting, @ostanley. Sounds like a great way to scale up to include any number of templates/individual participant scans at some point.

ostanley commented 5 years ago

I'll add the submodule in soon with some instructions about how to update it. We can always change it if we decide we just want hardcoded things.

patrick-g-h commented 5 years ago

implemented dropdown menu in PR #20 . Just need to link templates from whichever directory / repo we choose

ostanley commented 5 years ago

Closing this issue after submodule integration.