Roadmap¶
Don't worry, the feature set will grow ...
Features¶
-
add the possibility to define aliases for keys and attributes that are defined in the navdict. That is useful when you want to access the same information with difference keys/attributes.
-
the
csv//directive might be improved with specification of the number of rows that a header takes up, that might need to go into a field, e.g.argsbelow and at the same level as where the directive is. -
Add pluggable functionality to NavDict to do something like
bad_pixels//<filename>.fitsand this will then execute a function that takes the<filename>.fitsas an argument. That function can return a filename or a file descriptor, or a FITS object....