OK, now here's the thing.

You have to save a dataset before you can link a VGroup to it.

r1779 | ffr | 2007-04-01 15:44:56 +1000 (Sun, 01 Apr 2007) | 3 lines
This commit is contained in:
Ferdi Franceschini
2007-04-01 15:44:56 +10:00
committed by Douglas Clowes
parent 3e8375c974
commit f3a6c7bd49

View File

@@ -1,5 +1,5 @@
# $Revision: 1.10 $
# $Date: 2007-04-01 05:38:16 $
# $Revision: 1.11 $
# $Date: 2007-04-01 05:44:56 $
# Author: Mark Lesha (mle@ansto.gov.au)
# Last revision by: $Author: ffr $
@@ -407,11 +407,11 @@ proc count_withbm {mode preset} {
set point 0
nxcreatefile nexus_hmscan.dic;
hmm_save nxscript entry1 $point;
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 makelink scanvar erun;
nxscript putattribute hmcounts signal 1;
nxscript putattribute hmcounts axes run_number:x_pixel_offset:y_pixel_offset;
nxclosefile;