Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-18643: Update astrometry config based on changed location of sourceSelector. #25

Merged
merged 1 commit into from
Apr 12, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/processCcd.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
# improve threshold values for short exposures on a small telescope
config.charImage.detection.includeThresholdMultiplier = 5.0 #default=10.0
config.charImage.measurePsf.starSelector['objectSize'].fluxMin = 1000.0 # default=12500.0
config.calibrate.astrometry.matcher.sourceSelector['matcher'].minSnr = 4.0 # default=40.0
config.calibrate.astrometry.sourceSelector['matcher'].minSnr = 4.0 # default=40.0

# Carefully tuned for matchPessimisticB; less than 2000 is too little for some visits
# but more than 2000 has so many sources to match against that it runs _very_ slowly
Expand Down