update_images_headers

update_images_headers(hdus_dict, time_exp_mn, attitude, obs_time)[source]

Add main general keywords to the images headers

Parameters:
  • hdus_dict (dict) – dictionary containing all hdus involved in ECL-SKY-IMA product. Includes following keys: hdu_count, hdu_var, hdu_snr, hdu_exp and hdu_mod.
  • attitude (AttitudeECLAIRs object) – TBC
  • time_exp_mn (float) – time of the observation
Returns:

updated hdu_count, hdu_var, hdu_snr, hdu_exp, hdu_mod

Return type:

fits.ImageHDU * 5