Create tool to plot simple irradiation histories#238
Open
anu1217 wants to merge 12 commits intosvalinn:mainfrom
Open
Create tool to plot simple irradiation histories#238anu1217 wants to merge 12 commits intosvalinn:mainfrom
anu1217 wants to merge 12 commits intosvalinn:mainfrom
Conversation
Member
Contributor
Author
d87a7e1 to
c2c6a76
Compare
Member
|
Can you generate some examples and include both the code to do that and the output as part of the PR? |
Add example plots using sample problems
Contributor
Author
|
I've added plots using two of the sample problems. Also made some changes to the post processor in order to handle verbose output that might appear between the schedule and pulse history details. |
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.
This tool plots irradiation histories from an ALARA output file using a bar chart/square wave-like representation.
Currently, it works for a simulation containing a single/top schedule with an arbitrary number of levels and an arbitrary number of pulse history blocks. In order to facilitate discussion of the tool's design and structure thus far, I decided to incorporate sub-schedules in a different PR.This tool is currently able to plot an irradiation history consisting of a single-level schedule and single-level pulse history. I'd like to see how well this design works for this purpose before adding capabilities to process & plot more complex histories.
addresses #205