remove merge, index; retrieve gaps, overlap; plot gap;overlap with different color
- Read header to check for available data; start all data dict for the channel so that if even no data, the requested channels if available will still be plotted with empty lines; add header to the channel's stream to retrieve gap/overlap after all data are read.
- Read data of a file right after the file's trace headers are checked so the process of indexing and reading from index will be removed.
- All data (soh, mass pos, waveform) are treated in the same way, only distinguish sample rates >1 or <=1
- Modify squash gap to consider overlap. Plot overlaps in orange, gaps in red. Fix bugs off recalculate number of gaps when zoom in.
- Sorting all data by traces' start time.
- Remove obspy's merge which slow down performance and remove the overlaps in data. Instead, use np.hstack() to combine data. However, data will be split at overlaps to plot them separately to avoid graph going back and forth.
- Gather all final tasks to finalize_data() to serve in case of reading more than one folder.
Edited by Lan Dam
Merge request reports
Activity
Filter activity
added 10 commits
- 11b32be6 - data_type_model: add stream_header_by_key_chan, populate_cur_key_for_all_data
- 28aafa4a - handling_data.py: change stream_header_by_sta_chan to...
- 9a919c40 - remove starting new key for stream_header_by_key_chan() because it has been...
- aecb7c5d - mseed.py: change stream_header_by_sta_chan to stream_header_by_key_chan to use...
- ef2d57d9 - reftek: add all final tasks to finalize_data to help with reading more than...
- b0acbe13 - Give user warning when some waveform channels are selected but no direction...
- 236bcecb - get_file_information.py: get keys from stream header because attribute keys is...
- b47d038a - extract_gps_data.py: change variable name
- dff23a04 - show message when there is nothing to display in state_of_health_widget
- 6ff47d4d - fix processing_log.append with wrong format
Toggle commit listadded 1 commit
- fd42803d - remove plot_waveform, fix bug in plot_up_down_dots
This merge requests solves a problem raised in !88 (merged).
move to !100 (merged)
Please register or sign in to reply