mirror of
https://github.com/pim-n/pg-rad
synced 2026-06-17 15:59:35 +02:00
update docs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
## Installation
|
||||
|
||||
See the [installation guide](installation.md).
|
||||
See the [Installation Guide](installation.md).
|
||||
|
||||
## Test your installation
|
||||
|
||||
@ -35,6 +35,20 @@ INFO: Landscape built successfully: Example landscape
|
||||
WARNING: No output produced. Use --save flag to save outputs and/or --showplots to display interactive plots.
|
||||
```
|
||||
|
||||
Running
|
||||
|
||||
```
|
||||
pgrad --example --show
|
||||
```
|
||||
|
||||
should produce visual output. Running
|
||||
|
||||
```
|
||||
pgrad --example --save
|
||||
```
|
||||
|
||||
should create a new directory in whatever directory you ran `pgrad`, which contains the saved outputs.
|
||||
|
||||
## Running PG-RAD
|
||||
|
||||
In order to use the CLI for your own simulations, you need to provide a *config file*. To run with your config, run
|
||||
@ -185,4 +199,4 @@ The easiest way to get started is to take one of these example configs, and adju
|
||||
position: [0, 0, 0]
|
||||
|
||||
detector: dummy
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user