AllenNeuralDynamics / exa-spim-control

Acquisition control for the exaSPIM microscope system
MIT License
2 stars 1 forks source link

Config Validation #26

Open Poofjunior opened 1 year ago

Poofjunior commented 1 year ago

We need some way of checking that a validator has all the right fields.

We could do this by checking against

Poofjunior commented 1 year ago

We can probably boil this down to 2 checks:

The former can be done by generating a template dictionary that gets saved with the code. The sanity_check function can probably do the latter.