reorging examples in v1.0 #41
Merged
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.
This pull request introduces several new scripts to the
examples/scripts/.olderdirectory, focusing on processing and plotting data for SAMMY fits and isotope cross-sections. The changes include the addition of multiple scripts that handle different aspects of data processing and visualization.New scripts for SAMMY fits and isotope data processing:
examples/scripts/.older/fitTrans.py: Adds a script for processing a SAMMY configuration file, running SAMMY, and plotting the results.examples/scripts/.older/natEuCompoundFit.py: Adds a script for creating parameter files from ENDF data, configuring and running a SAMMY fit, and plotting the results.examples/scripts/.older/plotSammyLST.py: Adds a script for plotting LPT files usingpleiades.sammyPlotter.examples/scripts/.older/plotXS.py: Adds a script for plotting cross-sections of isotopes from a configuration file.examples/scripts/.older/processLPT.py: Adds a script for reading and processing LPT files.examples/scripts/.older/singleFitting.py: Adds a script for running a single SAMMY fit and plotting the results, including statistical analysis.New script for simulating transmission spectra:
examples/scripts/simTransmissionSpec.py: Adds a script for simulating and plotting transmission spectra from isotope data, with an option to write the output to a file.