diff --git a/astronify/simulator/sim_lc.py b/astronify/simulator/sim_lc.py index a798ace..91a679c 100644 --- a/astronify/simulator/sim_lc.py +++ b/astronify/simulator/sim_lc.py @@ -149,9 +149,9 @@ def simulated_lc( if lc_type == "flare": hdr.append( ( - "FLARETIM", - flare_time, - "Index corresponding to the peak of the flare.", + "FLARETIM", + flare_time, + "Index corresponding to the peak of the flare.", ) ) hdr.append(("FLAREAMP", flare_amp, "Amplitude of the flare."))