Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • It was modified to accept the Temporal Quality ‘ETMP’ variable (line 180, 181 of the function)
  • The function will throw an error instead of a warning if the number of sites is less than the threshold (line 195).
  • The function creates a vector Flag of zeroes nines (missing data) to be able to store flags after QC processing. (line 107)
  • The value in the vector Flag is replaced by 4 where the number of site is less than MINSITES or the number of radials is less than MINRAD (line 309 to 311). 
  • Else, the value in the vector Flag is 1 if U,V are not NaN, otherwise, the Flag is 9 (missing data).

Same as the radial QC functions, some information for ‘book keeping’ are saved. For this function some parameters (such as MINSITES and MINRAD thresholds, time stamp and other input parameters) are saved in the ‘OtherMetadata’ section in the total MATLAB structure, and a processing step with the name of the function is added to the ‘ProcessingSteps’ cell array.

...