SICS-635: runscan on platypus takes too long to start.

This commit is contained in:
Ferdi Franceschini
2013-08-03 19:01:12 +10:00
parent dc0f9b56a9
commit f315d8bbf1

View File

@@ -2,11 +2,12 @@ source $cfPath(scan)/scan_common_1.tcl
::scan::runscan_reset_position true ::scan::runscan_reset_position true
## ##
# @brief Make sure that the chopper is ready before starting a scan. # @brief Make sure that the chopper is ready before starting a scan.
proc ::scan::pre_hmm_scan_prepare {} { # SICS-635 Don't set histmem freq because it takes too long.
if [catch {::histogram_memory::tochfreq} errmsg] { #proc ::scan::pre_hmm_scan_prepare {} {
return -code error $errmsg # if [catch {::histogram_memory::tochfreq} errmsg] {
} # return -code error $errmsg
} # }
#}
proc ::scan::isc_initialize {} { proc ::scan::isc_initialize {} {
::scan::ic_initialize ::scan::ic_initialize