Skip to content

Commit

Permalink
add GFA sync
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Mar 26, 2024
1 parent 15cf57b commit 6aee3bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/desi_utah_transfer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@ shift $((OPTIND - 1))
for d in spectro/redux/daily spectro/redux/daily/calibnight \
spectro/redux/daily/exposure_tables spectro/redux/daily/exposures \
spectro/redux/daily/preproc spectro/redux/daily/processing_tables \
spectro/redux/daily/tiles/archive spectro/redux/daily/tiles/cumulative; do
spectro/redux/daily/tiles/archive \
# spectro/redux/daily/tiles/cumulative \
survey/GFA; do
case ${d} in
spectro/redux/daily) priority='nice'; exclude="--include-from ${DESITRANSFER}/py/desitransfer/data/desi_utah_daily.txt --exclude *" ;;
spectro/redux/daily/calibnight) priority='nice'; exclude='--include 202403?? --include *.fits --include *.fits.gz --include *.csv --include tmp --include old --exclude *' ;;
Expand Down

0 comments on commit 6aee3bd

Please sign in to comment.