-
Notifications
You must be signed in to change notification settings - Fork 3
DM-48896 : Create yaml for ComCam #223
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
base: main
Are you sure you want to change the base?
Conversation
47989eb
to
c47b45a
Compare
787e271
to
dd43cfa
Compare
.gitignore
Outdated
|
||
# Dynamically generated source injection pipelines | ||
pipelines/_ingredients/ApPipeWithFakes.yaml | ||
python/*.dist-info/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing end-of-line.
SConstruct
Outdated
from lsst.sconsUtils import scripts | ||
scripts.BasicSConstruct("ap_pipe", disableCc=True) | ||
from lsst.sconsUtils.state import env | ||
from lsst.sconsUtils import targets |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scripts, targets
merged into above.
SConstruct
Outdated
) | ||
|
||
subset_names = "apPipe,prompt" | ||
subset_description = "Post injection diffim analysis tasks" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This isn't being used right now, but may become irrelevant following a proposed API change in source_injection
.
Add yaml to process LSSTComCam with fakes
dd43cfa
to
d67b5c0
Compare
This has evolved and now it is scoped for replacing all pipeline creation