Use new hmm setup and initialisation functions and initialise hmm_start to read from the start of the histogram memory for each instrument.

r1685 | ffr | 2007-03-20 11:59:53 +1100 (Tue, 20 Mar 2007) | 2 lines
This commit is contained in:
Ferdi Franceschini
2007-03-20 11:59:53 +11:00
committed by Douglas Clowes
parent da2e771687
commit 978b06587c
2 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
source $cfpath(hmm)/hmm_configuration_common_1.tcl source $cfPath(hmm)/hmm_configuration_common_1.tcl
hmm_initialize ::histogram_memory::hmm_initialize
hmm_setup transparent 0 3 stitch_nyc stitch_nxc oat_ntc_eff ::histogram_memory::hmm_setup transparent 7000000 3 stitch_nyc stitch_nxc oat_ntc_eff
hmm_start 0

View File

@@ -1,3 +1,4 @@
source $cfpath(hmm)/hmm_configuration_common_1.tcl source $cfPath(hmm)/hmm_configuration_common_1.tcl
::histogram_memory::hmm_initialize ::histogram_memory::hmm_initialize
::histogram_memory::hmm_setup transparent 0 3 oat_nyc_eff oat_nxc_eff oat_ntc_eff ::histogram_memory::hmm_setup transparent 0 3 oat_nyc_eff oat_nxc_eff oat_ntc_eff
hmm_start 0