Add statements to README

This commit is contained in:
Guilhem Lavaux 2024-04-05 11:58:48 +02:00
parent be1707f857
commit c75d8187e8

View File

@ -27,10 +27,11 @@ pip install -e .
## Usage
The command is `m2m.py` in your `$PATH` after installation.
The command is `m2m` in your `$PATH` after installation.
Take a look at the examples in `scripts/*.slurm`.
For all command line options look at `map2map/args.py` or do `m2m.py -h`.
For all command line options look at the `map2map/*args.yaml` or do `m2m --help`, and `m2m train --help` or `m2m test --help`.
Another tool is the map cropper. It can take a single 3d field from a simulation and make little tiles extracted randomly from the main simulation. The training dataset is then saved in the target directory with the proper format for m2m.
### Data