Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
henry-wallace-phys authored Feb 13, 2025
1 parent 21117c6 commit f0799a9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,11 @@ pip install [-e] .
### Initialisation
The interface is initialised with
```bash
shifter-view [-d/--input-directory path/to/files] [-o/--output-directory /path/to/output] [-c/--interface_config interface configuration]
shifter-view
```
optionally the following flags exist for custom paths:
```
[-d/--input-directory path/to/files] [-o/--output-directory /path/to/output] [-c/--interface_config interface configuration]
```
By default, the input directory points to `DUNEDAQ_DB_PATH`, the output directory the current working directory, and the interface config is https://github.com/DUNE-DAQ/cider/blob/develop/src/cider/configuration/np02_configuration.yml. This configuration is used to define trigger and detector subsystems.

Expand Down

0 comments on commit f0799a9

Please sign in to comment.