-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove nonexistent TEROS 3 and 4 at PTR-W #225
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you edited PTR UP instead of W here?
pipeline/metadata/design_table.csv
Outdated
@@ -48,11 +48,14 @@ Compass_PTR_UP_313,TerosTableA,PB,PTR,UP,TEROS12,,,,,, | |||
Compass_PTR_UP_313,TerosTableA,Format,PTR,UP,TEROS12,,,,,, | |||
Compass_PTR_UP_313,TerosTableA,Statname,PTR,UP,TEROS12,,,,,, | |||
Compass_PTR_UP_313,TerosTableA,BattV_Avg,PTR,UP,TEROS12,A,,,,battery_voltage, | |||
Compass_PTR_UP_313,TerosTableA,"TerosA({1:4},1)",PTR,UP,TEROS12,A,{1:4},,,soil_vwc_10cm, | |||
Compass_PTR_UP_313,TerosTableA,"TerosA({1:2},1)",PTR,UP,TEROS12,A,{1:2},,,soil_vwc_10cm, | |||
Compass_PTR_UP_313,TerosTableA,"TerosA({3:4},1)",PTR,UP,TEROS12,A,{3:4},,,, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These should be at PTR W and not UP
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh crap 😬 thank you
pipeline/metadata/design_table.csv
Outdated
Compass_PTR_UP_313,TerosTableA,"TerosA({5:6},1)",PTR,UP,TEROS12,A,{5:6},,,soil_vwc_30cm, | ||
Compass_PTR_UP_313,TerosTableA,"TerosA({1:4},2)",PTR,UP,TEROS12,A,{1:4},,,soil_temp_10cm, | ||
Compass_PTR_UP_313,TerosTableA,"TerosA({1:2},2)",PTR,UP,TEROS12,A,{1:2},,,soil_temp_10cm, | ||
Compass_PTR_UP_313,TerosTableA,"TerosA({3:4},2)",PTR,UP,TEROS12,A,{3:4},,,soil_temp_10cm, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This extra row necessary re: above?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No idea where my head was when I made these changes, sorry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the post-holiday fog!!
This reverts commit 9b1b9ca.
Fixed I hope 🤞 -- thanks for your careful check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Thanks for working on this
Closes #210