-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bugfi: measure with no windows (#47) * bugfix: when component list does not match the internal streams (e.g., seisflows inversion that is processing one component at a time), and no windows are selected, measure fails to run and throws an IndexError because it's tries to index out of the Stream. fixed to remove dependence on component list * bump version and update changelog * Bugfix Incorrectly scaled waveform plots (#48) * allow Manager.load() to work without the need for a StationXML attribute, which happens for synthetic only cases * removed plotting axis formatter which was forcing axis bounds [0,1] when the fraction between min and max y lim values was <1, which will happen if only have positive or negative values, but we don't want this to happen because we will likely always want plots to straddle 0, especially when showing adjoint sources which will straddle 0 even if waveforms are all one value * bugfix label for synthetic waveforms was incorrect * change misfit label formatting on waveform plots from floating point to sci notation as misfit is usually << 1 * updating test figure * bump patch version and update changelog
- Loading branch information
Showing
5 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+3.29 KB
(100%)
pyatoa/tests/test_data/baseline_images/default_manager_plot_wav.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters