WIP: prepare fast mseed to connect with SOHView
Provide ways for sending requirements of time, channel, gaps, stream to RecordReader to get the needed info from files given.
The current method of calculation gaps/overlaps is based on the assumption that all files are read in order of recording time. Merge record in a file, separate to traces when there is gap/overlap over 10, add gap/overlap if > gap_minimum
Change in DB to make the plot bigger and detect data stream in a new way:
UPDATE Channels set channel='SEISMIC' WHERE dataType='RT130' and param='Seismic data';
UPDATE Parameters set height=8 WHERE param='Seismic data';
Testing all data. For the one with many data set, only test the first data set. will wait for the one that allow to re-select data set to test all data set.
- all q330: for B44 need to go inside folder to select data folder; should tell user about this.
- all centaur: for Centaur_Data Test.nan expect long time for reading each file
- all pegasus: PegasusData_LittleEndian: no channel found for the data set (this has been fixed in 137, should test when merge master). KCT06 expect long time for reading waveform files.
- all rt130: for testCF some errors on some files. A195: some errors on some files. 9BB3_D2.cf has error on one file. 2011028.9AFA: has some errors on some files. 2013326.9E4A some errors on some files; disk usage say 2 on the right but see no data. 92E9 has 7215 files: takes long time to read.
=> retest rt130 files with problem above using new code:
- 9BB3_D2 don't have error anymore but Disk Usage 2 looks like there is an overlap;
- 2011028.9AFA: don't have error anymore
- 2013326.9E4A: don't have error on reading, but found issue #127 (closed), #128 (closed)
Edited by Lan Dam