|
1 | 1 | # legend-pygeom-l200
|
2 | 2 |
|
| 3 | +[](https://pypi.org/project/legend-pygeom-l200/) |
| 4 | + |
| 5 | +[](https://github.com/legend-exp/legend-pygeom-l200/actions) |
3 | 6 | [](https://github.com/pre-commit/pre-commit)
|
4 | 7 | [](https://github.com/psf/black)
|
| 8 | +[](https://app.codecov.io/gh/legend-exp/legend-pygeom-l200) |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | +[](https://legend-pygeom-l200.readthedocs.io) |
5 | 13 |
|
6 |
| -> [!WARNING] |
7 |
| -> |
8 |
| -> This is an early version of the LEGEND-200 geometry implemented with the |
9 |
| -> python-based simulation stack. It is not a drop-in replacement for MaGe, and |
10 |
| -> still under heavy development! |
11 |
| -
|
12 |
| -## Installation and usage |
13 |
| - |
14 |
| -This package requires a working setup of |
15 |
| -[`legend-metadata`](https://github.com/legend-exp/legend-metadata) before usage. |
16 |
| - |
17 |
| -Following a git checkout, the package and its other python dependencies can be |
18 |
| -installed with: |
| 14 | +This package implements the `legend-pygeom-l200` CLI utility to interact with |
| 15 | +the LEGEND-200 geometry. |
19 | 16 |
|
20 |
| -``` |
21 |
| -pip install -e . |
22 |
| -``` |
23 |
| - |
24 |
| -If you do not intend to edit the python code in this geometry package, you can |
25 |
| -omit the `-e` option. |
26 |
| - |
27 |
| -After installation, the CLI utility `legend-pygeom-l200` is provided on your |
28 |
| -PATH. This CLI utility is the primary way to interact with this package. For |
29 |
| -now, you can find usage docs by running `legend-pygeom-l200 -h`. |
| 17 | +> [!NOTE] |
| 18 | +> |
| 19 | +> For full functionality, this package requires a working setup of |
| 20 | +> [`legend-metadata`](https://github.com/legend-exp/legend-metadata) before |
| 21 | +> usage. |
0 commit comments