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:
committed by
Douglas Clowes
parent
83744c2e15
commit
c01188bc8b
@@ -1,5 +1,5 @@
|
|||||||
# $Revision: 1.12 $
|
# $Revision: 1.13 $
|
||||||
# $Date: 2007-04-06 09:10:02 $
|
# $Date: 2007-04-23 00:34:44 $
|
||||||
# Author: Mark Lesha (mle@ansto.gov.au)
|
# Author: Mark Lesha (mle@ansto.gov.au)
|
||||||
# Last revision by: $Author: ffr $
|
# Last revision by: $Author: ffr $
|
||||||
|
|
||||||
@@ -401,7 +401,7 @@ proc count_withbm {mode preset} {
|
|||||||
nxscript putattribute erun axis 1;
|
nxscript putattribute erun axis 1;
|
||||||
nxscript makelink scanvar erun;
|
nxscript makelink scanvar erun;
|
||||||
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:y_pixel_offset:x_pixel_offset;
|
||||||
nxclosefile;
|
nxclosefile;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user