Fixed call to nxscript.

r1775 | ffr | 2007-04-01 15:19:04 +1000 (Sun, 01 Apr 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-04-01 15:19:04 +10:00
committed by Douglas Clowes
parent cae44262ab
commit 486b82c526

View File

@@ -1,5 +1,5 @@
# $Revision: 1.7 $ # $Revision: 1.8 $
# $Date: 2007-04-01 04:36:09 $ # $Date: 2007-04-01 05:19:04 $
# Author: Mark Lesha (mle@ansto.gov.au) # Author: Mark Lesha (mle@ansto.gov.au)
# Last revision by: $Author: ffr $ # Last revision by: $Author: ffr $
@@ -405,10 +405,10 @@ proc count_withbm {mode preset} {
proc save {} { proc save {} {
nxcreatefile nexus_hmscan.dic; nxcreatefile nexus_hmscan.dic;
hmm_save nxscript entry1 0; hmm_save nxscript entry1 0;
$nxobj makelink scanvar erun; nxscript makelink scanvar erun;
$nxobj putattribute erun axis 1; nxscript putattribute erun axis 1;
$nxobj putattribute hmcounts signal 1; nxscript putattribute hmcounts signal 1;
$nxobj putattribute hmcounts axes run_number:x_pixel_offset:y_pixel_offset; nxscript putattribute hmcounts axes run_number:x_pixel_offset:y_pixel_offset;
nxclosefile; nxclosefile;
} }
} }