-
craftutils.observation.epoch.ImagingEpoch.frame_class.send_column_to_source_cat(column_name: str, subset_table: Table, dual: bool =
False) Takes a column from a table that is a subset of source_cat, and adds the column values to the appropriate entries in source_cat using the NUMBER column. Rows not in the subset table will be assigned -99. in that column. Trust me, it comes in handy. Assumes that NO entries have been removed from or added to the main source_cat since being produced by Source Extractor, as it requires that the relationship source_cat[“NUMBER”] = i - 1 holds true.