Fixed order of histogram memory data axes.

r1903 | ffr | 2007-04-23 10:34:44 +1000 (Mon, 23 Apr 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-04-23 10:34:44 +10:00
committed by Douglas Clowes
parent 83744c2e15
commit c01188bc8b

View File

@@ -1,5 +1,5 @@
# $Revision: 1.12 $
# $Date: 2007-04-06 09:10:02 $
# $Revision: 1.13 $
# $Date: 2007-04-23 00:34:44 $
# Author: Mark Lesha (mle@ansto.gov.au)
# Last revision by: $Author: ffr $
@@ -401,7 +401,7 @@ proc count_withbm {mode preset} {
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;
nxscript putattribute hmcounts axes run_number:y_pixel_offset:x_pixel_offset;
nxclosefile;
}
}