Skip to content

Commit

Permalink
add the missing maxdetphoton input field in the help info
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Aug 31, 2023
1 parent ce80a04 commit bfcde02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions mmclab/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ the verbose command line options in MMC.

== Source-detector parameters ==
cfg.detpos: an N by 4 array, each row specifying a detector: [x,y,z,radius]
cfg.maxdetphoton: maximum number of photons saved by the detectors [1000000]
cfg.srctype: source type, the parameters of the src are specified by cfg.srcparam{1,2}
'pencil' - default, pencil beam, no param needed
'isotropic' - isotropic source, no param needed
Expand Down
1 change: 1 addition & 0 deletions mmclab/mmclab.m
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
%
%== Source-detector parameters ==
% cfg.detpos: an N by 4 array, each row specifying a detector: [x,y,z,radius]
% cfg.maxdetphoton: maximum number of photons saved by the detectors [1000000]
% cfg.srctype: source type, the parameters of the src are specified by cfg.srcparam{1,2}
% 'pencil' - default, pencil beam, no param needed
% 'isotropic' - isotropic source, no param needed
Expand Down

0 comments on commit bfcde02

Please sign in to comment.