Skip to content

Commit

Permalink
Perform requested changes and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marenaud committed Feb 28, 2018
1 parent 47baa08 commit 21c8b2c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions HEN_HOUSE/doc/src/pirs794-dosxyznrc/pirs794-dosxyznrc.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4432,7 +4432,7 @@ \subsection{{\tt .bindos} Files}
\indexm{.bindos}
\indexm{files!.bindos}
A ``{\tt .bindos}'' file is output instead of a ``{\tt .3ddose}'' file if the
flag ``{\tt i_bindos}'' is set to 1. The same dose content is contained in each file,
flag ``{\tt i\_bindos}'' is set to 1. The same dose content is contained in each file,
but ``{\tt .bindos}'' is a sparse format, hence only information about non-zero dose
voxels is included. The linearized start and end indices for blocks of contiguous non-zero
doses are stored. Both integers and floats are stored as 4 bytes each.
Expand All @@ -4444,7 +4444,7 @@ \subsection{{\tt .bindos} Files}
\item Voxel boundaries (cm) in z direction($ n_z$ +1 floats)
\item Number of non-zero dose voxels ($n_{nz}$, 1 int)
\item Number of voxel index pairs ($n_{b}$, 1 int)
\item Linearized voxel index pairs indicating the \left[start, end\right) of contiguous non-zero
\item Linearized voxel index pairs indicating the [start, end) of contiguous non-zero
voxel doses. ($2 \times n_{b}$ ints)
\item Nonzero voxel doses ($n_{nz}$ floats)
\item Nonzero voxel uncertainties ($n_{nz}$ floats)
Expand Down
7 changes: 6 additions & 1 deletion HEN_HOUSE/omega/progs/gui/dosxyznrc/xyznrc_parameters.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,12 @@ set numopts(ibindos) 2
set options(ibindos,0) "3ddose output"
set options(ibindos,1) "sparse binary output"
set values(ibindos) $options(ibindos,0)

set help_text(ibindos) {
Set to "3ddose output" to output a voxel doses in a dense ASCII file.
Set to "sparse binary output" for a sparse binary dose file.
See the DOSXYZnrc manual section titled "Format of Dose Outputs" for a\
description of the file formats.
}
#################The following are the EGSnrc parameters#############

set ecut {}
Expand Down

0 comments on commit 21c8b2c

Please sign in to comment.