-
Notifications
You must be signed in to change notification settings - Fork 0
Add Campari paths to snpit_system_config.yaml #9
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?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,18 @@ system: | |
| # Paths used by snappl library modules | ||
| snappl: | ||
| A25ePSF_path: /home/snappl/snappl/tests/testdata/A25ePSF | ||
|
|
||
| campari: | ||
| paths: | ||
| sims_sed_library: /home/rubin_sim_data/sims_sed_library | ||
| campari_test_data: /campari_test_data | ||
| sed_path: /campari_sed_dir | ||
| output_dir: /campari_out_dir | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Maybe When writing lightcurves to the databse, you're going to need to use It's fine to leave this here for now, but we'll want to revisit all of these and prune out the things not used any more. |
||
| debug_dir: /campari_debug_dir | ||
|
|
||
| # OMG | ||
| galsim: | ||
| tds_file: /campari/examples/perlmutter/tds.yaml | ||
|
|
||
| # Paths used by phrosty | ||
| phrosty: | ||
|
|
||
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.
...isn't this a bit much?
system.paths.campari.etcshould be fine, whereassystem.paths.campari.paths.etchaspathsin it twice.The
system.paths.campariconfig variables should be for temp storage and storage of campari stuff that we're not persisting in the database. Currently, we're only persisting the lightcurve; those will go underneathsystem.paths.lightcurves. We may later decide to persist other stuff.