forked from dsweber2/ScatteringTransform.jl
-
Notifications
You must be signed in to change notification settings - Fork 1
Addition of New Plotting Functions and Descriptions + Update of Documentation #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
BoundaryValueProblems
merged 35 commits into
BoundaryValueProblems:master
from
JaredW40:master
Jan 26, 2026
Merged
Addition of New Plotting Functions and Descriptions + Update of Documentation #3
BoundaryValueProblems
merged 35 commits into
BoundaryValueProblems:master
from
JaredW40:master
Jan 26, 2026
Conversation
This file contains hidden or 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
Adjusted 1D plots to have options for displaying a gif of wavelets or a single plot of all the wavelets simultaneously. Adjusted so the original wavelet is only output once for the all wavelets in one plot.
Updated a number of existing plotting functions, and added descriptions for each of them.
Updated functions to include an index parameter for batch processing. Adjusted plotting functions to handle multiple examples in the batch and modified descriptions accordingly.
Added new plotting functions to autodocs.
Updated the output of getMeanFreq function to reflect changes in wavelet processing, including new warnings about wavelet peak distances.
Updated minimalRegionComparedToLastPeak values in warnings.
Added :missing_docs to warnonly argument for documentation.
Updated savefig commands to include a semicolon for consistency.
907ae6a
into
BoundaryValueProblems:master
7 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added new plotting functions to scatteringPlots.jl module. Functions can be used for the first and second layer to plot a variety of different results in different permutations. Additionally, they support scattering transforms done on multiple signals simultaneously (as a result of there construction). Updated the documentation to use these new functions for the plots. Also, added a couple of the plots to a new figures folder in the documentation section. Did not create a function to plot zeroth layer (can be done later), as the plot simply calls the first entry of your scatteredOut data.