save raw flux in fits file and display

fix rebase display on main

fix rebase display on main

rebase display on main
This commit is contained in:
2025-03-19 16:38:36 +01:00
parent a555cebb92
commit c907700251
2 changed files with 2 additions and 2 deletions

View File

@@ -274,7 +274,7 @@ def main(target=None, proposal_id=None, infiles=None, output_dir="./data", crop=
flux_data=np.array([flux_data, flux_error, flux_mask]),
flux_head=flux_head,
)
outfiles.append("/".join([data_folder, Stokes_hdul["I_STOKES"].header["FILENAME"] + ".fits"]))
outfiles.append("/".join([data_folder, Stokes_hdul[0].header["FILENAME"] + ".fits"]))
# Step 5:
# crop to desired region of interest (roi)