-
Notifications
You must be signed in to change notification settings - Fork 26
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
[WIP] compute and save the ISRF in every cell #231
Open
dnarayanan
wants to merge
14
commits into
hyperion-rt:main
Choose a base branch
from
dnarayanan:master
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
53862f3
strawperson architecture in for computing specific energy as a functi…
dnarayanan 5aab88c
specific_energy_sum_nu is in all places specific_energy_sum is now i …
dnarayanan ce76800
code now saves a ISRF in every cell. notably: AMR is still broken, a…
dnarayanan 8c8145d
specific_energy_sum_nu saves and reads. AMR still needs to be dealt …
dnarayanan d38e048
grid_io_amr_template updated but commetned out since i cant quite get…
dnarayanan 033472e
grid modules now takes the n_isrf_wavelengths from the dust files
dnarayanan 74fd6e6
outputting the ISRF frequency bins
dnarayanan b54d608
can now call whether ISRF is computed and saved via m.compute_isrf(True)
dnarayanan 7c588b1
getting rid of internal comments showing where ive added new lines of…
dnarayanan 97b2dc6
some bugs corrected fixing the ISRF calculation. but some issues re…
dnarayanan 6d0f51d
bugs fixed that kept code from running when ISRF is turned off
dnarayanan 2ffe74d
getting rid of read_grid_5d since its not actually used
dnarayanan 8717014
one more 5d file turned off
dnarayanan a0184e5
critical bug fix changing indexes starting from 0 to 1 [which caused,…
dnarayanan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo here - should be read_isrf?