Skip to content

Commit

Permalink
remove exclude from hwtables
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverba137 committed Sep 20, 2024
1 parent bf26b40 commit 1200376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/desi_tucson_transfer_catchup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ for d in engineering/focalplane engineering/focalplane/hwtables \
spectro/nightwatch/kpno spectro/staging/lost+found; do
case ${d} in
engineering/focalplane) priority='nice'; exclude='--exclude archive --exclude hwtables --exclude *.ipynb --exclude .ipynb_checkpoints' ;;
engineering/focalplane/hwtables) priority='nice'; exclude='--include *.csv --exclude *' ;;
# engineering/focalplane/hwtables) priority='nice'; exclude='--include *.csv --exclude *' ;;
spectro/data) priority=''; exclude='--exclude 2018* --exclude 2019* --exclude 2020* --exclude 2021* --exclude 2022* --exclude 2023*' ;;
spectro/nightwatch/kpno) priority='nice'; exclude='--exclude 2021* --exclude 2022* --exclude 2023*' ;;
spectro/redux/daily) priority=''; exclude='--exclude *.tmp --exclude attic --exclude exposures --exclude preproc --exclude temp --exclude tiles' ;;
Expand Down
2 changes: 1 addition & 1 deletion py/desitransfer/tucson.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

includes = {'engineering/focalplane': ["--exclude", "archive", "--exclude", "hwtables",
"--exclude", ".ipynb_checkpoints", "--exclude", "*.ipynb"],
'engineering/focalplane/hwtables': ["--include", "*.csv", "--exclude", "*"],
# 'engineering/focalplane/hwtables': ["--include", "*.csv", "--exclude", "*"],
'spectro/desi_spectro_calib': ["--exclude", ".svn"],
'spectro/data': exclude_years(2018),
'spectro/nightwatch/kpno': exclude_years(2021),
Expand Down

0 comments on commit 1200376

Please sign in to comment.