Closed heavelock closed 5 years ago
This is not expected. With those options I would expect a single record is in the day-file before the selected range (because the data starts in the earlier day but contains data from the selected range).
Can you send me the input data for the first command?
Thanks for the test data.
Now I see that this is the expected behavior given the data. The issue is that the selected time range includes the first moment of the end day (e.g. 2019,183 includes 2019,183,0,0,0.000); the times are always inclusive. The data you are using has a sample exactly at the end of the beginning of the day.
You can work around this by specifying the end time as the last sample in the desired day, e.g.:
-te 2019,183,23,59,59.999999
Okay! Thanks for help!
Hi! Another question/bug. I want to load 1 hour long output seeds from digitizer and convert them to a 24h long SDS file on a daily basis. In order to do that I load several files with that command:
I would expect to get in return one file between midnight of 2019.183 and 2019.184. In result I get two files, for both days.
Output log confirms that those 512 bytes comes from the day 2019.184
Similar thing happens when I extend ts and te parameters to few days.
If I specify times with hour, minute and seconds it behaves the same.
Is that expected behaviour or a bug?