Skip to content
Snippets Groups Projects
Commit 5e7d9f93 authored by Marcus Herrmann's avatar Marcus Herrmann
Browse files

Improved helicorder plotting (all-in-one plot, etc.)

- robust to changed channel names due to metadata change
- outputs all channels in ONE plot
  (first plots individual channels, then merges them)
     !! REQUIRES pillow package !!
- new optional parameters:
    * `equalize` (bool): equalize waveforms (counteract impulsiveness)
    * `shifts` (list): list of times to shift waveforms; useful to maintain
      alignment if detections were reassociated to other templates
    * `chnlidxs` (list/tuple): indicate which channel to plot BY INDEX
      (e.g., `[1, 2]` only for horizontal ones)
- COULD plot in parallel, but hardcoded to serial processing (`n_processes = 1`)
- minor fixes
parent 2a3dbb13
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment