-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #378 from LSSTDESC/ssi_depth_maps
SSI depth maps
- Loading branch information
Showing
7 changed files
with
508 additions
and
102 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Values in this section are accessible to all the different stages. | ||
# They can be overridden by individual stages though. | ||
global: | ||
# This is read by many stages that read complete | ||
# catalog data, and tells them how many rows to read | ||
# at once | ||
chunk_rows: 100_000 | ||
# These mapping options are also read by a range of stages | ||
pixelization: healpix | ||
nside: 256 | ||
sparse: true # Generate sparse maps - faster if using small areas | ||
|
||
|
||
TXIngestSSIDetectionDESBalrog: | ||
name: TXIngestSSIDetectionDESBalrog | ||
|
||
TXMapPlots: | ||
name: TXMapPlots | ||
projection: cart | ||
rot180: True | ||
|
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 |
---|---|---|
@@ -0,0 +1,41 @@ | ||
# Stages to run | ||
stages: | ||
- name: TXIngestSSIDetectionDESBalrog | ||
- name: TXIngestSSIMatchedDESBalrog | ||
- name: TXAuxiliarySSIMaps | ||
- name: TXMapPlotsSSI | ||
|
||
modules: txpipe | ||
|
||
# Where to put outputs | ||
output_dir: data/example/outputs_ssi_des_depth/ | ||
|
||
# How to run the pipeline: mini, parsl, or cwl | ||
launcher: | ||
name: mini | ||
interval: 1.0 | ||
|
||
# Where to run the pipeline: cori-interactive, cori-batch, or local | ||
site: | ||
name: local | ||
max_threads: 2 | ||
|
||
# configuration settings | ||
config: examples/ssi/config_ssi_depth.yml | ||
|
||
inputs: | ||
# See README for paths to download these files | ||
|
||
#NERSC locations of public DES balrog data | ||
balrog_detection_catalog: /global/cfs/cdirs/lsst/groups/WL/users/jelvinpo/balrog_txpipe_example/balrog_detection_catalog_sof_run2_v1.4.fits | ||
balrog_matched_catalog: /global/cfs/cdirs/lsst/groups/WL/users/jelvinpo/balrog_txpipe_example/balrog_matched_catalog_sof_run2_v1.4.fits | ||
|
||
fiducial_cosmology: data/fiducial_cosmology.yml | ||
|
||
# if supported by the launcher, restart the pipeline where it left off | ||
# if interrupted | ||
resume: false | ||
# where to put output logs for individual stages | ||
log_dir: data/example/outputs_ssi_des_mag/logs/ | ||
# where to put an overall parsl pipeline log | ||
pipeline_log: data/example/outputs_ssi_des_mag/log.txt |
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
Oops, something went wrong.