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

Rename processFakes to processCcdWithFakes #158

Merged
merged 1 commit into from
Jul 10, 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
6 changes: 3 additions & 3 deletions policy/datasets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ src:
tables: raw
template: ''
fakes_src:
description: "Full depth source catalog with fake objects procduced by processFakes."
description: "Full depth source catalog with fake objects procduced by processCcdWithFakes."
persistable: SourceCatalog
storage: FitsCatalogStorage
python: lsst.afw.table.SourceCatalog
Expand Down Expand Up @@ -594,12 +594,12 @@ processCcdWithFakes_config:
persistable: Config
storage: ConfigStorage
python: lsst.pipe.tasks.processCcdWithFakes.processCcdWithFakesConfig
template: config/processFakes.py
template: config/processCcdWithFakes.py
processCcdWithFakes_metadata:
persistable: PropertySet
storage: YamlStorage
python: lsst.daf.base.PropertySet
template: metadata/processFakes.yaml
template: metadata/processCcdWithFakes.yaml
calexpBackground:
description: >
Background model produced by ProcessCcdTask.
Expand Down