jpvantassel / hvsrpy

A Python package for Horizontal-to-Vertical (H/V, HVSR) Spectral Ratio Processing.
https://pypi.org/project/hvsrpy/
Other
71 stars 29 forks source link

Missing Azimuthal Statistics in `azimuthal_hvsrpy_interface.ipynb` (v0.4.1) #7

Closed jpvantassel closed 4 years ago

jpvantassel commented 4 years ago

The Problem

The table showing the azimuthal HVSR statistics in azimuthal_hvsrpy_interface.ipynb is missing. The notebook produces no error.

Specific Problem

The method HvsrRotated.print_stats() is empty. Problem only exists in v0.4.1.

Fix

Reimplement the HvsrRotated.print_stats() method.