Skip to content

Commit

Permalink
Forced photometry logging hotfix (Wrong timer referenced)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie authored Nov 25, 2024
1 parent 5fef150 commit 11b3967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast_pipeline/pipeline/forced_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ def extract_from_image(
edge_buffer=edge_buffer,
use_clusters=use_clusters
)
logger.debug(f"{image} - Time to measure FP: {timer.reset()}s")
logger.debug(f"{image} - Time to measure FP: {FP_timer.reset()}s")

num_fits = np.sum(flux>0.0)

Expand Down

0 comments on commit 11b3967

Please sign in to comment.