correct readme

This commit is contained in:
Danila Gamkov 2025-01-23 13:32:20 +03:00
parent 69b7fe0946
commit 1364ca85aa

View File

@ -30,8 +30,7 @@ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh
``` ```
Installation on Windows: Installation on Windows:
go to address https://www.rust-lang.org/tools/install and follow instructions Go to address https://www.rust-lang.org/tools/install and follow instructions
For more detailed information you can go to: https://doc.rust-lang.ru/book/ch01-01-installation.html For more detailed information you can go to: https://doc.rust-lang.ru/book/ch01-01-installation.html
4. Compile project with Rust: 4. Compile project with Rust:
@ -69,8 +68,9 @@ cd <PATH_TO_ASOTR_DATA>
./asotr_parse.sh ./asotr_parse.sh
csv data are ready to use in directory: csv data are ready to use in directory:
<PATH_TO_ASOTR_DATA>/20241231-001/data PATH_TO_ASOTR_DATA/20241231-001/data
file descriptions:
**File descriptions:**
asotr1_T.csv - ASOTR1 temperature data in channels 1-6 (in Celsius) asotr1_T.csv - ASOTR1 temperature data in channels 1-6 (in Celsius)
asotr1_P.csv - ASOTR1 power data in channels 1-6 (in %) asotr1_P.csv - ASOTR1 power data in channels 1-6 (in %)
asotr1_TSET.csv - ASOTR1 temperature sets in channels 1-6 (in Celsius) asotr1_TSET.csv - ASOTR1 temperature sets in channels 1-6 (in Celsius)
@ -78,7 +78,7 @@ asotr2_T.csv - ASOTR2 temperature data in channels 1-6 (in Celsius)
asotr2_P.csv - ASOTR2 power data in channels 1-6 (in %) asotr2_P.csv - ASOTR2 power data in channels 1-6 (in %)
asotr2_TSET.csv - ASOTR2 temperature sets in channels 1-6 (in Celsius) asotr2_TSET.csv - ASOTR2 temperature sets in channels 1-6 (in Celsius)
file data fromat: **file data fromat:**
column 1: Unix timestamp column 1: Unix timestamp
column 2: date column 2: date
column 3: time column 3: time