find_STATS_bin_block_times

Data_Reduction.DSN.STATS.find_STATS_bin_block_times(ses_date, year, month, day, DOY)

Gets the recording start and stop times from a binary STATS file.

This looks for recording gaps in the binary data files, that is, for discontinuities in record ‘start_sec’. It writes the start and stop time pairs to a file called ‘recording_times.STATS-bin’ in the current data directory. This one is very slow. It’s faster to examine the STATS log files - see ‘find_STATS_log_block_times’.

:param ses_datestring

Date of observations as ‘YYYY-MM-DD’

:param yearint

Year of observation

:param monthint

Month of observation

:param dayint

Day of the month

:param DOYint

Day of year

Returns

None