obspy.imaging.scripts.scan.Scanner.analyze_parsed_data

Scanner.analyze_parsed_data(print_gaps=False, starttime=None, endtime=None, seed_ids=None)[source]

Prepare information for plotting.

Information is stored in a dictionary as scanner._info, only containing these data matching the given parameters.

Parameters:
  • print_gaps (bool) – Whether to print information on all encountered gaps and overlaps.

  • starttime (UTCDateTime) – Whether to use a fixed start time for the plot and data percentage calculation.

  • endtime (UTCDateTime) – Whether to use a fixed end time for the plot and data percentage calculation.

  • seed_ids (list[str]) – Whether to consider only a specific set of SEED IDs (e.g. seed_ids=["GR.FUR..BHZ", "GR.WET..BHZ"]) or just all SEED IDs encountered in data (if left None).