Description Usage Arguments Value Examples
Reads USRTRACK output (for energy spectra scoring using fluscw.SPC.f) for a series of regions, also for multiple output files from cluster runs (using rcfluka.py). USRTRACK scores the fluence per primary weight per bin width(cm-2/GeV) but only if the correct volume of the corresponding regions is given in the FLUKA input card! AT.FLUKA.read.USRTRACK will however out the absolute fluence for each energy bin (in cm-2) as this can be directly used by libamtrack.
1 2 | AT.FLUKA.read.USRTRACK(exp.name, number.of.runs, unit, data.source =
'local', compress = TRUE)
|
exp.name |
Experiment name, i.e. name of input file (without '.inp' extension) |
number.of.runs |
Number of output files from parallel (cluster) runs. |
unit |
FLUKA output unit number |
data.source |
'local' if output files are from a local machine,
'condor' if from condor cluster, 'condor_cleaned' if from condor cluster with
clean option (-c) in |
compress |
If TRUE, all entries with zero fluence will be removed from resulting data frame in order to save memory. |
Data frame with midpoints and widths of energy bins, particle index no
particle.no
, and fluence (absolute [cm-2], i.e. not normalized
to bin width!) for each region.
1 | # None yet, requires FLUKA output file
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.