Advertisement
luizrosalba

XRMC - input.dat

Nov 17th, 2015
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ; X-ray Monte Carlo (xrmc) input file
  2. ; Files used by the simulation
  3. ;
  4.  
  5. Load source_20deg.dat ; Source position, orientation
  6.  
  7. Load detector_0deg.dat ; Detector position, orientation, size
  8.  
  9. Load spectrumAg40kV.dat ; Energy Spectrum file de entrada
  10.  
  11. Load sample.dat ; Sample file
  12.  
  13. Load quadric.dat ; quadric file
  14.  
  15. Load geom3d.dat ; qvolume file
  16.  
  17. Load composition.dat ; composition file
  18.  
  19. Run DetectorArray ; Run device
  20.  
  21. Save DetectorArray Image output.dat ; Output file : scattering image
  22.  
  23. End
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement