Solving plotting go back and forth by plotting separately when there is overlap.
#33 (closed) (closed)
- Using memmap to save file for spr>1 only to reduce saving file task.
- When retrieving data from memmap, add data to Trace and use its decimate function to reduce extra points. (New way)
- Merge all data to return for plotting but split where there is overlap then data and times will be list of np.ndarray
- Currently there are 2 types of data for plotting, one is np.ndarray, one is list of np.ndarray
- Currently the old way of downsampling is used but keeping the new way that use obspy.Trace's decimate for double checking.
- Fix RT130's loop 'break' wrongly when zoom in which result some channels weren't replotted.
Edited by Lan Dam