The procedure which writes the data must write the run_number.
r1777 | ffr | 2007-04-01 15:34:26 +1000 (Sun, 01 Apr 2007) | 2 lines
This commit is contained in:
committed by
Douglas Clowes
parent
aded505558
commit
9fbaec72fd
@@ -1,5 +1,5 @@
|
|||||||
# $Revision: 1.8 $
|
# $Revision: 1.9 $
|
||||||
# $Date: 2007-04-01 05:19:04 $
|
# $Date: 2007-04-01 05:34:26 $
|
||||||
# Author: Mark Lesha (mle@ansto.gov.au)
|
# Author: Mark Lesha (mle@ansto.gov.au)
|
||||||
# Last revision by: $Author: ffr $
|
# Last revision by: $Author: ffr $
|
||||||
|
|
||||||
@@ -406,6 +406,9 @@ proc count_withbm {mode preset} {
|
|||||||
nxcreatefile nexus_hmscan.dic;
|
nxcreatefile nexus_hmscan.dic;
|
||||||
hmm_save nxscript entry1 0;
|
hmm_save nxscript entry1 0;
|
||||||
nxscript makelink scanvar erun;
|
nxscript makelink scanvar erun;
|
||||||
|
nxscript_data clear;
|
||||||
|
nxscript_data putint 0 $point;
|
||||||
|
nxscript putslab erun [list $point] [list 1] nxscript_data;
|
||||||
nxscript putattribute erun axis 1;
|
nxscript putattribute erun axis 1;
|
||||||
nxscript putattribute hmcounts signal 1;
|
nxscript putattribute hmcounts signal 1;
|
||||||
nxscript putattribute hmcounts axes run_number:x_pixel_offset:y_pixel_offset;
|
nxscript putattribute hmcounts axes run_number:x_pixel_offset:y_pixel_offset;
|
||||||
|
|||||||
Reference in New Issue
Block a user