When writing sub-classes, the parent classes in fits_schema should do some sanity checks like:
- keyword duplication
- conflicts with FITS standard (e.g if you define TELESCOP in your schema, it should not change the type expected by the FITS standard, etc)
This could be done by applying validations using parent classes, or just by explicitly checking all keywords against FITS standards.
When writing sub-classes, the parent classes in fits_schema should do some sanity checks like:
This could be done by applying validations using parent classes, or just by explicitly checking all keywords against FITS standards.