Skip to content

Commit afcf5e0

Browse files
author
James Vincent Mead
committed
Merge branch 'develop' of github.com:jvmead/ndlar_flow into develop
2 parents 311d557 + 9aa18d0 commit afcf5e0

File tree

59 files changed

+2286
-242
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+2286
-242
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: checkout h5flow
2727
run: |
2828
cd ..
29-
git clone https://github.com/peter-madigan/h5flow.git
29+
git clone https://github.com/DUNE/h5flow.git
3030
3131
- name: setup conda (mpi)
3232
uses: conda-incubator/setup-miniconda@v2

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,17 @@ To generate T0s and tracks, run::
194194
h5flow -c yamls/proto_nd_flow/workflows/combined/combined_reconstruction.yaml \
195195
-i <input file> -o <output file>
196196

197+
pedestal generator
198+
---------------------------
199+
200+
To generate channel-by-channel pedestals from a pedestal run .h5 file::
201+
h5flow -c yamls/proto_nd_flow/workflows/charge/generate_pedestals_workflow.yaml \
202+
-i <input file> -o <output file>
203+
204+
Make sure to update yamls/proto_nd_flow/reco/charge/GeneratePedestals.yaml to use the correct configuration for the pedestal run input file.
205+
This workflow will generate both and hdf5 file and json file with the channel-by-channel pedestals. The json file is currently required
206+
by the other charge workflows.
207+
197208
minimal staging
198209
---------------
199210

0 commit comments

Comments
 (0)