-
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.
Fixed connection and queries in Butler for exposures and visits. Adde…
…d prints for debug. now run.sh script is working until topic query.
- Loading branch information
1 parent
ab90afb
commit edab709
Showing
4 changed files
with
99 additions
and
69 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
topics: | ||
- name: lsst.sal.WeatherForecast.dailyTrend | ||
fields: [ "private_efdStamp", "temperatureMax"] | ||
index: 103 # optional | ||
window: 0.0 # optional (sec) | ||
function: mean | ||
# other optional information | ||
# - name: lsst.sal.Some_other_topic | ||
# fields: [ "field3" ] | ||
# function: whatever | ||
exposure_table: exposure | ||
visit_table: visit |
This file was deleted.
Oops, something went wrong.
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,3 +1 @@ | ||
export DAF_BUTLER_REPOSITORY_INDEX=/sdf/group/rubin/shared/data-repos.yaml | ||
|
||
python python/lsst/consdb/transform_efd.py -i LATISS -s 2024-01-01T4:00:00 -e 2024-01-05T05:00:00 -r /repo/embargo -d sqlite://test.db -E usdf_efd -c config.yaml | ||
python python/lsst/consdb/transform_efd.py -i LATISS -s 2024-04-25T00:00:00 -e 2024-04-30T23:59:59 -r /repo/embargo -d sqlite://$PWD/.tmp/test.db -E usdf_efd -c $PWD/.tmp/config.yaml |