Skip to content

Commit

Permalink
Updated instruments in testing files
Browse files Browse the repository at this point in the history
  • Loading branch information
rcboufleur committed Oct 25, 2024
1 parent 7f80094 commit e4ce479
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/efd_transform/run_transform_efd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Real-time mode proccess 5 minuts of data
python python/lsst/consdb/efd_transform/transform_efd.py \
-i LATISS \
-r s3://rubin-summit-users/butler.yaml \
-r /repo/embargo_old \
-d sqlite:///$PWD/tests/efd_transform/LATISS.db \
-E usdf_efd \
-c python/lsst/consdb/efd_transform/config_LATISS.yml \
Expand All @@ -14,8 +14,8 @@ python python/lsst/consdb/efd_transform/transform_efd.py \


python python/lsst/consdb/efd_transform/transform_efd.py \
-i LATISS \
-r s3://rubin-summit-users/butler.yaml \
-i LSSTComCam \
-r /repo/embargo_new \
-d sqlite:///$PWD/tests/efd_transform/LSSTComCam.db \
-E usdf_efd \
-c python/lsst/consdb/efd_transform/config_LSSTComCam.yml \
Expand All @@ -25,8 +25,8 @@ python python/lsst/consdb/efd_transform/transform_efd.py \


python python/lsst/consdb/efd_transform/transform_efd.py \
-i LATISS \
-r s3://rubin-summit-users/butler.yaml \
-i LSSTComCamSim \
-r /repo/embargo_new \
-d sqlite:///$PWD/tests/efd_transform/LSSTComCamSim.db \
-E usdf_efd \
-c python/lsst/consdb/efd_transform/config_LSSTComCamSim.yml \
Expand Down

0 comments on commit e4ce479

Please sign in to comment.