diff --git a/bilby_pipe/create_injections.py b/bilby_pipe/create_injections.py index a1c84d5dbd75e569675b39b9201c5daf5f194bab..3f0f3b7e0b2ec8cf5c1dc7489307be1f1539ba3a 100644 --- a/bilby_pipe/create_injections.py +++ b/bilby_pipe/create_injections.py @@ -213,7 +213,7 @@ class InjectionCreator(Input): uncertainty=self.deltaT / 2.0, ) geocent_times.append(geocent_time) - inj_df["geocenter_times"] = geocent_times + inj_df["geocent_time"] = geocent_times return inj_df @staticmethod