From c01188bc8b0294e0213b92bd685dccb046bef85b Mon Sep 17 00:00:00 2001 From: Ferdi Franceschini Date: Mon, 23 Apr 2007 10:34:44 +1000 Subject: [PATCH] Fixed order of histogram memory data axes. r1903 | ffr | 2007-04-23 10:34:44 +1000 (Mon, 23 Apr 2007) | 2 lines --- .../instrument/config/hmm/hmm_configuration_common_1.tcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl b/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl index 8a28e5b8..3796d546 100644 --- a/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl +++ b/site_ansto/instrument/config/hmm/hmm_configuration_common_1.tcl @@ -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; } }