-
Notifications
You must be signed in to change notification settings - Fork 9
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
Bug/173 monte carlo inverse code fixes #174
Conversation
… wavelengths. Found major bug in that get_optical_properties returns [mua,mus',g,n] and I was using the 2nd parameter as if it was mus not musp, so code that substitutes into the infiles for the database generation and the post-processing, inserted the wrong values for "s1" (mus) and "sp1" (musp). This code was correct in the Linux version, however I plan to make sure those results agree with those generated on Windows.
…y added spectral ranges. I updated get_mua.m accordingly to obtain the spectra correctly from the xlsx file. I cleaned up comments in mc_inverse.m and mc_inverse_Win.m so that they align as far as comments go. I took screenshots of the plots for Examples 1-3 in preparation for adding them to the MC Inverse wiki. Now to pull code to Linux and see if I obtain same plots.
…e. This meant changing access into data read. This all started because Linux wasn't reading table correctly.
…affect inversion solution, just affected output at end.
Quality Gate passedIssues Measures |
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.
Everything looks good. Thanks.
Thanks for your review @janakarana!! |
I added sample output plots to the wiki page: |
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.
Looks good to me!
I think this is ready for review. Please see issues page for more description of what was changed.