-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parametric cosmos simulations (#256)
* parametric sims with cosmos cat * updated docstring * tutorial with parametric example * adding exclusion_level cuts * pre-commit changes * resolve pre-commit changes * using catalog directly from galsim * Update 01a-cosmos_tutorial.ipynb fixing kernel metadata * fixing kernel metadata * updating docstring * default exclusion_level as "marginal" * _selection.fits catalog * correcting path * added tests with parametric sims * updated config * removed assert on exclusion_level * updated add_noise Co-authored-by: thuiop <[email protected]> Co-authored-by: Alexandre Boucaud <[email protected]> Co-authored-by: Ismael Mendoza <[email protected]>
- Loading branch information
1 parent
580e052
commit 6b94110
Showing
8 changed files
with
146 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,3 +12,4 @@ indexes: Null | |
channels_last: ${channels_last} | ||
save_path: ${save_path} | ||
seed: ${seed} | ||
gal_type: ${gal_type} |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters