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

Add fake object hooks to DetectCoaddSources #123

Merged
merged 1 commit into from Jun 7, 2017
Merged

Conversation

rearmstr
Copy link
Contributor

Create the ability to run a fake object task from within the task
to detect sources on coadds. This is useful when starting from
single frames which have already been processed.

@@ -117,6 +117,12 @@ class DetectCoaddSourcesConfig(Config):
coaddName = Field(dtype=str, default="deep", doc="Name of coadd")
mask = ListField(dtype=str, default=["DETECTED", "BAD", "SAT", "NO_DATA", "INTRP"],
doc="Mask planes for pixels to ignore when scaling variance")
doInsertFakes = Field(dtype=bool,
default=False,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to move this to the previous line?

default=False,
doc="Run fake sources injection task")
insertFakes = ConfigurableField(target=BaseFakeSourcesTask,
doc="Injection of fake sources for testing"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a space after testing.

@natelust natelust force-pushed the tickets/DM-9998 branch 2 times, most recently from 4282bf6 to d396bd3 Compare May 25, 2017 14:23
Create the ability to run a fake object task from within the task
to detect sources on coadds. This is useful when starting from
single frames which have already been processed.
@natelust natelust merged commit e00d6f1 into master Jun 7, 2017
@ktlim ktlim deleted the tickets/DM-9998 branch August 25, 2018 06:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants