sandialabs/MATLAB_PV_LIB

pvl_detect_clear_times : slope assumes 1 minute data, condition 5 is incorrect

Opened this issue · 0 comments

For equally-spaced data, the slope of GHI assumes 1 minute spacing.

Condition 5 is implemented as a difference between two maxima, where it should be the maximum of the absolute value of a difference.

See Issue at pvlib-python #505