Skip to content
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

Clean up environment variables defined in desimodules #826

Merged
merged 1 commit into from
Jul 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions etc/desitarget.module
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ setenv [string toupper $product] $PRODUCT_DIR
#
setenv TARG_DIR $env(DESI_ROOT)/target/catalogs
setenv MTL_DIR $env(DESI_ROOT)/target/surveyops/mtl
setenv DUST_DIR $env(DESI_ROOT)/external/dust/v0_1
setenv CMX_DIR $env(DESI_ROOT)/target/cmx_files
setenv SCND_DIR $env(DESI_ROOT)/target/secondary
setenv MASK_DIR $env(DESI_ROOT)/target/masks
Expand All @@ -87,6 +86,4 @@ setenv URAT_DIR $env(DESI_ROOT)/target/urat_dr1
setenv TYCHO_DIR $env(DESI_ROOT)/target/tycho_dr2
setenv TOO_DIR $env(DESI_ROOT)/target/ToO
setenv ZCAT_DIR $env(DESI_ROOT)/spectro/redux/daily
setenv QN_MODEL_FILE $env(DESI_ROOT)/target/catalogs/lya/qn_models/qn_train_coadd_indtrain_0_0_boss10.h5
setenv SQ_MODEL_FILE $env(DESI_ROOT)/target/catalogs/lya/sq_models/BOSS_train_64plates_model.json
setenv SKYBRICKS_DIR $env(DESI_ROOT)/target/skybricks/v3
Loading