From 65c5634372db52428668c56f375e3ed1877efd4a Mon Sep 17 00:00:00 2001 From: Danila Gamkov Date: Fri, 31 Jan 2025 15:06:08 +0300 Subject: [PATCH] fix readme --- README.markdown | 4 ++-- asotr_unzip.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 97065ed..45d753d 100644 --- a/README.markdown +++ b/README.markdown @@ -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) **file data csv fromat:** -column 1: Unix timestamp in seconds -column 2: timestamp (data and time) +column 1: Unix timestamp in seconds +column 2: timestamp (data and time) columns 3-8 - data from control channels (power, temperature or temperature set) diff --git a/asotr_unzip.sh b/asotr_unzip.sh index 8a7f253..d08f373 100755 --- a/asotr_unzip.sh +++ b/asotr_unzip.sh @@ -7,5 +7,5 @@ then echo "example 1: $0 ./20250120-000" else path_=$1 - tar -xvzf ${path_}/data/asotr.tar.gz -C ${path_}/data + tar -xzf ${path_}/data/asotr.tar.gz -C ${path_}/data fi