Skip to content

Commit

Permalink
Merge pull request #85 from lsst/tickets/DM-29892
Browse files Browse the repository at this point in the history
Tickets/dm 29892
  • Loading branch information
leannep committed May 7, 2021
2 parents c199c16 + 937a447 commit 35773d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class PF1TaskConfig(Config):
dtype=float, default=np.Inf)
nMinPhotRepeat = Field(doc="Minimum number of objects required for photometric repeatability.",
dtype=int, default=50)
# The defaults for threshPA2 and threshPF1 correspond to the SRD "design" thresholds.
# The defaults for threshPA2 correspond to the SRD "design" thresholds.
threshPA2 = Field(doc="Threshold in mmag for PF1 calculation.", dtype=float, default=15.0)


Expand Down

0 comments on commit 35773d1

Please sign in to comment.