4.10.1.8. eqcorrscan.utils.plotting.NR_plot¶
-
eqcorrscan.utils.plotting.
NR_plot
(stream, NR_stream, detections, false_detections=False, size=(18.5, 10), save=False, savefile=None, title=False)[source]¶ Plot Network response alongside the stream used.
Highlights detection times in the network response.
Parameters: - stream (obspy.core.stream.Stream) Stream to plot
- NR_stream (obspy.core.stream.Stream) Stream for the network response
- detections (list) List of the detection time as
datetime.datetime
- false_detections (list) Either False (default) or list of false detection times
(
datetime.datetime
). - size (tuple) Size of figure, default is (18.5, 10)
- save (bool) Save figure or plot to screen, if not False, must be string of save path.
- title (str) String for the title of the plot, set to False
Returns: Note
Called by
eqcorrscan.core.bright_lights
, not a general use plot (hence no example)