-
Notifications
You must be signed in to change notification settings - Fork 0
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
Karr new sims #15
Karr new sims #15
Conversation
--inputYAML: specify input YAML files of recipes --outputDir: specify output directory will default to original values Moved dictionary / path definitions from start of raw_script.py to an importable file, to keep user defined input separate from the main script.
- darks, detlin, flat - single sources in imaging, spectra, IFU - star field in imaging LM - extended galaxy in LM updated simulationDefinitions.py - single sources - star field - extended galaxy recipes1.yaml: still in progress templatesx
ESO/testArgs.py
Outdated
if(args.inputYAML): | ||
inputYAML = args.inputYAML | ||
else: | ||
inputYAML = "recipes.yaml" |
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.
inputYAML = "recipes.yaml" | |
from pathlib import Path | |
inputYAML = Path(__file__).parent / "recipes.yaml" |
The github action works again, thanks! Do you want me to review the code @JenniferKarr ? If so, could you let me know when the PR is ready? The code seems almost ready, but one of the files is called Anyway, I think you can also merge it when ready, it's good enough for that. |
Deleted extraneous file
single point source, extended galaxy, star field
darks/detlin for IFU