This is multi-parted and can be tackled at once. Add methods to:
- Check if there are significant data gaps (if dt > ~2x the mean value or something)
- Check if data exist across an entire time span (make sure data cover entire startTime -> endTime)
Will need to be in ModIndices & accessible to external models.
Perhaps add start/end times to ModIndices so these are automatically checked when initializing? Then have a call to check everything and if that was not done, warn on first retrieval if the time is not complete,
This is multi-parted and can be tackled at once. Add methods to:
Will need to be in ModIndices & accessible to external models.
Perhaps add start/end times to ModIndices so these are automatically checked when initializing? Then have a call to check everything and if that was not done, warn on first retrieval if the time is not complete,