From 12003761435786bceedc224e3e42ad37039157a5 Mon Sep 17 00:00:00 2001 From: Benjamin Alan Weaver Date: Fri, 20 Sep 2024 11:27:48 -0700 Subject: [PATCH] remove exclude from hwtables --- bin/desi_tucson_transfer_catchup.sh | 2 +- py/desitransfer/tucson.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/desi_tucson_transfer_catchup.sh b/bin/desi_tucson_transfer_catchup.sh index d474c3f..cab1499 100755 --- a/bin/desi_tucson_transfer_catchup.sh +++ b/bin/desi_tucson_transfer_catchup.sh @@ -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' ;; diff --git a/py/desitransfer/tucson.py b/py/desitransfer/tucson.py index 13141e1..1f5e999 100644 --- a/py/desitransfer/tucson.py +++ b/py/desitransfer/tucson.py @@ -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),