Conversation
figure size override
Figures for frequency-picking
1) violin plot uses colored spots instead of white 2) Unfinished attempt to include log minor ticks 3) New plots showing that the phase error (privileged) is the most important thing 4) paper style graphs for varying number of frequencies measured 5) simulated_experiment now catches issues where the SVD does not converge.
also go all the way across using axvline and axhline instead of vlines and hlines
The scaling part is not working the way I think it is supposed to yet. But can still not scale the residuals in all functions, so we can still take data the same way as before if needed.
…ypes Currently, the run time is far too long. I believe something is wrong with the polar fitting because the error obtained is in the thousands. I'm not sure why the curve fitting isn't working now when it has in the past.
Not yet good to run 100 systems but almost there.
I have edited the code to use timeit.timeit for timing the three functions called multiple_fit_amp_phase, multiple_fit_X_Y, and get_parameters_NetMAP. I have begun to carry out that testing as well.
Added detailed documentation for the `res_freq_numeric()` function, including its parameters, logic flow, and usage example.
Added detailed documentation for the NetMAP Z-Matrix, including function descriptions, parameter mappings, and usage examples.
fix markdown
Added detailed documentation for the `simulated_experiment()` function, including its purpose, parameters, logic flow, return values, and supporting helper functions.
Expanded usage note to include details on optimal experimental conditions and reference to publication.
Added detailed documentation about NetMAP, its features, core components, scientific context, dependencies, and basic workflow.
Updated project title in README and removed extra text.
Updated README to add notebook documentation
fix acronym: Network Mapping and Analysis of Parameters
Added attribution to the Horowitz Lab at Hamilton College.
Added a detailed mathematical framework section for NetMAP, outlining the equations of motion, frequency domain transition, separation of components, Z-matrix construction, and SVD scaling.
Updated equations and matrix representation in README.
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
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.
No description provided.