Skip to content

Commit

Permalink
Merge pull request #126 from francois-drielsma/me
Browse files Browse the repository at this point in the history
Pull request for release v2.8
  • Loading branch information
francois-drielsma authored Apr 27, 2023
2 parents fe098d3 + 98e56af commit d151a7a
Show file tree
Hide file tree
Showing 255 changed files with 11,885 additions and 6,566 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# typical files made in repo
log*
!logger.py
weights*
*.txt
*.csv
*.root
*.rst
*.hdf5
*.h5
*.ipynb
Expand Down
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,22 +101,15 @@ print(df.columns.values)
```

### Recording network output or running analysis
The `post_processing` configuration block allows you to run scripts on input data and/or network outputs.
It also supports storing your scripts output in a CSV file for offline analysis.

```yaml
post_processing:
script_compute_something:
parameter1: True
```
See the [postprocessing](./mlreco/post_processing/README.md) instructions for more information.
We use [LArTPC MLReco3D Analysis Tools](./analysis/README.md) for all inference and high-level analysis related work.

## Repository Structure
* `bin` contains very simple scripts that run the training/inference functions.
* `config` has various example configuration files.
* `docs` Documentation (in progress)
* `mlreco` the main code lives there!
* `test` some testing using Pytest
* `analysis`: [LArTPC MLReco3D Analysis Tools](./analysis/README.md), a pure python interface for inference, high-level analysis, and visualization using the full chain.

Please consult the README of each folder respectively for more information.

Expand Down
570 changes: 570 additions & 0 deletions analysis/README.md

Large diffs are not rendered by default.

164 changes: 0 additions & 164 deletions analysis/algorithms/point_matching.py

This file was deleted.

9 changes: 0 additions & 9 deletions analysis/algorithms/selections/__init__.py

This file was deleted.

Loading

0 comments on commit d151a7a

Please sign in to comment.