Moved counter config into counter.tcl.

Added dummy functions for simulated hmm

r1570 | ffr | 2007-03-03 08:52:12 +1100 (Sat, 03 Mar 2007) | 3 lines
This commit is contained in:
Ferdi Franceschini
2007-03-03 08:52:12 +11:00
committed by Douglas Clowes
parent 84aafc5af2
commit 1ccaf23319

View File

@@ -1,5 +1,3 @@
MakeCounter bm SIM -.5
bm SetExponent 0
MakeHM hmm SIM
hmm configure HistMode Normal
hmm configure OverFlowMode Ceil
@@ -18,3 +16,4 @@ MakeScanCommand hmscan bm scan.hdd recover.bin
proc hs_prepare {scanobjectname userobjectname} {}
proc hs_finish {scanobjectname userobjectname} {}
proc hs_count_bm_controlled {scanobjectname userobjectname point mode preset} {}