Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature: filters, refresh_interval, timing alarm and etc. (#77)
* Filters + other features #2 (#76) * Add files via upload Update adding filters, spectrogram range, and logarithmic y-axis features. Changelog: - in raspberryshake.py: -- updated FDSNWS URL - in c_plot.py, client.py: -- implemented filtering for both trace and spectrogram -- implemented range display for spectrogram -- implemented logarithmic y-axis - in c_settings.py: -- updated default settings & readability * Move files to correct directory --------- Co-authored-by: Giuseppe Petricca <58811927+gpetricca@users.noreply.github.com> * Add refresh_interval for Plot (#73) * Try add refresh_interval for Plot * Merge develop * Feature/timing alarm (#72) * Update Alert class. + Add alert duration to Settings - rework trigger logic. - split _is_trigger to _is_trigger_with_timer and _is_trigger_without_timer - rework old _is_trigger to _is_trigger_without_timer - move alert activation and deactivation to separate methods - add parameters for timer exceed timer * update client - Add alert duration * Update alert trigger starting message * Update docs * Add GH Actions for building docs + update doc -> default settings * Move docs deps to requirements.txt * Fix docs deps: remove Jinja2 * Docs: Add c_settings to menu * Update docs --------- Co-authored-by: Giuseppe Petricca <58811927+gpetricca@users.noreply.github.com>
- Loading branch information