- fixed a little bug with hkl: phi limits were not properly tested

- updated powder file writing to properly work with mean and stddev
This commit is contained in:
cvs
2000-05-10 11:45:33 +00:00
parent 1329c3beb4
commit 7b631db965
17 changed files with 183 additions and 286 deletions

View File

@ -11,6 +11,7 @@ proc SplitReply { text } {
#--------------------------------------------------------------------------
proc count { {mode NULL } { preset NULL } } {
starttime [sicstime]
catch {temperature log clear} msg
#----- deal with mode
set mode2 [string toupper $mode]
set mode3 [string trim $mode2]
@ -37,7 +38,7 @@ proc count { {mode NULL } { preset NULL } } {
banana count
set ret [catch {Success} msg]
#------- StoreData
# StoreData
StoreData
if { $ret != 0 } {
error [format "Counting ended with error"]
}