Skip to content

Commit

Permalink
Only do minimal measurements in ForcedPhotCcd
Browse files Browse the repository at this point in the history
  • Loading branch information
parejkoj committed May 11, 2023
1 parent e589689 commit 1743096
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions config/forcedPhotCcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@

import os.path


config.measurement.load(os.path.join(os.path.dirname(__file__), "apertures.py"))
config.measurement.load(os.path.join(os.path.dirname(__file__), "kron.py"))

config.measurement.slots.gaussianFlux = None
# We only need the 12 pixel aperture for subsequent measurements.
config.measurement.plugins["base_CircularApertureFlux"].radii = [12.0]

0 comments on commit 1743096

Please sign in to comment.