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

.fcsv structure validation #73

Closed kaitj closed 4 years ago

kaitj commented 4 years ago

A feature that is nice to have, especially when testing new fiducials that don't match existing templates or for new users. Idea here is to validate the structure of the fcsv without any actualy computation of error. Data should still be (potentially) stored in order to keep the fiducials points for future storage in the event the template is to be created.

My understanding is that currently, the blank entry in the drop down menu does not perform a comparison. Maybe we can remove the blank entry and replace it with a default "Structure Validation" or something. Not how to best move forward with this.

@Park-Patrick @tkkuehn

kaitj commented 4 years ago

Added an explicit structure validation option in the dropdown menu that performs the same as selecting the blank option (see #77).

Still need to consider if / how to store this data (especially in the case of template development)

kaitj commented 4 years ago

This is now the default option. Closing!