-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Start date and end date parameters are now optional with default valu…
…e based on now - deltatime.
- Loading branch information
1 parent
c9e5d09
commit 076ea14
Showing
4 changed files
with
54 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
# Example of command used to execute transform_efd | ||
# Considering the command is being executed at the root of the consdb repository | ||
|
||
python python/lsst/consdb/efd_transform/transform_efd.py \ | ||
-i LATISS \ | ||
-s 2024-04-24T23:00:00 \ | ||
-e 2024-04-25T00:00:00 \ | ||
-r /repo/embargo \ | ||
-r s3://rubin-summit-users/butler.yaml \ | ||
-d sqlite:///$PWD/tests/efd_transform/test.db \ | ||
-E usdf_efd \ | ||
-c python/lsst/consdb/efd_transform/config_LATISS.yaml \ | ||
-t 60 \ | ||
-l $PWD/tmp/transform.log | ||
|
||
# python python/lsst/consdb/efd_transform/transform_efd.py \ | ||
# -i LATISS \ | ||
# -s 2024-04-24T23:00:00 \ | ||
# -e 2024-04-25T00:00:00 \ | ||
# -r s3://rubin-summit-users/butler.yaml \ | ||
# -d sqlite:///$PWD/tests/efd_transform/test.db \ | ||
# -E usdf_efd \ | ||
# -c python/lsst/consdb/efd_transform/config_LATISS.yaml \ | ||
# -l $PWD/tmp/transform.log |
Binary file not shown.