Skip to content

Commit

Permalink
Updates to cronjob
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Jan 28, 2025
1 parent 6847b7c commit 054420f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/cronjob.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,21 @@ SDSS_ID_DIFFS_PATH=/uufs/chpc.utah.edu/common/home/sdss50/sdsswork/sandbox/sdss_

TOO_TARGET_FILES=/uufs/chpc.utah.edu/common/home/sdss50/sdsswork/mos/too/targets

export RS_VERSION=theta-1

export TOO_DBUSER=sdss
export TOO_DBHOST=operations.sdss.org
export TOO_DBNAME=sdss5db

export BN_HEALPIX=/uufs/chpc.utah.edu/common/home/sdss50/sdsswork/target/bn_healpix

DATE=`date "+%Y-%m-%d"`

cd /uufs/chpc.utah.edu/common/home/sdssunit/software/github/sdss/too
source .venv/bin/activate

module load sdsscore/main
module load fps_calibrations

too process --ignore-invalid --cross-match --run-carton -v $TOO_TARGET_FILES

Expand Down

0 comments on commit 054420f

Please sign in to comment.