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

Tickets/dm 29892 #85

Merged
merged 7 commits into from
May 7, 2021
Merged
Show file tree
Hide file tree
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
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