Skip to content

Commit f726605

Browse files
committed
pass only column needed in new_sources function
1 parent 33b6354 commit f726605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vast_pipeline/pipeline/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def process_pipeline(self, p_run):
236236

237237
# STEP #4 New source analysis
238238
new_sources_df = new_sources(
239-
sources_df,
239+
sources_df[['source', 'image', 'flux_peak']],
240240
missing_sources_df,
241241
self.config.NEW_SOURCE_MIN_SIGMA,
242242
p_run

0 commit comments

Comments
 (0)