Clear Time Labeling#

Clear Time Labeling Module

This module contains a function to find time periods in a data matrix that correspond to clear sky output.

solardatatools.clear_time_labeling.find_clear_times(measured_matrix, clear_matrix, capacity_estimate, th_relative_power=0.1, th_relative_smoothness=0.05, min_length=3)#