Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kk17m authored Jun 25, 2024
1 parent d7f347d commit f167e23
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SDD-Spectrometer-Simulation
A Monte Carlo simulation code of silicon drift detectors (SDDs) for X-ray fluorescence and spectrometry applications. The simulation includes energy-dispersive photon counting detectors intended for spectrometry and molecular imaging. The detector is based on the Amptek XR100 FastSDD X-ray detector (Amptek Inc., Bedford, MA, USA).

-------------------------------------------------------------------

=========================================================
Expand All @@ -6,7 +9,7 @@

SDD
-----------
==========================================================================================================
-------------------------------------------------------------------

This simulation code implements a silicon drift detector (SDD) for x-ray fluorescence and
spectrometry applications. The detector parameters are based on Amptek XR100 FastSDD X-ray
Expand All @@ -18,14 +21,14 @@
through Bragg-Diffraction-Based Focusing with Bent Mosaic Graphite Crystals: A Simulation Study.
Int J Mol Sci. 2024 Apr 26;25(9):4733. doi: 10.3390/ijms25094733. PMID: 38731956; PMCID: PMC11083219.

DOI: 10.3390/ijms25094733; PMID: 38731956; PMCID: PMC11083219
DOI: [10.3390/ijms25094733](https://doi.org/10.3390/ijms25094733); PMID: [38731956](https://pubmed.ncbi.nlm.nih.gov/38731956/); PMCID: [PMC11083219](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11083219/)

=========================================================================================================
-------------------------------------------------------------------

1- GEOMETRY DEFINITION

The geometry is constructed in the SDDDetectorConstruction class. The parameters for geometry are taken
from the user manual (Amptek Silicon Drift Detector XR-100FastSDD). Available online: https://www.amptek.com/-/media/ametekamptek/documents/resources/products/user-manuals/xr100-1mm-fastsdd-user-manual-b4.pdf?la=en&revision=24e8eb09-6164-48ba-8336-e572f84bf5c1
from the user manual (Amptek Silicon Drift Detector XR-100FastSDD). [Available online](https://www.amptek.com/-/media/ametekamptek/documents/resources/products/user-manuals/xr100-1mm-fastsdd-user-manual-b4.pdf?la=en&revision=24e8eb09-6164-48ba-8336-e572f84bf5c1)

2- PHYSICS LIST

Expand All @@ -40,8 +43,8 @@

4- SDD DETECTOR MODEL

The detector model is based on analytical equations implementing Fano noise and electronic noise. The parameters
are obtained from the Amptek user manual and application Notes (Amptek Silicon Drift Detector XR-100FastSDD). Available online: https://www.amptek.com/-/media/ametekamptek/documents/resources/application-notes/high-sensitivity-detectors-for-xrf.pdf?la=en&revision=9d04dd37-c2ea-4f89-ad58-55579a8574b1
The detector model is based on analytical equations implementing Fano and electronic noise. The parameters
are obtained from the Amptek user manual and application Notes (Amptek Silicon Drift Detector XR-100FastSDD). [Available online](https://www.amptek.com/-/media/ametekamptek/documents/resources/application-notes/high-sensitivity-detectors-for-xrf.pdf?la=en&revision=9d04dd37-c2ea-4f89-ad58-55579a8574b1)

5- HOW TO RUN

Expand Down

0 comments on commit f167e23

Please sign in to comment.