Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,25 @@ conda activate rreloc
pip install -r requirements.txt
```

## Running the Julia relocation script

The relocation routine itself is implemented in Julia using the
`GrowClust3D.jl` package. You will need a working Julia installation
and the package available in your Julia environment. A typical setup
looks like:

```bash
# install Julia packages (from the Julia REPL)
import Pkg; Pkg.add("GrowClust3D")

# run GrowClust with the provided control file
julia scripts/run_growclust3D.jl dawson.nllgrid3D.inp
```

Edit the `dawson.nllgrid3D.inp` control file or supply your own path if
needed. When running batch relocations `scripts/run_relocation.sh`
will execute the above command for each cluster directory.

## License

This project is licensed under the terms of the MIT License. See [LICENSE](LICENSE) for details.