Estimate twilight times from light data
twilight_estimation.Rd#' This function estimates twilight times (sunrise and sunset) from light data using the twilightCalc_bugfree function.
It also provides an option to visualize the filtering process through plots.
Arguments
- light_data
A dataframe containing light data with columns 'dtime' (datetime) and 'lux' (light intensity).
- light_data_calibration
A list containing calibration parameters, including 'light_threshold' and 'logger_model'.
- show_filter_plots
A logical value indicating whether to display plots of the filtering process. Default is FALSE.