TESTgroup-BNL / NGSapFlux_r

An R package for working with and processing sap flux generated using the BNL TEST group NGSapFlux sensor package
GNU General Public License v3.0
0 stars 0 forks source link

sanity_check_fine is added new cols that arent documented #4

Closed serbinsh closed 1 year ago

serbinsh commented 1 year ago

I noticed that sanity_check_fine is adding new columns to the data that in some cases dont have a column name or are not documented. its possible that we just need to do a little more cleaning of the dataframes before returning them to only keep the variables/outputs we need for the next step(s)

serbinsh commented 1 year ago

I was wrong, looks like load_data is adding additional unlabeled/documented columns to the right-hand side of the files? For example Screen Shot 2023-03-15 at 4 55 55 PM

note there is a column with -1 that isnt labled and I dont know if we need any of the other new cols

serbinsh commented 1 year ago

What is " names(X)[2] <- "prop""? Proportion of what? or the number of obs in the aggregation on line 61? Not very clear what this is for

serbinsh commented 1 year ago

I fixed this in my recent updates but continue the thread here: https://github.com/TESTgroup-BNL/NGSapFlux_r/issues/5