Skip to content

Commit c33446e

Browse files
authored
Merge pull request #2390 from willend/main
Follow-up to #2387
2 parents 4226f6a + 7b5586b commit c33446e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

mcstas-comps/union/Union_abs_logger_nD.comp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
* restore_neutron: [0|1] Not functional for Union version
9090
* geometry: [str] Name of an OFF file to specify a complex geometry detector
9191
* nowritefile: [1] Not functional for Union version
92+
* nexus_bins: [1] NeXus mode only: store component BIN information <br>(-1 disable, 0 enable for list mode monitor, 1 enable for any montor)
9293
*
9394
* OUTPUT PARAMETERS:
9495
*
@@ -108,7 +109,7 @@ SETTING PARAMETERS(string target_geometry="NULL",
108109
xwidth=0, yheight=0, zdepth=0,
109110
xmin=0, xmax=0, ymin=0, ymax=0, zmin=0, zmax=0,
110111
int bins=0, min=-1e40, max=1e40, int restore_neutron=0, radius=0,
111-
string options="NULL", string filename="NULL",string geometry="NULL", int nowritefile=0,
112+
string options="NULL", string filename="NULL",string geometry="NULL", int nowritefile=0, int nexus_bins=0,
112113
string username1="NULL", string username2="NULL", string username3="NULL")
113114
OUTPUT PARAMETERS ()
114115

0 commit comments

Comments
 (0)