Added
Features
- Array pointers are now supported
- FITS headers are now supported. (If a pointer with HEADER in it points to a FITS
file it will return that header. If there is a pointer without HEADER in it that
points to the FITS file then after loading that key, an additional key will appear
in the format: `{key}_HEADER` that will contain the FITS header).
- JPEG2000 (`.jp2`) files are now supported
Dataset Support
- Many new datatypes from missions including MGS, Clementine, Rosetta, and more
(see [supported_datasets.md](https://github.com/MillionConcepts/pdr/blob/main/supported_datasets.md)
for specifics)
Changed
- Browse product improvements:
- Tables with a single row of data will now output as a column for their .csv
browse products to increase readability
- Browse images can be specified to output in formats other than .jpg
- `supported_datasets.md` is now alphabetically organized by mission name to more
easily search
- Various optimizations
Fixed
- Various bug fixes