Skip to content

AstroBinUploader.py v1.02

Compare
Choose a tag to compare
@SteveGreaves SteveGreaves released this 24 Nov 15:58
· 24 commits to main since this release

Major changes to how the code handles missing Keywords from FITS headers.
The code use a defaults.csv to enable the user to configure values for missing keywords
These default keywords are then applied to all missing header keywords allowing for a more complete upload of information to AstroBin.
HFR is also recovered from the defaults.csv file, instead of the command line entry.
The changes attempt to make the code agnostic to the types of FITS headers processed.
ReadMe.md has been updated to reflect the changes