-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add RadfordImpurityDensity
model to the SSD extension
#74
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #74 +/- ##
==========================================
+ Coverage 33.95% 39.67% +5.72%
==========================================
Files 26 27 +1
Lines 1944 2009 +65
==========================================
+ Hits 660 797 +137
+ Misses 1284 1212 -72 ☔ View full report in Codecov by Sentry. |
be0702a
to
875d98f
Compare
This PR does, by default, not read the crystal metadata for the impurity density. |
Last changes (but should be good to go now):
|
@oschulz wants to remove the |
I would also change the default impurity density value (when no crystal metadata is available) to |
Note that I've already added this to legend-exp/LegendDetectorDesign.jl#1 (LDD) as |
I think we should move the impurity density fit to LDD. But the |
We could also move RadfordImpurityDensityModel to SolidStateDetectors.jl |
I would argue not to move RadfordImpurityDensityModel into SSD because we might want to keep it private. In general there will be a lot of overlap between LegendGeSim and LDD, so we should be careful on where to put all their shared functionality. One should not depend on the other. |
Oh, yes, that would be best! |
I don't think so - it would be open-source in any case, and we'd need to publish it as part of analysis papers anyway. We can ask David, of course, but I don't think he'll object. |
Follow-up of #72 (got closed by accident when resolving the merge conflicts)