correct Readme

This commit is contained in:
2025-10-30 16:16:31 +03:00
parent fcb3a38441
commit 8ac5c10f05
2 changed files with 2 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ Just follow the instructions:
4. in `docker-compose.yml` file replace the following string:
`/home/danila/Danila/work/MVN/flight/data:/mnt/raw_mvn_data`
with:
`\<PATH_TO_ASOTR_DATA\>` (see `Requirements`)
`<PATH_TO_ASOTR_DATA>:/mnt/raw_mvn_data` (see `Requirements`)
5. compose and run docker image (in `wsl` if you use Windows):
```bash
@@ -94,7 +94,7 @@ docker compose run --rm asotr_cronjob
or using crontab (parse all ASOTR raw data every 2 hours):
```bash
crontab -e
0 */2 * * * cd \<PATH_TO_MVN_FLIGHT\> && docker compose run --rm asotr_cronjob
0 */2 * * * cd <PATH_TO_MVN_FLIGHT> && docker compose run --rm asotr_cronjob
```
csv files with ASOTR data: in directory:
@@ -102,10 +102,6 @@ csv files with ASOTR data: in directory:
### Plot ASOTR data in specified date borders (for MVN reports)
1-2. See previous chapter (``Plot all ASOTR data``)
3. plot ASOTR data in specified data borders
```bash
cd \<PATH_TO_MVN_FLIGHT\>
docker exec -it asotr_container bash

1
file
View File

@@ -1 +0,0 @@
docker run -it -v /home/danila/Danila/work/MVN/Soft/PID/python/data/asotr:/app/data/asotr -v /home/danila/Danila/work/MVN/Soft/PID/python/plots:/app/plots -v /home/danila/Danila/work/MVN/flight/data:/mnt/host_data asotr:latest bash