diff --git a/proseco/acq.py b/proseco/acq.py index ea8ff57d..9544f78b 100644 --- a/proseco/acq.py +++ b/proseco/acq.py @@ -628,7 +628,8 @@ def get_initial_catalog(self): acqs_init = cand_acqs[acq_indices] # Transfer to acqs (which at this point is an empty table) - self.add_columns(acqs_init.columns.values()) + for col in acqs_init.itercols(): + self[col.info.name] = col def calc_p_brightest(self, acq, box_size, man_err=0, bgd=0): """