longest_contiguous_chunk# elk.stats.longest_contiguous_chunk(times, largest_gap_allowed=0.25)[source]# Create a mask for the largest contiguous chunk of observations Parameters timesndarrayArray of times at which observations were taken largest_gap_allowedfloat, optionalLargest gap in the data which is allowed in a chunk (in days), by default 0.25 Returns chunk_maskndarrayBoolean mask on observations in the largest chunk