correct Readme

This commit is contained in:
Danila Gamkov 2025-04-24 19:23:38 +03:00
parent aa98cf7b3a
commit 32a9f2d5aa

View File

@ -82,7 +82,12 @@ If you want to parse astor data in specified directory, run program asotr_csv di
cd <PATH_TO_ASOTR_CSV>/target/release/
./asotr_csv -d <PATH_TO_ASOTR_DATA>
```
3. csv data in directory:
Or if you want to parse all raw data from ASOTR into csv files and plot csv data you might use shell script:
```
cd <PATH_TO_ASOTR_CSV>
./asotr_all_unzip_auto.sh
```
csv data will be in directory:
\<PATH_TO_ASOTR_CSV\>/data/
### Plot csv data in Python