Skip to content

Commit

Permalink
Save AI-version in fits header
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffenhir committed Oct 20, 2023
1 parent 4d7a1d4 commit 11891c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions graxpert/preferences.py
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ def app_state_2_fitsheader(app, app_state, fits_header):
fits_header["INTP-OPT"] = prefs["interpol_type_option"]
fits_header["SMOOTHING"] = prefs["smoothing_option"]
fits_header["CORR-TYPE"] = prefs["corr_type"]
fits_header["AI-VER"] = prefs["ai_version"]

if prefs["interpol_type_option"] != "AI":
fits_header["SAMPLE-SIZE"] = prefs["sample_size"]
Expand Down

0 comments on commit 11891c4

Please sign in to comment.