sapfluxnet / sapfluxnetQC1

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

Improve efficiency in the gap checks of the QC process #25

Closed MalditoBarbudo closed 8 years ago

MalditoBarbudo commented 8 years ago

qc_mind_the_gap is the efficiency "bottle neck" of the QC process as it is the most time-consuming step. It is performed two times, one for obtain the gap info and another one for plotting the gaps for visualization. This is very inefficient.

TO DO: Modify vis_gap_lines function to use the result of qc_mind_the_gap instead of executing it inside the function. This will reduce in about 25% the time spent in the QC process.

MalditoBarbudo commented 8 years ago

Fixed in devel branch