Skip to content

Commit

Permalink
update default FASTSPECFIT_TEMPLATES environment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
moustakas committed Aug 11, 2022
1 parent 20b7580 commit b72c050
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/CKC2fits
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import numpy as np
from scipy import constants
C_LIGHT = constants.c / 1000.0 # [km/s]

ssppath = '/global/cfs/cdirs/desi/science/gqp/templates/SSP-CKC14z'
ssppath = '/global/cfs/cdirs/desi/external/templates/SSP-CKC14z'
version = 'v1.1'

def _CKC2fits(metallicity='Z0.0190'):
Expand Down
2 changes: 1 addition & 1 deletion bin/fastspecfit-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ elif [[ $1 == "env" ]]; then

export DESI_ROOT='/global/cfs/cdirs/desi'
export DUST_DIR='/global/cfs/cdirs/cosmo/data/dust/v0_1'
export FASTSPECFIT_TEMPLATES='/global/cfs/cdirs/desi/science/gqp/templates/SSP-CKC14z'
export FASTSPECFIT_TEMPLATES='/global/cfs/cdirs/desi/external/templates/SSP-CKC14z'

export OMP_NUM_THREADS=1
export MKL_NUM_THREADS=1
Expand Down
2 changes: 1 addition & 1 deletion bin/mpi-fastspecfit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ outdir_html=/global/cfs/cdirs/desi/users/ioannis/fastspecfit

export DESI_ROOT='/global/cfs/cdirs/desi'
export DUST_DIR='/global/cfs/cdirs/cosmo/data/dust/v0_1'
export FASTSPECFIT_TEMPLATES='/global/cfs/cdirs/desi/science/gqp/templates/SSP-CKC14z'
export FASTSPECFIT_TEMPLATES='/global/cfs/cdirs/desi/external/templates/SSP-CKC14z'

export TMPCACHE=$(mktemp -d)
export MPLCONFIGDIR=$TMPCACHE/matplotlib
Expand Down
2 changes: 1 addition & 1 deletion etc/jupyter-kernel-docker.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"REALHOME": "${HOME}",
"DESI_ROOT": "/global/cfs/cdirs/desi",
"DUST_DIR": "/global/cfs/cdirs/cosmo/data/dust/v0_1",
"FASTSPECFIT_TEMPLATES": "/global/cfs/cdirs/desi/science/gqp/templates/SSP-CKC14z"
"FASTSPECFIT_TEMPLATES": "/global/cfs/cdirs/desi/external/templates/SSP-CKC14z"
},
"argv": [
"shifter",
Expand Down

0 comments on commit b72c050

Please sign in to comment.