Sfoglia il codice sorgente

Readme update 'run 2D'

vogdb 4 anni fa
parent
commit
72e2dc5ad3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      README.md

+ 2 - 2
README.md

@@ -18,8 +18,8 @@ You need [Python](https://www.python.org/downloads/) of version 3.6 or higher. A
 
 #### 2D case
 - Adjust params as you need in `params_0d.py` and `params_2d.py`. 
-- Execute `python model_2d_full.py`. It gives 3 files as the result in `results` dir. These files have names: `<YYYY-mm-dd_HH.MM>_plain.npz`, `<YYYY-mm-dd_HH.MM>_points.npz`, `<YYYY-mm-dd_HH.MM>_params.yml` correspondingly, where `<YYYY-mm-dd_HH.MM>` is the date/time when your execution ended.
-- To display results execute `python -d results/<YYYY-mm-dd_HH.MM>`.
+- Execute `python epileptor/model_2d_full.py`. It gives 3 files as the result in `results` dir. These files have names: `<YYYY-mm-dd_HH.MM>_plain.npz`, `<YYYY-mm-dd_HH.MM>_points.npz`, `<YYYY-mm-dd_HH.MM>_params.yml` correspondingly, where `<YYYY-mm-dd_HH.MM>` is the date/time when your execution ended.
+- To display results execute `python -d results/<YYYY-mm-dd_HH.MM> epileptor/display_2D.py`.
 - Look up the display results in `media` directory. They all have `<YYYY-mm-dd_HH.MM>` part in common.
 
 **Example**