sapfluxnet / sapfluxnetQC1

R package with functions related to sapfluxnet project
6 stars 0 forks source link

BRA_CAX bug #43

Closed vflo closed 6 years ago

vflo commented 6 years ago

Process of BRA_CAX generates two main bugs:

  1. repeated solarTIMESTAMPS
  2. Dont generate sfn_data objects when no sapwood metadata is present
MalditoBarbudo commented 6 years ago
  1. repeated solarTIMESTAMPs

This is due to repeated TIMESTAMPs in the original environmental data. But is a hideous one, TIMESTAMPs of environmental data are repeated but with 0.0004 seconds delay, so they not appear in the QC1 tests as repeated. There is no solution from the sapfluxnetQC1 point of view, as the data set must be resetted to origin, fixed in the template and resubmitted.

MalditoBarbudo commented 6 years ago
  1. Dont generate sfn_data objects when no sapwood metadata is present This is a bug in sapfluxnetQC1, as there was no contingency plan in the function algorithm to completly lack of sapwood metadata. Working on it to fix it as soon as possible.