fix readme
This commit is contained in:
parent
b44fc029fc
commit
65c5634372
@ -96,8 +96,8 @@ asotr02_data_P.csv - ASOTR2 power data in channels 1-6 (in %)
|
|||||||
asotr02_data_TSET.csv - ASOTR2 temperature sets in channels 1-6 (in Celsius)
|
asotr02_data_TSET.csv - ASOTR2 temperature sets in channels 1-6 (in Celsius)
|
||||||
|
|
||||||
**file data csv fromat:**
|
**file data csv fromat:**
|
||||||
column 1: Unix timestamp in seconds
|
column 1: Unix timestamp in seconds
|
||||||
column 2: timestamp (data and time)
|
column 2: timestamp (data and time)
|
||||||
columns 3-8 - data from control channels (power, temperature or temperature set)
|
columns 3-8 - data from control channels (power, temperature or temperature set)
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,5 +7,5 @@ then
|
|||||||
echo "example 1: $0 ./20250120-000"
|
echo "example 1: $0 ./20250120-000"
|
||||||
else
|
else
|
||||||
path_=$1
|
path_=$1
|
||||||
tar -xvzf ${path_}/data/asotr.tar.gz -C ${path_}/data
|
tar -xzf ${path_}/data/asotr.tar.gz -C ${path_}/data
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user