diff --git a/skyreader/plot/plotting_tools.py b/skyreader/plot/plotting_tools.py index 3be4ae3..bbd5c41 100644 --- a/skyreader/plot/plotting_tools.py +++ b/skyreader/plot/plotting_tools.py @@ -37,7 +37,7 @@ def format_fits_header( ('SENDER', 'IceCube Collaboration'), ('DATE-OBS', t.isot, 'UTC date of the observation'), ('MJD-OBS', mjd, 'modified Julian date of the observation'), - ('I3TYPE', f'{event_type}','Alert Type'), + ('EVENT-TYPE', f'{event_type}','Event Type'), ('RA', np.round(ra,2),'Degree'), ('DEC', np.round(dec,2),'Degree'), ('RA_ERR_PLUS_50', np.round(uncertainties[0][0][1],2),