Is your feature request related to a problem? Please describe.
FITS is a common data file format for many SBN datasets, but not universal. It would be useful to be able to migrate PDS3 data with metadata in other forms.
Describe the solution you'd like
Add a config option (with FITS as a default) to identify the data file type associated with the PDS3 products in a dataset, along with separate parsing modules for handling them. This would be a major upgrade, as it would involve changes across the utils and parsers modules as well as the primary workflow, which assumes FITS.
Describe alternatives you've considered
Be lazy and don't do it.
Is your feature request related to a problem? Please describe.
FITS is a common data file format for many SBN datasets, but not universal. It would be useful to be able to migrate PDS3 data with metadata in other forms.
Describe the solution you'd like
Add a config option (with FITS as a default) to identify the data file type associated with the PDS3 products in a dataset, along with separate parsing modules for handling them. This would be a major upgrade, as it would involve changes across the utils and parsers modules as well as the primary workflow, which assumes FITS.
Describe alternatives you've considered
Be lazy and don't do it.