Skip to content

Commit

Permalink
partial
Browse files Browse the repository at this point in the history
  • Loading branch information
Glauber Verde committed Apr 30, 2024
1 parent 908785e commit ab90afb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
11 changes: 11 additions & 0 deletions python/lsst/consdb/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
topics:
- name: lsst.sal.Some_topic
fields: [ "field1", "field2" ]
index: 103 # optional
function: mean
# other optional information
- name: lsst.sal.Some_other_topic
fields: [ "field3" ]
function: whatever
exposure_table: exposure
visit_table: visit
Empty file removed python/lsst/consdb/test.yaml
Empty file.
3 changes: 3 additions & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
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

0 comments on commit ab90afb

Please sign in to comment.