diff --git a/.options.txt b/.options.txt
index 36fbec45a7cc9bc1eaef60aa1f70f03badb70389..120515356515faec10b63e174961eb3c8c362dce 100644
--- a/.options.txt
+++ b/.options.txt
@@ -1,5 +1,6 @@
-asr_model: asr/models/homeostasis_25nov.cfg
 osc_host: 127.0.0.1
-xml_filename: /home/favre/work/kaldi/interface-rocio/data/homeostasis_25nov.xml
 osc_port: 1234
 slu: 0
+asr_model: asr/models/homeostasis_25nov.cfg
+adaptation: show
+xml_filename: /home/favre/work/kaldi/interface-rocio/data/homeostasis_25nov.xml
diff --git a/actions.py b/actions.py
index f1f64649b03646cfe3a347b6463fc703185824f4..a9a00ec1e467fb74626df0f4e8d00d9570fa0f7f 100644
--- a/actions.py
+++ b/actions.py
@@ -44,7 +44,7 @@ def parse_slu_action(text):
         action_id = int(found.group(3))
         action_name = found.group(4)
         action_text = found.group(6)
-        return Action(action_name, section=section_id, sequence=sequence_id, words=action_text)
+        return Action(action_name, section=section_id, sequence=sequence_id, words=action_text, action_id=action_id)
     print "Warning: could not parse slu action '%s'" % text
     return Action(text)
 
diff --git a/asr.py b/asr.py
index 7019d1eee80cd0602a4f3f9270818d1b674d6b89..120a7d3d7763dc68013e2ce8103843ecdcb7f0d7 100644
--- a/asr.py
+++ b/asr.py
@@ -11,7 +11,7 @@ Gst.init(None)
 import osc
 
 class ASR(Gtk.HBox):
-    def __init__(self, asr_config, partial_hyp_callback = None, hyp_callback = None):
+    def __init__(self, asr_config, adaptation=None, partial_hyp_callback = None, hyp_callback = None):
         super(ASR, self).__init__()
 
         self.text = Gtk.TextView()
@@ -47,9 +47,9 @@ class ASR(Gtk.HBox):
         self.hyp = []
         self.hyp_callback = hyp_callback
         self.partial_hyp_callback = partial_hyp_callback
-        Thread(target=self.init_gst, args=(asr_config,)).start()
+        Thread(target=self.init_gst, args=(asr_config, adaptation)).start()
 
-    def init_gst(self, asr_config_file):
+    def init_gst(self, asr_config_file, adaptation):
         """Initialize the speech components"""
         GObject.idle_add(self._started_loading_asr)
 
@@ -64,7 +64,8 @@ class ASR(Gtk.HBox):
         
         if self.asr:
             import config
-            for name, value in config.read(asr_config_file).items():
+            config_dict = config.read(asr_config_file)
+            for name, value in config_dict.items():
                 if name != 'dir' and name != 'name' and not name.startswith('slu') and not name.startswith('xml'):
                     self.asr.set_property(name, value)
         else:
@@ -91,6 +92,12 @@ class ASR(Gtk.HBox):
         self.asr.connect('final-result', self._on_final_result)
         self.pipeline.set_state(Gst.State.PLAYING)
 
+        if adaptation != None and adaptation != 'none':
+            with open('%s/adaptation-%s.txt' % (config_dict['dir'], adaptation)) as fp:
+                data = fp.read()
+                #print data
+                self.asr.set_property('adaptation-state', data)
+
         GObject.idle_add(self._finished_loading_asr)
 
     def load_state(self, *args):
diff --git a/asr/asr/simple-example/HCLG.fst b/asr/asr/simple-example/HCLG.fst
deleted file mode 100644
index 2c1a067d3f5812d256d712fe2ec7be30ca433a22..0000000000000000000000000000000000000000
Binary files a/asr/asr/simple-example/HCLG.fst and /dev/null differ
diff --git a/asr/asr/simple-example/automate/simple-example.fst b/asr/asr/simple-example/automate/simple-example.fst
deleted file mode 100644
index 5c76a0e1ff435d644142a35af7b1c3e0fd788623..0000000000000000000000000000000000000000
Binary files a/asr/asr/simple-example/automate/simple-example.fst and /dev/null differ
diff --git a/asr/asr/simple-example/automate/simple-example_clean_tail.fst b/asr/asr/simple-example/automate/simple-example_clean_tail.fst
deleted file mode 100644
index 577d83e81f612a1cfb8e502f0e8f06b983541dbe..0000000000000000000000000000000000000000
Binary files a/asr/asr/simple-example/automate/simple-example_clean_tail.fst and /dev/null differ
diff --git a/asr/asr/simple-example/automate/simple-example_clean_tail.txt b/asr/asr/simple-example/automate/simple-example_clean_tail.txt
deleted file mode 100644
index 892ff40108f02e3f99f29e371e793d5e2f3890cf..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/automate/simple-example_clean_tail.txt
+++ /dev/null
@@ -1,62 +0,0 @@
-0	0	this	this
-0	0	is	is
-0	0	the	the
-0	0	one	one
-0	0	two	two
-0	0	where	where
-0	0	we	we
-0	0	go	go
-0	0	I	I
-0	0	am	am
-0	0	three	three
-0	0	to	to
-0	0	do	do
-0	0	whatever	whatever
-0	0	want	want
-0	1	this	this
-0	1	is	is
-0	1	the	the
-0	1	one	one
-0	1	two	two
-0	1	where	where
-0	1	we	we
-0	1	go	go
-0	1	I	I
-0	1	am	am
-0	1	three	three
-0	1	to	to
-0	1	do	do
-0	1	whatever	whatever
-0	1	want	want
-0	2	<joker>	<joker>
-1
-2	0	this	this
-2	0	is	is
-2	0	the	the
-2	0	one	one
-2	0	two	two
-2	0	where	where
-2	0	we	we
-2	0	go	go
-2	0	I	I
-2	0	am	am
-2	0	three	three
-2	0	to	to
-2	0	do	do
-2	0	whatever	whatever
-2	0	want	want
-2	1	this	this
-2	1	is	is
-2	1	the	the
-2	1	one	one
-2	1	two	two
-2	1	where	where
-2	1	we	we
-2	1	go	go
-2	1	I	I
-2	1	am	am
-2	1	three	three
-2	1	to	to
-2	1	do	do
-2	1	whatever	whatever
-2	1	want	want
diff --git a/asr/asr/simple-example/automate/simple-example_dico_action.txt b/asr/asr/simple-example/automate/simple-example_dico_action.txt
deleted file mode 100644
index db8a95040210a651338e1267df67107320255205..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/automate/simple-example_dico_action.txt
+++ /dev/null
@@ -1,7 +0,0 @@
-<epsilon> 0
-<joker> 1
-action(1,1,0,"example1","this_is_the_one") 2
-action(1,1,1,"example2","two_is_where_we_go") 3
-action(1,1,2,"example3","I_am_three_to_do_whatever_I_want") 4
-action(1,1,3,"#ENDSEQUENCE(1)","") 5
-action(1,1,4,"#ENDSECTION(1)","") 6
diff --git a/asr/asr/simple-example/automate/simple-example_dico_word.txt b/asr/asr/simple-example/automate/simple-example_dico_word.txt
deleted file mode 100644
index fd2e8df94925f3ab3d7911d2e1a07531e38e4d0e..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/automate/simple-example_dico_word.txt
+++ /dev/null
@@ -1,17 +0,0 @@
-<epsilon> 0
-<joker> 1
-this 2
-is 3
-the 4
-one 5
-two 6
-where 7
-we 8
-go 9
-I 10
-am 11
-three 12
-to 13
-do 14
-whatever 15
-want 16
diff --git a/asr/asr/simple-example/automate/simple-example_section1.fst b/asr/asr/simple-example/automate/simple-example_section1.fst
deleted file mode 100644
index 5c76a0e1ff435d644142a35af7b1c3e0fd788623..0000000000000000000000000000000000000000
Binary files a/asr/asr/simple-example/automate/simple-example_section1.fst and /dev/null differ
diff --git a/asr/asr/simple-example/automate/simple-example_section1.txt b/asr/asr/simple-example/automate/simple-example_section1.txt
deleted file mode 100644
index 13ce5ec0a69b894fbc8c9aaccd9a7e4a696edb2e..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/automate/simple-example_section1.txt
+++ /dev/null
@@ -1,38 +0,0 @@
-0	1	this	2	0
-1	2	is	0	0
-1	2	<epsilon>	0	10
-2	3	the	0	0
-2	3	<epsilon>	0	10
-3	4	one	0	0
-4	100
-0	4	<joker>	2	100
-4	5	two	3	0
-5	6	is	0	0
-5	6	<epsilon>	0	10
-6	7	where	0	0
-6	7	<epsilon>	0	10
-7	8	we	0	0
-7	8	<epsilon>	0	10
-8	9	go	0	0
-9	100
-4	9	<joker>	3	100
-9	10	I	4	0
-10	11	am	0	0
-10	11	<epsilon>	0	10
-11	12	three	0	0
-11	12	<epsilon>	0	10
-12	13	to	0	0
-12	13	<epsilon>	0	10
-13	14	do	0	0
-13	14	<epsilon>	0	10
-14	15	whatever	0	0
-14	15	<epsilon>	0	10
-15	16	I	0	0
-15	16	<epsilon>	0	10
-16	17	want	0	0
-17	100
-9	17	<joker>	4	100
-17	18	<epsilon>	5	0
-18	100
-18	19	<epsilon>	6	0
-19
diff --git a/asr/asr/simple-example/conf b/asr/asr/simple-example/conf
deleted file mode 120000
index d67b9075127786d9186fb8ad1869dcd5c09845e2..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/conf
+++ /dev/null
@@ -1 +0,0 @@
-base/acoustic-model/conf
\ No newline at end of file
diff --git a/asr/asr/simple-example/final.mdl b/asr/asr/simple-example/final.mdl
deleted file mode 120000
index cce56f08bcd3dbd491b0231b49b4a34bfcd1213f..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/final.mdl
+++ /dev/null
@@ -1 +0,0 @@
-base/acoustic-model/final.mdl
\ No newline at end of file
diff --git a/asr/asr/simple-example/ivector_extractor b/asr/asr/simple-example/ivector_extractor
deleted file mode 120000
index c5c2d55a5586736a87a492122d137e6863404987..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/ivector_extractor
+++ /dev/null
@@ -1 +0,0 @@
-base/acoustic-model/ivector_extractor
\ No newline at end of file
diff --git a/asr/asr/simple-example/simple-example.xml b/asr/asr/simple-example/simple-example.xml
deleted file mode 100644
index 9e7364ad50d4973c10b6587e0fe8e72eb4ff1956..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/simple-example.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<homeostasis version="25-11-2014">
-    <liste_section sequences="1" ordre="variable" repetition="oui" action="exclusive">
-        <section id="1" action="example1">
-            <sequence ordre="strict" repetition="non" action="" lang="eng">
-                <keyword action="example1" lang="eng"> this is the one </keyword>
-				<keyword action="example2" lang="eng"> two is where we go </keyword>
-				<keyword action="example3" lang="eng"> I am three to do whatever I want </keyword>
-            </sequence>
-        </section>
-    </liste_section>
-</homeostasis>
diff --git a/asr/asr/simple-example/words.autophon b/asr/asr/simple-example/words.autophon
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/asr/asr/simple-example/words.phon b/asr/asr/simple-example/words.phon
deleted file mode 100644
index 392f9c0cea3c68643f821e2d7155a26ef0c5342f..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/words.phon
+++ /dev/null
@@ -1,46 +0,0 @@
-am AE M
-am EY EH M
-do D UW
-go G OW
-i AY
-is IH Z
-one HH W AH N
-one W AH N
-the DH AH
-the DH IY
-this DH IH S
-three TH R IY
-to T AH
-to T IH
-to T UW
-two T UW
-want W AA N T
-want W AO N T
-we W IY
-whatever HH W AH T EH V ER
-whatever W AH T EH V ER
-where HH W EH R
-where W EH R
-am EY EH M
-am AE M
-do D UW
-go G OW
-i AY
-is IH Z
-is IH Z
-one HH W AH N
-one W AH N
-the DH IY
-the DH AH
-the DH AH
-the DH IH
-this DH IH S
-this DH IH S
-three TH R IY
-to T AH
-to T IH
-to T UW
-want W AO N T
-want W AA N T
-where HH W EH R
-where W EH R
diff --git a/asr/asr/simple-example/words.txt b/asr/asr/simple-example/words.txt
deleted file mode 100644
index 20c9f80b2180ebd0faa962fc1cf5668522873af0..0000000000000000000000000000000000000000
--- a/asr/asr/simple-example/words.txt
+++ /dev/null
@@ -1,20 +0,0 @@
-<eps> 0
-am 1
-do 2
-go 3
-i 4
-is 5
-one 6
-</s> 7
-<s> 8
-the 9
-this 10
-three 11
-to 12
-two 13
-want 14
-we 15
-whatever 16
-where 17
-!sil 18
-#0 19
diff --git a/asr/gst/libgstkaldionline2.so b/asr/gst/libgstkaldionline2.so
old mode 100644
new mode 100755
index f28da8ba87b7dd482917ad619642ec31b8db2a07..18b24257cfbdc8e384cc5826bd56048f9b9c189e
Binary files a/asr/gst/libgstkaldionline2.so and b/asr/gst/libgstkaldionline2.so differ
diff --git a/asr/models/homeostasis_25nov/HCLG.fst b/asr/models/homeostasis_25nov/HCLG.fst
index 313ee7efeff7bbe6835f690e72794f60917dfe2a..37d01ebbc03f794c35566f3d21e93eeabc0ea6ad 100644
Binary files a/asr/models/homeostasis_25nov/HCLG.fst and b/asr/models/homeostasis_25nov/HCLG.fst differ
diff --git a/asr/models/homeostasis_25nov/adaptation-macbook.txt b/asr/models/homeostasis_25nov/adaptation-macbook.txt
new file mode 120000
index 0000000000000000000000000000000000000000..a5772d4f263aabde97558993cf25f9af5d6c7b56
--- /dev/null
+++ b/asr/models/homeostasis_25nov/adaptation-macbook.txt
@@ -0,0 +1 @@
+/home/favre/work/kaldi/interface-rocio/asr/tools/base/acoustic-model/adaptation-macbook.txt
\ No newline at end of file
diff --git a/asr/models/homeostasis_25nov/adaptation-show.txt b/asr/models/homeostasis_25nov/adaptation-show.txt
new file mode 120000
index 0000000000000000000000000000000000000000..38103f777f4e370226f4605cad68f5947bb9fb08
--- /dev/null
+++ b/asr/models/homeostasis_25nov/adaptation-show.txt
@@ -0,0 +1 @@
+/home/favre/work/kaldi/interface-rocio/asr/tools/base/acoustic-model/adaptation-show.txt
\ No newline at end of file
diff --git a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_action.txt b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_action.txt
index f64e15a8160a71670d700a9a892ba731033961b4..f4d633242dd7a16ba45351579044d3af93983589 100644
--- a/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_action.txt
+++ b/asr/models/homeostasis_25nov/automate/homeostasis_25nov_dico_action.txt
@@ -2,238 +2,238 @@
 <joker> 1
 action(1,1,0,"start_scene1","uno") 2
 action(1,1,1,"#ENDSEQUENCE(1)","") 3
-action(1,1,2,"#ENDSECTION(1)","") 4
-action(2,1,0,"open_scene2","dos") 5
-action(2,1,1,"open_2A","open_system") 6
-action(2,1,2,"#ENDSEQUENCE(1)","") 7
-action(2,2,0,"start_system_voice","tell_me") 8
-action(2,2,1,"open_2B","open_technical_characteristics") 9
-action(2,2,2,"open_2B1","read") 10
-action(2,2,3,"open_2B2","next") 11
-action(2,2,4,"open_2B3","yes") 12
-action(2,2,5,"open_2B4","read") 13
-action(2,2,6,"open_2B5","download") 14
-action(2,2,7,"open_2C","open_the_terms_and_conditions_of_use_of_body_x_epsilon_system_three_point_zero") 15
-action(2,2,8,"open_2C1","accept_terms_and_conditions_of_use") 16
-action(2,2,9,"open_2C2","next") 17
-action(2,2,10,"open_2D","install_the_new_version_of_me") 18
-action(2,2,11,"#end","give_me_my_data") 19
-action(2,2,12,"#ENDSEQUENCE(2)","") 20
-action(2,2,13,"#ENDSECTION(2)","") 21
-action(3,1,0,"open_scene3","tres") 22
-action(3,1,1,"#end","open_access_to_body_data") 23
-action(3,1,2,"#ENDSEQUENCE(1)","") 24
-action(3,2,0,"open3_A","import_body_data") 25
-action(3,2,1,"open3_A1","import_organic_matter_data") 26
-action(3,2,2,"open3_A2","import_temperature") 27
-action(3,2,3,"open3_A3","import_time") 28
-action(3,2,4,"open3_A4","import_space_data") 29
-action(3,2,5,"open3_A5","import_position") 30
-action(3,2,6,"open3_A6","import_body_subsystems") 31
-action(3,2,7,"open3_A7","import_estate") 32
-action(3,2,8,"#end","give_me_my_data") 33
-action(3,2,9,"#ENDSEQUENCE(2)","") 34
-action(3,2,10,"#ENDSECTION(3)","") 35
-action(4,1,0,"open_scene4","quatro") 36
-action(4,1,1,"#end","open_access_to_body_functions") 37
-action(4,1,2,"#ENDSEQUENCE(1)","") 38
-action(4,2,0,"open_4A","import_body_functions_space_localization") 39
-action(4,2,1,"open_4A1","import_body_functions_sensations") 40
-action(4,2,2,"open_4A2","import_body_functions_passion") 41
-action(4,2,3,"open_4A3","import_body_functions_concentration") 42
-action(4,2,4,"open_4A4","import_body_functions_perception") 43
-action(4,2,5,"open_4A5","import_body_functions_formal_force") 44
-action(4,2,6,"open_4A6","import_body_functions_logics") 45
-action(4,2,7,"open_4A7","import_body_functions_imagination") 46
-action(4,2,8,"open_4A8","import_body_functions_effort") 47
-action(4,2,9,"open_4A9","import_body_functions_nervous_system") 48
-action(4,2,10,"open_4A10","import_body_functions_internal_network") 49
-action(4,2,11,"#end","upload") 50
-action(4,2,12,"#end","give_me_my_data") 51
-action(4,2,13,"#ENDSEQUENCE(2)","") 52
-action(4,2,14,"#ENDSECTION(4)","") 53
-action(5,1,0,"open_scene5","cinco") 54
-action(5,1,1,"#ENDSEQUENCE(1)","") 55
-action(5,2,0,"#end","import_memory") 56
-action(5,2,1,"#end","give_me_my_data") 57
-action(5,2,2,"stop_system_voice","silence") 58
-action(5,2,3,"#ENDSEQUENCE(2)","") 59
-action(5,2,4,"#ENDSECTION(5)","") 60
-action(6,1,0,"#end","open_network") 61
-action(6,1,1,"#ENDSEQUENCE(1)","") 62
-action(6,2,0,"constellation","clouds") 63
-action(6,2,1,"constellation","beautiful") 64
-action(6,2,2,"constellation","data") 65
-action(6,2,3,"amplification1","clouds") 66
-action(6,2,4,"constellation","rain_of_identities") 67
-action(6,2,5,"constellation","storm_of_possibilities") 68
-action(6,2,6,"constellation","body") 69
-action(6,2,7,"constellation","wifi") 70
-action(6,2,8,"constellation","search") 71
-action(6,2,9,"constellation","and_redo") 72
-action(6,2,10,"constellation","connection") 73
-action(6,2,11,"constellation","connect_me_to_this_network") 74
-action(6,2,12,"constellation","function") 75
-action(6,2,13,"constellation","looking_for") 76
-action(6,2,14,"amplification1","something") 77
-action(6,2,15,"constellation","must") 78
-action(6,2,16,"constellation","stay") 79
-action(6,2,17,"amplification1","something") 80
-action(6,2,18,"amplification1","must") 81
-action(6,2,19,"constellation","exist") 82
-action(6,2,20,"constellation","a") 83
-action(6,2,21,"constellation","thread") 84
-action(6,2,22,"amplification2","something") 85
-action(6,2,23,"amplification1","exists") 86
-action(6,2,24,"constellation","between_recollection_and_oblivion") 87
-action(6,2,25,"constellation","a_tension_an_echo_an_emptiness") 88
-action(6,2,26,"amplification3","something") 89
-action(6,2,27,"constellation","rare") 90
-action(6,2,28,"amplification1","stays") 91
-action(6,2,29,"constellation","through") 92
-action(6,2,30,"constellation","nothing_more_strange_than_this_exile") 93
-action(6,2,31,"constellation","an_absolute_abyss") 94
-action(6,2,32,"constellation","a_creaking_of_the_bones") 95
-action(6,2,33,"constellation","a_barbarian_invasion") 96
-action(6,2,34,"constellation","the_carelessness_of_destinies") 97
-action(6,2,35,"constellation","wringing_out_the") 98
-action(6,2,36,"constellation","blood") 99
-action(6,2,37,"amplification4","something") 100
-action(6,2,38,"constellation","should") 101
-action(6,2,39,"amplification2","must") 102
-action(6,2,40,"constellation","or") 103
-action(6,2,41,"amplification2","must") 104
-action(6,2,42,"constellation","not") 105
-action(6,2,43,"amplification5","something") 106
-action(6,2,44,"amplification2","stays") 107
-action(6,2,45,"#end","try_with_functional_regulation") 108
-action(6,2,46,"#end","give_me_my_data") 109
-action(6,2,47,"#ENDSEQUENCE(2)","") 110
-action(6,3,0,"constellation","possible") 111
-action(6,3,1,"amplification1","function") 112
-action(6,3,2,"constellation","erase_the") 113
-action(6,3,3,"constellation","space") 114
-action(6,3,4,"constellation","important") 115
-action(6,3,5,"constellation","state") 116
-action(6,3,6,"constellation","geolocalization") 117
-action(6,3,7,"amplification1","important") 118
-action(6,3,8,"constellation","encode") 119
-action(6,3,9,"constellation","passion") 120
-action(6,3,10,"constellation","for_located") 121
-action(6,3,11,"constellation","constellation") 122
-action(6,3,12,"constellation","center") 123
-action(6,3,13,"constellation","six_six_nine") 124
-action(6,3,14,"amplification2","important") 125
-action(6,3,15,"constellation","some") 126
-action(6,3,16,"amplification1","threads") 127
-action(6,3,17,"constellation","are_broken") 128
-action(6,3,18,"constellation","remove") 129
-action(6,3,19,"constellation","memory") 130
-action(6,3,20,"constellation","love") 131
-action(6,3,21,"amplification1","love") 132
-action(6,3,22,"amplification1","memory") 133
-action(6,3,23,"amplification2","love") 134
-action(6,3,24,"amplification1","errors") 135
-action(6,3,25,"constellation","a_identical") 136
-action(6,3,26,"constellation","identity") 137
-action(6,3,27,"constellation","identifier") 138
-action(6,3,28,"constellation","where") 139
-action(6,3,29,"constellation","answer") 140
-action(6,3,30,"constellation","being") 141
-action(6,3,31,"constellation","boing") 142
-action(6,3,32,"constellation","boot") 143
-action(6,3,33,"constellation","reboot") 144
-action(6,3,34,"constellation","border_of") 145
-action(6,3,35,"amplification1","body") 146
-action(6,3,36,"amplification2","body") 147
-action(6,3,37,"amplification1","being") 148
-action(6,3,38,"constellation","begun") 149
-action(6,3,39,"constellation","begin") 150
-action(6,3,40,"constellation","win") 151
-action(6,3,41,"amplification1","border_of") 152
-action(6,3,42,"amplification2","being") 153
-action(6,3,43,"constellation","actions") 154
-action(6,3,44,"amplification1","search") 155
-action(6,3,45,"constellation","the") 156
-action(6,3,46,"amplification1","answer") 157
-action(6,3,47,"constellation","of") 158
-action(6,3,48,"amplification1","the") 159
-action(6,3,49,"constellation","there_is") 160
-action(6,3,50,"amplification1","there_is") 161
-action(6,3,51,"amplification6","something") 162
-action(6,3,52,"amplification3","body") 163
-action(6,3,53,"constellation","password") 164
-action(6,3,54,"constellation","pancreas") 165
-action(6,3,55,"constellation","give") 166
-action(6,3,56,"constellation","me") 167
-action(6,3,57,"amplification1","data") 168
-action(6,3,58,"amplification1","give") 169
-action(6,3,59,"amplification1","me") 170
-action(6,3,60,"amplification2","give") 171
-action(6,3,61,"amplification2","me") 172
-action(6,3,62,"constellation","you") 173
-action(6,3,63,"constellation","your") 174
-action(6,3,64,"amplification3","give") 175
-action(6,3,65,"amplification3","me") 176
-action(6,3,66,"amplification1","your") 177
-action(6,3,67,"amplification2","data") 178
-action(6,3,68,"amplification4","give") 179
-action(6,3,69,"amplification4","me") 180
-action(6,3,70,"amplification2","your") 181
-action(6,3,71,"amplification5","give") 182
-action(6,3,72,"amplification5","me") 183
-action(6,3,73,"amplification3","your") 184
-action(6,3,74,"amplification3","data") 185
-action(6,3,75,"amplification1","begun") 186
-action(6,3,76,"amplification1","begin") 187
-action(6,3,77,"amplification1","wins") 188
-action(6,3,78,"amplification1","blood") 189
-action(6,3,79,"constellation","everywhere") 190
-action(6,3,80,"amplification6","give") 191
-action(6,3,81,"amplification7","give") 192
-action(6,3,82,"amplification4","your") 193
-action(6,3,83,"amplification2","blood") 194
-action(6,3,84,"constellation","golden") 195
-action(6,3,85,"amplification1","golden") 196
-action(6,3,86,"amplification4","data") 197
-action(6,3,87,"constellation","protein_protection_amino-acid") 198
-action(6,3,88,"amplification1","where") 199
-action(6,3,89,"constellation","bilar") 200
-action(6,3,90,"constellation","violence_segment") 201
-action(6,3,91,"constellation","segregation") 202
-action(6,3,92,"amplification2","memory") 203
-action(6,3,93,"amplification1","encode") 204
-action(6,3,94,"amplification2","where") 205
-action(6,3,95,"amplification3","where") 206
-action(6,3,96,"amplification4","body") 207
-action(6,3,97,"amplification4","where") 208
-action(6,3,98,"amplification5","body") 209
-action(6,3,99,"amplification5","where") 210
-action(6,3,100,"amplification6","where") 211
-action(6,3,101,"amplification8","give") 212
-action(6,3,102,"amplification5","data") 213
-action(6,3,103,"amplification2","clouds") 214
-action(6,3,104,"amplification7","something") 215
-action(6,3,105,"amplification3","being") 216
-action(6,3,106,"amplification7","where") 217
-action(6,3,107,"amplification8","where") 218
-action(6,3,108,"amplification9","give") 219
-action(6,3,109,"amplification6","data") 220
-action(6,3,110,"amplification2","functions") 221
-action(6,3,111,"#end","and_to_want") 222
-action(6,3,112,"#end","give_me_my_data") 223
-action(6,3,113,"#ENDSEQUENCE(3)","") 224
-action(6,4,0,"#end","y_querer") 225
-action(6,4,1,"#end","give_me_my_data") 226
-action(6,4,2,"#ENDSEQUENCE(4)","") 227
-action(6,5,0,"#end","give_me_my_data") 228
-action(6,5,1,"#ENDSEQUENCE(5)","") 229
-action(6,5,2,"#ENDSECTION(6)","") 230
-action(8,1,0,"#end","search_for_sequences_producing_significant_alignments_in_genetic_database") 231
-action(8,1,1,"#end","give_me_my_data") 232
-action(8,1,2,"#ENDSEQUENCE(1)","") 233
-action(8,2,0,"memorise_loop","record") 234
-action(8,2,1,"memorise_loop","record") 235
-action(8,2,2,"#end","give_me_my_data") 236
-action(8,2,3,"#ENDSEQUENCE(2)","") 237
-action(8,2,4,"#ENDSECTION(8)","") 238
+action(1,1,1,"#ENDSECTION(1)","") 4
+action(2,1,1,"open_scene2","dos") 5
+action(2,1,2,"open_2A","open_system") 6
+action(2,1,3,"#ENDSEQUENCE(1)","") 7
+action(2,2,3,"start_system_voice","tell_me") 8
+action(2,2,4,"open_2B","open_technical_characteristics") 9
+action(2,2,5,"open_2B1","read") 10
+action(2,2,6,"open_2B2","next") 11
+action(2,2,7,"open_2B3","yes") 12
+action(2,2,8,"open_2B4","read") 13
+action(2,2,9,"open_2B5","download") 14
+action(2,2,10,"open_2C","open_the_terms_and_conditions_of_use_of_body_x_epsilon_system_three_point_zero") 15
+action(2,2,11,"open_2C1","accept_terms_and_conditions_of_use") 16
+action(2,2,12,"open_2C2","next") 17
+action(2,2,13,"open_2D","install_the_new_version_of_me") 18
+action(2,2,14,"#end","give_me_my_data") 19
+action(2,2,15,"#ENDSEQUENCE(2)","") 20
+action(2,2,15,"#ENDSECTION(2)","") 21
+action(3,1,15,"open_scene3","tres") 22
+action(3,1,16,"#end","open_access_to_body_data") 23
+action(3,1,17,"#ENDSEQUENCE(1)","") 24
+action(3,2,17,"open3_A","import_body_data") 25
+action(3,2,18,"open3_A1","import_organic_matter_data") 26
+action(3,2,19,"open3_A2","import_temperature") 27
+action(3,2,20,"open3_A3","import_time") 28
+action(3,2,21,"open3_A4","import_space_data") 29
+action(3,2,22,"open3_A5","import_position") 30
+action(3,2,23,"open3_A6","import_body_subsystems") 31
+action(3,2,24,"open3_A7","import_estate") 32
+action(3,2,25,"#end","give_me_my_data") 33
+action(3,2,26,"#ENDSEQUENCE(2)","") 34
+action(3,2,26,"#ENDSECTION(3)","") 35
+action(4,1,26,"open_scene4","quatro") 36
+action(4,1,27,"#end","open_access_to_body_functions") 37
+action(4,1,28,"#ENDSEQUENCE(1)","") 38
+action(4,2,28,"open_4A","import_body_functions_space_localization") 39
+action(4,2,29,"open_4A1","import_body_functions_sensations") 40
+action(4,2,30,"open_4A2","import_body_functions_passion") 41
+action(4,2,31,"open_4A3","import_body_functions_concentration") 42
+action(4,2,32,"open_4A4","import_body_functions_perception") 43
+action(4,2,33,"open_4A5","import_body_functions_formal_force") 44
+action(4,2,34,"open_4A6","import_body_functions_logics") 45
+action(4,2,35,"open_4A7","import_body_functions_imagination") 46
+action(4,2,36,"open_4A8","import_body_functions_effort") 47
+action(4,2,37,"open_4A9","import_body_functions_nervous_system") 48
+action(4,2,38,"open_4A10","import_body_functions_internal_network") 49
+action(4,2,39,"#end","upload") 50
+action(4,2,40,"#end","give_me_my_data") 51
+action(4,2,41,"#ENDSEQUENCE(2)","") 52
+action(4,2,41,"#ENDSECTION(4)","") 53
+action(5,1,41,"open_scene5","cinco") 54
+action(5,1,42,"#ENDSEQUENCE(1)","") 55
+action(5,2,42,"#end","import_memory") 56
+action(5,2,43,"#end","give_me_my_data") 57
+action(5,2,44,"stop_system_voice","silence") 58
+action(5,2,45,"#ENDSEQUENCE(2)","") 59
+action(5,2,45,"#ENDSECTION(5)","") 60
+action(6,1,45,"#end","open_network") 61
+action(6,1,46,"#ENDSEQUENCE(1)","") 62
+action(6,2,46,"constellation","clouds") 63
+action(6,2,47,"constellation","beautiful") 64
+action(6,2,48,"constellation","data") 65
+action(6,2,49,"amplification1","clouds") 66
+action(6,2,50,"constellation","rain_of_identities") 67
+action(6,2,51,"constellation","storm_of_possibilities") 68
+action(6,2,52,"constellation","body") 69
+action(6,2,53,"constellation","wifi") 70
+action(6,2,54,"constellation","search") 71
+action(6,2,55,"constellation","and_redo") 72
+action(6,2,56,"constellation","connection") 73
+action(6,2,57,"constellation","connect_me_to_this_network") 74
+action(6,2,58,"constellation","function") 75
+action(6,2,59,"constellation","looking_for") 76
+action(6,2,60,"amplification1","something") 77
+action(6,2,61,"constellation","must") 78
+action(6,2,62,"constellation","stay") 79
+action(6,2,63,"amplification1","something") 80
+action(6,2,64,"amplification1","must") 81
+action(6,2,65,"constellation","exist") 82
+action(6,2,66,"constellation","a") 83
+action(6,2,67,"constellation","thread") 84
+action(6,2,68,"amplification2","something") 85
+action(6,2,69,"amplification1","exists") 86
+action(6,2,70,"constellation","between_recollection_and_oblivion") 87
+action(6,2,71,"constellation","a_tension_an_echo_an_emptiness") 88
+action(6,2,72,"amplification3","something") 89
+action(6,2,73,"constellation","rare") 90
+action(6,2,74,"amplification1","stays") 91
+action(6,2,75,"constellation","through") 92
+action(6,2,76,"constellation","nothing_more_strange_than_this_exile") 93
+action(6,2,77,"constellation","an_absolute_abyss") 94
+action(6,2,78,"constellation","a_creaking_of_the_bones") 95
+action(6,2,79,"constellation","a_barbarian_invasion") 96
+action(6,2,80,"constellation","the_carelessness_of_destinies") 97
+action(6,2,81,"constellation","wringing_out_the") 98
+action(6,2,82,"constellation","blood") 99
+action(6,2,83,"amplification4","something") 100
+action(6,2,84,"constellation","should") 101
+action(6,2,85,"amplification2","must") 102
+action(6,2,86,"constellation","or") 103
+action(6,2,87,"amplification2","must") 104
+action(6,2,88,"constellation","not") 105
+action(6,2,89,"amplification5","something") 106
+action(6,2,90,"amplification2","stays") 107
+action(6,2,91,"#end","try_with_functional_regulation") 108
+action(6,2,92,"#end","give_me_my_data") 109
+action(6,2,93,"#ENDSEQUENCE(2)","") 110
+action(6,3,93,"constellation","possible") 111
+action(6,3,94,"amplification1","function") 112
+action(6,3,95,"constellation","erase_the") 113
+action(6,3,96,"constellation","space") 114
+action(6,3,97,"constellation","important") 115
+action(6,3,98,"constellation","state") 116
+action(6,3,99,"constellation","geolocalization") 117
+action(6,3,100,"amplification1","important") 118
+action(6,3,101,"constellation","encode") 119
+action(6,3,102,"constellation","passion") 120
+action(6,3,103,"constellation","for_located") 121
+action(6,3,104,"constellation","constellation") 122
+action(6,3,105,"constellation","center") 123
+action(6,3,106,"constellation","six_six_nine") 124
+action(6,3,107,"amplification2","important") 125
+action(6,3,108,"constellation","some") 126
+action(6,3,109,"amplification1","threads") 127
+action(6,3,110,"constellation","are_broken") 128
+action(6,3,111,"constellation","remove") 129
+action(6,3,112,"constellation","memory") 130
+action(6,3,113,"constellation","love") 131
+action(6,3,114,"amplification1","love") 132
+action(6,3,115,"amplification1","memory") 133
+action(6,3,116,"amplification2","love") 134
+action(6,3,117,"amplification1","errors") 135
+action(6,3,118,"constellation","a_identical") 136
+action(6,3,119,"constellation","identity") 137
+action(6,3,120,"constellation","identifier") 138
+action(6,3,121,"constellation","where") 139
+action(6,3,122,"constellation","answer") 140
+action(6,3,123,"constellation","being") 141
+action(6,3,124,"constellation","boing") 142
+action(6,3,125,"constellation","boot") 143
+action(6,3,126,"constellation","reboot") 144
+action(6,3,127,"constellation","border_of") 145
+action(6,3,128,"amplification1","body") 146
+action(6,3,129,"amplification2","body") 147
+action(6,3,130,"amplification1","being") 148
+action(6,3,131,"constellation","begun") 149
+action(6,3,132,"constellation","begin") 150
+action(6,3,133,"constellation","win") 151
+action(6,3,134,"amplification1","border_of") 152
+action(6,3,135,"amplification2","being") 153
+action(6,3,136,"constellation","actions") 154
+action(6,3,137,"amplification1","search") 155
+action(6,3,138,"constellation","the") 156
+action(6,3,139,"amplification1","answer") 157
+action(6,3,140,"constellation","of") 158
+action(6,3,141,"amplification1","the") 159
+action(6,3,142,"constellation","there_is") 160
+action(6,3,143,"amplification1","there_is") 161
+action(6,3,144,"amplification6","something") 162
+action(6,3,145,"amplification3","body") 163
+action(6,3,146,"constellation","password") 164
+action(6,3,147,"constellation","pancreas") 165
+action(6,3,148,"constellation","give") 166
+action(6,3,149,"constellation","me") 167
+action(6,3,150,"amplification1","data") 168
+action(6,3,151,"amplification1","give") 169
+action(6,3,152,"amplification1","me") 170
+action(6,3,153,"amplification2","give") 171
+action(6,3,154,"amplification2","me") 172
+action(6,3,155,"constellation","you") 173
+action(6,3,156,"constellation","your") 174
+action(6,3,157,"amplification3","give") 175
+action(6,3,158,"amplification3","me") 176
+action(6,3,159,"amplification1","your") 177
+action(6,3,160,"amplification2","data") 178
+action(6,3,161,"amplification4","give") 179
+action(6,3,162,"amplification4","me") 180
+action(6,3,163,"amplification2","your") 181
+action(6,3,164,"amplification5","give") 182
+action(6,3,165,"amplification5","me") 183
+action(6,3,166,"amplification3","your") 184
+action(6,3,167,"amplification3","data") 185
+action(6,3,168,"amplification1","begun") 186
+action(6,3,169,"amplification1","begin") 187
+action(6,3,170,"amplification1","wins") 188
+action(6,3,171,"amplification1","blood") 189
+action(6,3,172,"constellation","everywhere") 190
+action(6,3,173,"amplification6","give") 191
+action(6,3,174,"amplification7","give") 192
+action(6,3,175,"amplification4","your") 193
+action(6,3,176,"amplification2","blood") 194
+action(6,3,177,"constellation","golden") 195
+action(6,3,178,"amplification1","golden") 196
+action(6,3,179,"amplification4","data") 197
+action(6,3,180,"constellation","protein_protection_amino-acid") 198
+action(6,3,181,"amplification1","where") 199
+action(6,3,182,"constellation","bilar") 200
+action(6,3,183,"constellation","violence_segment") 201
+action(6,3,184,"constellation","segregation") 202
+action(6,3,185,"amplification2","memory") 203
+action(6,3,186,"amplification1","encode") 204
+action(6,3,187,"amplification2","where") 205
+action(6,3,188,"amplification3","where") 206
+action(6,3,189,"amplification4","body") 207
+action(6,3,190,"amplification4","where") 208
+action(6,3,191,"amplification5","body") 209
+action(6,3,192,"amplification5","where") 210
+action(6,3,193,"amplification6","where") 211
+action(6,3,194,"amplification8","give") 212
+action(6,3,195,"amplification5","data") 213
+action(6,3,196,"amplification2","clouds") 214
+action(6,3,197,"amplification7","something") 215
+action(6,3,198,"amplification3","being") 216
+action(6,3,199,"amplification7","where") 217
+action(6,3,200,"amplification8","where") 218
+action(6,3,201,"amplification9","give") 219
+action(6,3,202,"amplification6","data") 220
+action(6,3,203,"amplification2","functions") 221
+action(6,3,204,"#end","and_to_want") 222
+action(6,3,205,"#end","give_me_my_data") 223
+action(6,3,206,"#ENDSEQUENCE(3)","") 224
+action(6,4,206,"#end","y_querer") 225
+action(6,4,207,"#end","give_me_my_data") 226
+action(6,4,208,"#ENDSEQUENCE(4)","") 227
+action(6,5,208,"#end","give_me_my_data") 228
+action(6,5,209,"#ENDSEQUENCE(5)","") 229
+action(6,5,209,"#ENDSECTION(6)","") 230
+action(8,1,209,"#end","search_for_sequences_producing_significant_alignments_in_genetic_database") 231
+action(8,1,210,"#end","give_me_my_data") 232
+action(8,1,211,"#ENDSEQUENCE(1)","") 233
+action(8,2,211,"memorise_loop","record") 234
+action(8,2,212,"memorise_loop","record") 235
+action(8,2,213,"#end","give_me_my_data") 236
+action(8,2,214,"#ENDSEQUENCE(2)","") 237
+action(8,2,215,"#ENDSECTION(8)","") 238
diff --git a/asr/models/homeostasis_25nov/words.phon b/asr/models/homeostasis_25nov/words.phon
index 7284af7e653d99417c476a7514944d85c9b56b31..7fc2b31999d3b8b80a6bab039faf5013f8038afb 100644
--- a/asr/models/homeostasis_25nov/words.phon
+++ b/asr/models/homeostasis_25nov/words.phon
@@ -654,6 +654,7 @@ chicken CH IH K AH N
 child CH AY L D
 choose CH UW Z
 cinco S IH NG K OW
+cinco S IH NG K AA
 climate K L AY M IH T
 climate K L AY M AH T
 close K L OW Z
@@ -1068,6 +1069,9 @@ segment S EH G M EH N T
 segment S EH G M AH N T
 segregation S EH G R AH G EY SH AH N
 seis S IY S
+seis S EH IY S
+seis S EH IH S
+seis S EH S
 send S EH N D
 sensations S EH N S EY SH AH N Z
 sensations S AH N S EY SH AH N
diff --git a/asr/models/simple-example/adaptation-macbook.txt b/asr/models/simple-example/adaptation-macbook.txt
new file mode 120000
index 0000000000000000000000000000000000000000..a5772d4f263aabde97558993cf25f9af5d6c7b56
--- /dev/null
+++ b/asr/models/simple-example/adaptation-macbook.txt
@@ -0,0 +1 @@
+/home/favre/work/kaldi/interface-rocio/asr/tools/base/acoustic-model/adaptation-macbook.txt
\ No newline at end of file
diff --git a/asr/models/simple-example/adaptation-show.txt b/asr/models/simple-example/adaptation-show.txt
new file mode 120000
index 0000000000000000000000000000000000000000..38103f777f4e370226f4605cad68f5947bb9fb08
--- /dev/null
+++ b/asr/models/simple-example/adaptation-show.txt
@@ -0,0 +1 @@
+/home/favre/work/kaldi/interface-rocio/asr/tools/base/acoustic-model/adaptation-show.txt
\ No newline at end of file
diff --git a/asr/tools/base/acoustic-model/adaptation-macbook.txt b/asr/tools/base/acoustic-model/adaptation-macbook.txt
new file mode 100644
index 0000000000000000000000000000000000000000..0515e6a8145d9a2d15b88749e17127eb166a0920
--- /dev/null
+++ b/asr/tools/base/acoustic-model/adaptation-macbook.txt
@@ -0,0 +1,110 @@
+<OnlineIvectorExtractorAdaptationState> <CmvnState> <OnlineCmvnState> <SpeakerCmvnStats>  [
+  173094.6 -23029.56 -15491 13155.87 12066.82 -4952.244 -13346.36 -25234.2 -16157.07 -4398.413 -8317.139 -10129.92 136.8732 2000 
+  1.527809e+07 676974.1 496916.5 432457.3 327579.8 548904.1 458724.9 670826.5 463803.2 260293 278316.9 227868.3 142745.4 0 ]
+<GlobalCmvnStats>  [
+  6.299234e+09 -2.661875e+08 -6.390316e+08 -6647392 -5.791699e+08 -8.178721e+08 -7.059654e+08 -6.712349e+08 -3.790289e+08 -2.272473e+08 -3.395233e+08 -2.722677e+08 -4.006703e+08 7.424786e+07 
+  5.437895e+11 1.965984e+10 2.183309e+10 2.003092e+10 2.383309e+10 2.827255e+10 2.546194e+10 2.327354e+10 1.776221e+10 1.662067e+10 1.382349e+10 1.283386e+10 1.148004e+10 0 ]
+<FrozenState>  [ ]
+</OnlineCmvnState> <IvectorStats> <OnlineIvectorEstimationStats> <PriorOffset> 52.91615 <MaxCount> 0 <NumFrames> 200 <QuadraticTerm> [
+63.27172 
+51.2014 44.03334 
+22.22931 18.24058 9.925726 
+7.281842 6.058095 2.642313 2.514593 
+4.254334 3.590175 1.522999 0.5782218 2.22195 
+3.245829 2.586827 1.19466 0.3795511 0.1733588 2.070217 
+6.638179 5.57031 2.373776 0.7973828 0.4916829 0.3670359 2.514763 
+6.946612 5.782004 2.309699 0.8645524 0.4780487 0.3719785 0.6866744 2.874145 
+3.022605 2.439269 1.114807 0.3399734 0.06897005 0.2302865 0.2263321 0.3933897 1.945907 
+-15.38419 -12.58581 -5.62593 -1.737885 -1.00632 -0.838785 -1.574313 -1.600145 -0.6499564 5.980449 
+1.285446 1.008691 0.4659952 0.2669101 0.1322191 0.03559984 0.1453067 0.1700017 0.2334648 -0.2856064 1.743934 
+-0.9837061 -0.7465597 -0.4910951 -0.05582 -0.05331547 -0.2026882 -0.2361827 0.1402897 -0.2353265 0.1872427 -0.08337711 1.873516 
+8.061304 6.704479 2.916555 0.8779562 0.5908939 0.3390373 0.9741572 0.7308649 0.1148403 -2.181696 0.06244429 -0.07645343 3.015128 
+-10.10325 -8.311145 -3.632295 -1.099792 -0.6991727 -0.7596764 -0.996904 -1.157692 -0.6321788 2.73333 -0.3337718 0.2073952 -1.262823 3.758898 
+-13.83295 -11.42432 -5.105623 -1.578823 -0.8863755 -0.9233655 -1.438688 -1.528142 -0.6935614 3.42472 -0.253219 0.3522695 -1.765292 2.427398 5.0617 
+-9.214831 -7.637382 -3.304099 -1.103745 -0.5986762 -0.5291969 -0.9789982 -1.089824 -0.2294452 2.234458 -0.1533301 -0.02434937 -1.438747 1.525722 2.086681 3.483101 
+4.236242 3.33465 1.595504 0.5245355 0.3270748 0.4285553 0.4565994 0.4691838 0.3002041 -1.373879 0.1253305 -0.3152799 0.4680696 -0.8670674 -0.994608 -0.6082061 2.397228 
+20.98705 17.29071 7.602084 2.541084 1.282359 1.148961 2.330159 2.270036 1.054633 -5.365406 0.4106699 -0.3899834 2.812749 -3.364184 -4.778032 -3.307703 1.3467 9.22012 
+-0.8387555 -0.7113549 -0.3220315 -0.06031967 0.0574465 0.03998044 -0.1233582 -0.2180612 -0.04285431 0.1452154 0.1143693 -0.03616787 0.01399067 0.03410961 0.2685136 0.2810358 -0.1097968 -0.1424269 1.97057 
+6.059725 5.010591 2.249115 0.7721762 0.3846394 0.3035947 0.7152858 0.6242994 0.4469949 -1.508891 0.2406058 -0.09021959 0.8894705 -0.9452014 -1.294187 -0.956017 0.4663277 2.182357 0.02145747 2.359343 
+0.6859307 0.5258947 0.3005118 0.08249802 -0.09289594 0.09991987 -0.02679109 0.1815101 0.02332596 -0.09271591 -0.04344352 0.0713153 -0.07325 -0.2970459 -0.2928481 -0.1843581 0.1571248 0.1004217 -0.2870181 0.1137647 2.201074 
+-5.290711 -4.509475 -1.873011 -0.6070239 -0.3873592 -0.04803507 -0.4269458 -0.8630141 -0.2798693 1.192365 -0.1577494 -0.06823909 -0.621287 0.73895 1.244773 0.8428594 -0.1912565 -1.768723 0.01212439 -0.3548261 -0.07023778 2.67357 
+-9.140718 -7.776454 -3.300189 -1.086182 -0.6359105 -0.4042197 -1.172641 -0.7990345 -0.3594329 2.180175 -0.1519013 0.1609233 -1.351109 1.292196 1.982701 1.402346 -0.4160455 -3.104767 0.3040919 -0.8270371 -0.0703025 0.6415869 3.512994 
+-21.76894 -18.00492 -7.964732 -2.566681 -1.400163 -1.16967 -2.336852 -2.468665 -1.266806 5.516459 -0.5224219 0.5746394 -2.721562 3.655676 4.998982 3.227391 -1.865177 -7.542582 0.2938978 -2.127525 -0.2424122 2.006241 3.066694 9.986387 
+13.40548 11.09945 4.91243 1.568969 0.9322645 0.6379647 1.506308 1.376811 0.6346447 -3.306876 0.2639924 -0.1368492 2.087623 -2.312514 -3.286469 -2.356077 0.9992897 4.66699 -0.2012712 1.459101 -0.08301636 -1.269689 -2.060188 -4.73093 5.275395 
+-20.40785 -17.01603 -7.313499 -2.383345 -1.35598 -0.9064009 -2.114879 -2.490581 -1.141058 5.305775 -0.4304027 0.2235594 -2.62748 3.257454 4.48352 3.090962 -1.413479 -6.946197 0.1446793 -2.149719 -0.1627888 2.040632 3.026394 7.33224 -4.494331 9.243527 
+-12.253 -10.10754 -4.62018 -1.381929 -1.1272 -0.5913671 -1.292136 -0.9873805 -0.6783067 3.298525 -0.3322088 0.4893943 -1.744203 2.04787 2.690168 1.968091 -1.014789 -4.21094 0.001566924 -1.250701 0.1552019 1.113506 1.993794 4.591007 -2.967836 4.322368 5.307535 
+16.03228 13.3656 5.788957 1.86378 1.172926 0.7988487 1.775986 1.694671 0.7454424 -4.20343 0.4007226 -0.2318189 2.291686 -2.659384 -3.537245 -2.532355 1.036941 5.514847 -0.06572669 1.452729 -0.02711698 -1.587544 -2.378026 -5.977232 3.277719 -5.342918 -3.634663 6.476427 
+12.55347 10.3617 4.432081 1.352187 0.7463768 0.6658957 1.18024 1.858046 0.801896 -3.272481 0.1136579 -0.2111438 1.479256 -2.186756 -2.877558 -1.823345 0.8542443 4.531157 -0.2149555 1.061306 0.1431829 -1.500577 -1.455216 -4.648912 2.482826 -4.580179 -2.561022 3.456152 5.395189 
+-2.350765 -1.706924 -0.9013961 -0.1385859 -0.05412633 -0.2724619 -0.2072577 -0.02796678 -0.3595152 0.7066539 -0.04883201 0.1544978 -0.3431796 0.6664404 0.6743827 0.5480821 -0.3512078 -0.940202 -0.2987881 -0.2574568 -0.2658257 0.2901075 0.119742 1.115141 -0.9770359 0.8786162 1.141416 -0.7375089 -0.6434831 4.191176 
+7.382249 6.065918 2.498486 0.7867863 0.6343813 0.4659846 0.929428 0.6946491 0.4266881 -2.46287 0.3295747 -0.213957 1.012213 -1.588267 -1.377029 -1.48136 0.5497642 2.75516 0.1163545 0.9272384 -0.1877726 -0.6360536 -0.7841629 -2.629377 1.606707 -2.875186 -2.282725 2.414293 2.051245 -0.6793882 4.454699 
+0.3649361 0.2026264 0.270375 -0.04338888 0.1077936 0.2413769 0.03034199 -0.3584011 0.2527307 -0.1516248 0.1680028 -0.2907498 -0.09295421 -0.6273028 -0.1732109 0.08017004 0.3408657 -0.0611591 0.2039828 0.3505936 0.1182879 0.6622285 -0.3096477 -0.248991 0.2651878 -0.07378732 -0.6565855 -0.1406382 -0.4408873 -0.414045 0.306197 2.853815 
+8.291809 6.744564 2.906357 0.971979 0.4938737 0.5885751 0.8340996 1.126414 0.3494505 -2.282615 0.1531105 -0.1225843 1.031441 -1.677438 -1.942113 -1.221166 0.6274939 2.985488 0.08391481 0.6594 0.2525583 -0.8341848 -0.904533 -2.913694 1.823144 -2.656922 -1.38242 2.490257 2.208821 -1.184339 1.204298 -0.1125391 3.780323 
+-11.98773 -9.926746 -4.339151 -1.088342 -1.067928 -0.7362588 -1.059918 -1.349355 -0.694061 3.291524 -0.1192651 0.2152164 -1.561965 2.276574 2.733767 1.875302 -0.7401348 -3.994962 -0.1442885 -1.015876 0.1020542 1.268525 1.603933 4.494115 -2.888917 4.291748 3.156312 -3.505002 -2.558533 1.481202 -2.033874 -0.1636242 -2.277953 6.129163 
+25.99936 21.65204 9.246091 3.240461 1.778206 1.384845 2.970478 2.83627 1.074458 -6.18832 0.5234002 -0.3629523 3.525403 -4.110203 -5.792917 -4.21566 1.663295 9.462619 -0.229266 2.755959 0.3910238 -2.126207 -4.013541 -9.498661 5.958788 -8.658019 -5.248799 6.815249 5.207492 -1.66438 3.026166 0.1079496 3.894394 -4.962749 14.89918 
+-28.3099 -23.65495 -10.25101 -3.693837 -1.965496 -1.218707 -2.998072 -3.571313 -1.022758 6.547454 -0.4824657 0.1211503 -3.825911 4.240212 6.818984 4.180576 -1.784122 -9.564997 0.9171829 -2.755629 -0.8361815 2.459779 4.504392 10.08334 -6.258385 9.365257 4.678055 -7.317557 -5.717887 0.02928278 -1.626992 0.2939989 -4.141351 4.428053 -13.01416 18.46049 
+-2.075367 -1.833291 -0.6259206 -0.5324806 -0.26951 0.06337623 -0.4363268 -0.2743108 0.1347719 0.2971283 -0.1370694 -0.06016479 -0.4278943 0.01395688 0.2695549 0.3695784 -0.1644023 -0.8412318 0.03457355 -0.2425738 0.5083465 0.1787841 0.690589 0.4369675 -0.926545 0.5412174 0.3422271 0.09659614 0.5785536 -0.586775 0.5025998 0.3164288 0.3238631 -0.2016495 -1.556545 1.388875 5.295278 
+31.72842 26.09455 11.68928 3.409127 2.109364 2.453319 3.166683 3.033625 1.984391 -8.431463 0.8063236 -0.9940854 4.139466 -6.369113 -7.640257 -5.258806 3.057979 10.8749 -0.2034013 3.170014 0.45149 -2.10152 -4.658142 -11.69149 7.578935 -10.69443 -7.287699 8.558671 6.123619 -2.899849 4.732709 1.776689 4.558335 -7.647552 13.95019 -13.66065 -0.8510784 24.07701 
+-12.75098 -10.82883 -4.447429 -1.695145 -0.6730395 -0.4323716 -1.279294 -1.977036 -0.5045611 2.463999 -0.2350816 -0.306372 -1.549133 1.66269 3.247739 2.12769 -0.5866826 -4.424119 0.5403843 -1.425227 -0.4650565 1.561081 2.24826 4.266094 -3.545056 4.173587 1.533152 -2.206223 -2.680661 -0.2394875 0.003031751 0.533171 -1.151364 1.241961 -6.17934 7.836689 1.800063 -5.382984 9.09006 
+3.787143 3.187379 1.209072 0.6404271 0.4333929 -0.0791659 0.4087277 0.9096355 -0.06264619 -0.6749375 0.05908253 0.2156068 0.5459277 -0.233769 -0.8416175 -0.6672473 0.134641 1.163403 -0.3947388 0.09854572 0.04234096 -0.4063584 -0.4302223 -1.411731 0.5377358 -0.9201956 -0.01751826 1.172596 0.80943 0.5022368 -0.5643218 -0.963237 0.7850441 -0.1797253 2.148797 -3.508338 -1.283279 0.5742043 -1.945131 5.242563 
+18.88612 15.59873 6.930235 2.036609 1.651114 1.069709 2.366309 0.9309741 0.8015135 -5.340861 0.6690919 -0.5989738 3.501605 -3.629737 -3.747965 -3.615415 1.437922 7.13763 0.4377386 2.529795 -0.2131612 -1.167634 -2.771326 -6.521693 5.288284 -6.327505 -5.845427 5.306092 2.983266 -2.519536 4.761554 1.434269 2.755333 -4.557951 9.890091 -6.158374 -0.4287409 12.78822 -1.606275 -0.261055 23.75516 
+-4.707057 -4.149415 -1.279065 -0.6329996 -0.6793718 0.4293531 -0.1635221 -1.6919 0.2254579 0.7721668 0.1963183 -0.7462436 -0.4721067 0.4669348 1.205892 0.6307124 0.01173168 -1.082453 0.5872746 0.08555119 -0.6840902 1.151488 0.1567354 1.464236 -0.8303116 1.775695 -0.272842 -0.9371362 -2.099814 -0.7463568 0.1107032 1.379845 -1.653674 0.5954937 -2.189857 4.937033 -0.8585375 0.3165195 2.923362 -3.092539 -0.3569681 14.98415 
+-4.203045 -3.632436 -1.488029 -0.4045368 -0.2545527 -0.03555493 -0.3355905 -0.9783214 -0.2603903 0.06786547 0.2588523 -0.2572942 -0.0976324 0.3566991 1.531588 1.046182 -0.1958572 -1.363433 0.6807972 -0.2732201 -0.7864329 1.172275 0.3553293 1.72782 -1.532663 1.080038 0.2106601 -0.5593021 -1.894442 0.5039089 0.3251703 0.7559248 -0.5271311 0.01379657 -1.99911 3.182075 -0.4733886 -1.456323 3.568351 -1.146343 1.240744 3.754236 10.61814 
+7.494778 6.369192 2.591471 0.7988962 0.8760649 0.3550663 0.7967231 0.5613241 0.5496344 -1.514269 0.1345768 -0.3791213 0.8512335 -1.665236 -1.897141 -1.389038 0.5330242 2.68446 0.3205333 0.6593195 -0.4764848 -0.7407332 -1.097477 -2.663051 2.665796 -2.745249 -2.60743 1.832378 1.51494 -0.9685217 1.15481 0.6587285 0.6746814 -2.397514 4.616285 -2.631861 -0.6511875 5.405885 -1.625936 0.4035472 5.675538 -0.787623 -2.206455 9.257542 
+10.65554 8.572452 3.992715 1.21666 0.5892303 0.7930633 0.7267461 0.9031795 0.9427665 -3.518055 0.4286788 -0.3289686 1.644366 -2.008822 -2.230793 -1.868505 0.7908174 4.158417 0.3786724 1.403424 -0.3772289 -1.211663 -1.150598 -3.933598 2.590675 -4.228434 -3.389865 3.416371 2.545527 -1.600918 3.20609 0.5331492 1.722937 -3.207969 4.542096 -2.154579 0.7105801 6.953156 -0.02375076 -0.930381 5.985009 1.864859 1.825332 1.657558 10.39484 
+12.91026 11.0712 4.419725 2.09729 0.9548738 0.5797454 1.271556 2.197307 0.4295675 -1.305032 0.2951997 0.1061803 1.740674 -1.334422 -3.873676 -2.307697 0.9514402 4.405845 -0.8677072 0.979986 0.3274178 -1.634535 -1.729529 -4.751394 3.957782 -2.818167 -0.5443953 1.875322 2.147855 0.220274 -1.67895 -1.436745 1.321179 -0.8833636 7.37044 -10.24919 -2.649927 5.24786 -8.117901 5.818248 1.352384 -5.890968 -7.824507 3.792834 -1.675648 26.72175 
+24.58455 19.94746 9.050759 2.829725 1.192439 1.754469 2.641723 2.737804 1.333307 -6.35526 0.6265906 -0.5469488 3.498631 -4.724119 -5.879371 -5.180626 2.340538 9.280756 -0.2656418 2.949334 0.6729767 -2.273437 -2.959427 -9.013207 7.227075 -8.098404 -5.924902 5.803498 5.00517 -3.625441 4.160471 0.8048454 3.852337 -5.360655 11.97535 -9.517552 -1.291738 16.51207 -6.094864 0.2744967 13.0122 -0.7174582 -4.597481 6.397014 6.763849 6.181834 25.8146 
+6.403659 5.523433 2.478683 0.9209515 0.8892273 -0.5054516 0.5340625 0.6291777 0.1377465 -1.647162 0.0423989 0.1419329 1.394198 0.1288186 -1.246274 -1.191776 -0.3555204 2.449848 -0.1793925 0.4471128 -0.7024789 -2.034026 -0.8532338 -2.482829 1.266666 -2.74578 -1.981499 3.067977 2.398309 0.1143539 1.943776 -1.802767 0.1219195 -0.9349712 1.733593 -2.728966 0.5740082 0.2409736 -0.4295884 0.8350272 2.122992 -1.704295 -0.9938867 0.6678958 3.575853 0.6980081 -0.04735382 18.96175 
+-16.2116 -13.19546 -6.173412 -2.313531 -1.080337 -0.794349 -1.838309 -1.838742 -0.2122567 4.011839 -0.4373546 -0.08000967 -2.618898 2.386669 3.776599 3.307828 -1.147846 -6.130378 0.2891765 -1.834 -1.052028 1.380395 2.295704 5.510928 -4.125189 5.197197 3.182648 -4.104921 -3.022931 1.875756 -1.365455 0.2986051 -3.176011 2.430213 -9.527807 9.495233 1.06623 -8.529468 4.176341 -2.297571 -9.011921 3.761907 1.431676 -2.24145 -3.005671 -5.273414 -10.8833 -1.488819 19.96639 
+-37.61146 -31.33694 -13.57259 -4.666787 -2.27292 -2.392363 -3.817333 -4.438479 -2.092894 8.204307 -0.7492853 0.516438 -4.985734 6.334853 9.739044 5.922245 -2.771217 -13.07506 0.4090708 -3.798129 -0.7352301 3.246468 5.298122 13.67957 -10.11287 12.45053 6.956854 -8.72993 -7.999058 3.150413 -2.694551 -0.9062477 -5.822355 7.443403 -17.40483 20.20109 1.512707 -21.6887 10.89911 -3.118884 -11.67076 5.041018 6.502135 -8.522895 -5.381081 -18.39797 -19.90785 -2.951025 11.38438 45.65817 
+33.84077 27.87975 12.2233 3.956762 1.940988 2.439808 3.649877 4.081852 1.890162 -7.407321 0.6230932 -0.7060381 4.34973 -6.229701 -8.698752 -5.951497 3.404179 12.21638 -0.6038466 3.73984 0.9787238 -2.240547 -4.464838 -12.18403 9.870235 -11.00574 -6.520837 6.253518 6.362325 -3.31181 2.222945 1.524845 4.901278 -6.665545 17.29138 -16.64072 -3.628121 21.6189 -11.43095 3.682204 15.28667 -5.094717 -6.969194 9.839636 4.632245 19.57228 25.29473 -3.98367 -14.1183 -35.88117 47.79195 
+26.00244 21.33758 9.407297 2.99973 1.301275 1.563588 2.840672 3.215506 0.8434776 -6.925604 0.2847796 -0.06209432 3.755432 -4.970528 -5.800452 -4.551554 2.143883 9.399745 -0.4609732 2.924989 1.502167 -1.596087 -3.641929 -8.879432 6.66566 -9.101423 -4.948334 5.808126 5.004119 -2.335029 2.819814 0.9845048 4.695271 -4.929075 12.94175 -13.51323 -1.404941 15.75419 -7.105396 0.7016169 10.52121 -3.118773 -1.82332 3.192744 4.130205 1.961612 16.69161 -4.719758 -14.02578 -18.58478 21.93751 27.96095 
+28.77378 24.05293 10.3556 3.777328 2.119605 1.120865 3.20077 3.897155 1.41982 -6.25359 0.4985473 -0.416421 3.707988 -3.76036 -6.780228 -4.723749 1.976777 10.39321 -0.7897037 2.742941 0.04856193 -3.338361 -3.898596 -11.12863 6.626987 -9.456259 -5.284913 7.356747 7.024208 -0.2722678 2.794482 -1.416843 3.268701 -4.572278 13.44628 -14.94052 -2.170572 12.86631 -8.562569 4.301995 7.959302 -5.029731 -6.766945 6.386217 3.425842 15.28869 12.86924 7.0225 -8.33839 -22.79245 21.25872 8.887815 26.73839 
+-11.82853 -9.835053 -4.189278 -1.800515 -0.5337086 0.05400234 -1.240807 -1.925983 -0.2266768 2.438905 -0.008422092 -0.3652441 -2.017258 0.929037 2.649391 2.169682 -0.3094486 -4.515605 0.6358542 -0.9698603 -0.6873626 2.28171 1.394236 4.469962 -2.664821 3.785949 1.181292 -3.580132 -3.546916 0.6467351 -0.6889168 2.013082 -2.363418 0.644641 -5.529203 8.187714 -0.2829242 -2.930488 4.166514 -2.378167 -1.858027 4.919864 5.001382 -0.1930083 -0.857148 -6.958689 -4.516575 -5.888357 6.300383 9.644049 -3.722315 -5.721757 -10.02652 16.67393 
+-22.843 -18.80322 -8.421006 -2.885108 -1.17115 -0.8212154 -2.368097 -2.980047 -1.331061 5.074226 -0.5006243 0.3600708 -3.449453 2.99287 5.574137 4.36021 -1.528756 -8.659137 0.6173766 -2.443485 -0.495785 3.139179 2.44208 8.916283 -5.970351 7.043683 4.22011 -5.993132 -6.005796 2.439116 -2.715449 1.464577 -3.655205 3.821759 -11.24726 11.68403 0.01696372 -11.32682 6.265712 -3.612753 -7.458332 4.643107 8.052829 -4.242239 -4.034032 -14.78168 -14.97633 -5.865386 9.703882 19.59358 -18.18464 -8.186868 -18.22805 12.73949 29.26062 
+-9.979292 -8.401514 -3.556702 -0.6909867 -0.7494564 -1.194148 -0.9309242 0.03420062 -1.282373 2.641299 -0.1165159 0.8943595 -0.8816058 2.864916 2.737524 1.675618 -0.6064363 -3.718389 -0.5420772 -0.8624187 0.7261706 0.4982128 2.089016 3.607564 -3.831534 3.692941 4.415044 -2.039456 -1.289281 2.106044 -2.775375 -2.573934 -0.4831082 4.798479 -4.33642 0.1911265 0.6671061 -10.47773 2.051961 2.818426 -7.647591 -4.14958 0.7938589 -7.323105 -4.735601 0.623964 -10.25821 1.82222 -2.919028 10.62301 -13.22659 -3.593782 -3.077957 -5.510526 1.001334 26.53956 
+-17.78724 -14.51235 -6.434728 -2.118396 -0.7348312 -1.501724 -2.003484 -1.853131 -0.5851303 4.166457 -0.5520749 0.3288154 -2.937219 3.336612 4.307916 4.704324 -1.714187 -7.244236 0.5677836 -2.060007 -0.3089412 1.260723 1.865899 6.170175 -5.850241 4.708635 3.4031 -3.4608 -2.826399 2.202854 -2.153143 0.1458494 -2.85153 2.800653 -10.83461 7.52976 3.027412 -12.59806 6.136766 -3.100531 -13.23654 3.774898 3.563707 -5.625408 -3.941963 -13.32178 -18.76334 2.373962 11.60772 15.19 -25.55605 -13.06057 -11.68928 3.025474 14.98648 5.587914 30.92137 
+-18.22107 -15.24815 -6.578261 -2.360259 -0.9984625 -0.8589289 -1.907134 -2.683716 -0.5534198 4.151055 0.07215859 -0.3200142 -2.352563 2.867634 4.598108 3.17602 -1.338266 -6.449794 0.8039484 -1.788776 -0.7152671 1.396229 3.005717 6.115368 -5.412115 6.462247 2.936453 -3.095143 -3.180521 0.2461023 -0.4384592 -0.1900867 -2.027172 2.861417 -8.931354 10.81109 2.488226 -9.311173 8.041592 -2.52215 -5.245232 4.141762 5.276658 -5.502852 -0.5534538 -10.06223 -11.39828 1.871744 7.259939 17.60305 -21.02546 -14.31345 -11.75654 5.064545 9.315061 5.835154 10.41037 24.29099 
+-6.948432 -5.972292 -2.478569 -1.172373 -0.5587924 0.1060361 -0.6672124 -1.029049 -0.1743142 1.590183 -0.07078876 -0.5224595 -1.104529 0.4386258 1.224852 1.665316 0.3729142 -2.78629 0.4680236 -0.7082959 0.2182564 1.53697 1.234587 2.076408 -1.637268 2.455929 0.8195719 -2.327042 -1.749623 -1.131786 -1.358495 1.619138 -0.3064596 0.1379902 -3.309069 3.9847 1.638699 -1.879454 2.673604 -1.366973 -0.3446604 1.799784 2.525443 -0.938113 -0.6142929 -2.284666 -1.379123 -6.608654 2.209972 0.4326983 1.650784 -0.4165388 -4.80369 4.827944 5.596467 -0.08950994 3.121741 1.900054 16.5516 
+2.996545 2.281677 1.120365 0.1387194 0.2112216 0.09427188 0.2578002 -0.2789659 -0.05771597 -1.420554 0.2009588 0.1650215 0.955236 -0.9346831 0.02159976 -0.9867343 0.3052696 1.391272 0.6810549 1.01457 -0.209634 0.0947213 -0.3103952 -1.005541 1.235054 -1.438729 -1.947193 1.295497 -0.2469395 -2.05406 2.016155 1.328277 0.7899026 -2.09595 2.06616 1.504864 0.1734034 3.440226 1.561295 -1.897198 7.353119 2.945639 2.966162 1.465444 4.484405 -6.277458 4.903232 0.5948538 -1.666853 -1.142047 2.334595 5.255563 -1.323434 1.56973 2.040972 -3.364673 -2.359974 -0.4307718 1.269837 15.98076 
+-37.73723 -30.9797 -13.6797 -4.415217 -2.17348 -2.130332 -3.78302 -3.715209 -1.952809 10.10026 -0.8968556 0.5677913 -5.988478 6.299169 8.86496 7.424892 -2.458902 -14.50532 -0.1516402 -4.116279 0.1470415 4.058462 4.768019 13.52108 -10.73381 12.97879 9.381334 -10.13505 -8.496062 5.32891 -7.494635 0.07354546 -6.281307 9.52189 -18.69205 14.47424 1.154083 -23.22556 7.964696 -2.030714 -20.31427 2.138349 3.831417 -10.03925 -12.93194 -10.79256 -27.39714 -6.908271 14.73889 30.43471 -31.41251 -19.18451 -21.12222 10.30848 24.79345 14.46496 25.06259 15.14211 6.24622 -6.484887 54.23063 
+16.28623 13.6025 5.872618 1.893999 1.275727 1.086384 1.655664 1.13378 1.305114 -4.234389 0.608888 -0.4329875 2.132495 -2.693426 -3.942328 -3.147062 1.47261 6.265138 0.1362306 2.207814 -1.014137 -1.624986 -2.699454 -5.781722 5.26499 -5.835497 -4.811715 3.472603 2.484909 -1.051984 3.267468 1.139264 0.2435991 -4.00829 7.120137 -3.910789 -3.284959 11.45836 -4.948873 0.1580026 9.792828 2.889751 -2.166935 6.160342 6.807542 8.3175 13.59897 5.054967 -1.730144 -14.89411 19.24432 3.256441 10.56632 0.9818537 -8.884165 -15.12931 -12.99404 -8.814161 -4.098641 2.907348 -21.49415 27.41905 
+6.459675 5.438909 2.318212 0.5790438 0.7253858 -0.0846631 0.2221737 0.1332078 0.2828497 -2.719179 -0.1708018 0.06577189 1.244943 -0.575905 -1.017097 -1.739003 -0.7995171 2.708168 0.5730146 0.2803075 -0.6305052 -2.313251 -0.8320812 -2.285438 1.256287 -3.338439 -3.566037 4.223115 3.57644 -1.765651 5.24031 -1.35205 1.680111 -3.986332 1.534141 0.7169503 4.584232 2.27631 3.498755 -2.837096 4.00372 -0.04595675 -1.093146 2.022478 6.171765 -9.127877 1.941869 10.67663 0.3765735 1.725355 -9.969405 -1.975922 1.310333 -4.322067 -3.644182 -3.883879 4.287271 4.172229 -5.899848 2.745378 -12.45795 0.6952369 34.60711 
+2.470186 1.7644 1.074318 0.2796081 -0.1085928 -0.2397461 0.1355292 -0.1121885 -0.4555434 -1.493143 -0.206174 0.4941474 1.093376 -0.2591645 0.03815172 -1.274587 -0.5913879 1.354665 0.3357768 0.3259276 0.3242191 -0.8863081 -0.2067072 -0.2157969 1.369241 -1.361523 -1.983707 1.636125 0.7824318 -2.83825 2.515797 -0.1791747 1.893694 -2.135776 2.0258 0.4859137 2.598581 1.069825 1.477956 -2.136896 6.255947 -0.7306455 0.7298184 1.887524 3.868624 -8.984622 6.082736 3.238203 -4.588819 -0.6998704 -1.888108 6.858004 -2.416494 -4.286701 -1.530307 -2.951758 -0.626875 -3.194173 -0.3005596 7.153467 -11.98159 -3.480081 15.62189 25.08848 
+-3.596866 -2.675901 -1.284623 -0.4234235 -0.01486332 0.1494037 -0.562566 -0.3346795 0.3346045 1.644337 -0.03547658 -0.2929338 -1.276072 0.6110406 0.06925546 1.444529 -0.0215565 -2.089108 -0.2108003 -0.6564919 -0.1974996 0.3384719 0.238147 0.8359673 -1.45704 1.153282 1.458816 -1.259918 -0.4766319 1.35754 -1.852836 0.1204295 -1.266475 0.7861904 -3.074309 0.648278 0.9490012 -1.548539 -0.2892649 0.4824806 -7.271221 0.2014118 -2.313338 -1.688638 -2.773885 4.685832 -6.125209 -1.436946 6.499423 -0.2771018 -2.159568 -7.2825 -0.8256584 2.311726 1.571677 -1.228331 6.596061 3.687374 1.951202 -6.439743 9.296271 0.7781899 -3.625596 -11.13882 16.96267 
+2.818176 2.250193 0.9874631 0.02202505 0.5137798 1.325249 0.4252786 0.08770488 0.5752044 -0.6821833 0.1035742 -0.8966201 -0.7621425 -2.268747 -1.285232 0.001080811 1.56368 0.3420773 0.2443691 -0.2789895 -0.3606199 1.776693 -0.5726998 -0.9570837 1.430081 -0.90417 -1.471826 -1.121403 -1.030796 -0.2249917 -0.662367 2.765621 0.2879104 -2.806301 2.271244 -0.05835131 -2.977635 8.136588 -1.347591 0.6856824 2.843089 1.093923 0.8642929 6.219391 -1.47907 4.441906 5.941099 -15.00817 0.3056698 -5.436965 16.76803 7.11593 0.05305313 10.93121 5.899806 -13.37328 -8.011635 -8.786683 7.088048 -0.5273319 -1.743092 6.530523 -13.86849 -8.264922 4.204506 38.75369 
+-11.19376 -9.204729 -4.359125 -1.247005 -1.035135 -0.950845 -0.8789991 -0.1610274 -0.8636755 3.43171 -0.5091197 0.4440539 -1.946688 2.558236 2.599805 2.68295 -1.124615 -4.374209 -0.668675 -2.092951 0.8190206 0.9304703 1.60874 3.569749 -4.724243 4.188403 4.65405 -2.139485 -1.158963 2.814651 -3.454146 -1.648702 -0.7710316 4.582159 -5.798739 0.5009201 0.7686252 -9.977416 2.877301 1.309031 -13.20699 -3.00387 -0.4391151 -5.515284 -8.383371 -4.423535 -13.01321 -2.466438 4.511719 8.995509 -16.424 -4.632874 -5.026935 -4.048483 6.867976 13.06841 13.50068 5.920025 0.2007019 -6.98895 21.71413 -18.71165 -4.350023 -2.705084 2.852317 -7.083627 30.53292 
+-39.74902 -32.69333 -14.37486 -4.843204 -2.487404 -1.884687 -4.087068 -4.130251 -2.003219 10.77145 -1.176553 0.5270795 -6.380117 6.370994 8.562712 7.876609 -2.56287 -15.2823 0.002614676 -4.424666 0.2802051 4.463037 4.730832 14.5477 -9.972532 13.81847 9.473772 -11.50292 -9.112953 3.420168 -8.294635 1.22658 -5.988959 8.444267 -19.60131 15.21954 1.530181 -22.39936 6.90519 -2.512633 -22.68006 3.472328 1.619434 -8.65984 -14.72399 -8.424041 -24.24944 -11.8876 17.33185 23.801 -25.23273 -17.61555 -23.10213 11.8808 24.98278 8.309172 25.81051 10.53257 10.45467 -7.152583 44.07117 -18.77298 -11.47134 -8.954307 11.43826 2.900555 18.28196 59.14733 
+-33.34931 -27.59702 -12.36017 -3.803085 -2.482106 -2.010114 -3.774202 -1.592013 -2.982925 9.64565 -1.465451 1.339067 -4.819113 5.217043 7.101029 6.156399 -1.963109 -13.52112 -0.827612 -4.546415 2.433999 3.829089 5.525847 12.23613 -9.224121 12.412 11.66223 -10.06938 -6.712086 3.969549 -10.1067 -1.459574 -1.940311 9.51098 -14.42116 4.947378 2.183665 -21.936 4.433983 3.20146 -21.66836 -10.4269 0.2289256 -9.691323 -18.66893 -0.1337811 -23.65317 -14.81283 3.514056 18.96225 -20.12598 -3.73728 -18.48375 -0.1686835 17.33593 27.31945 16.00955 4.243136 9.227196 -9.361759 43.23874 -37.94413 -19.38326 -4.88942 3.883752 1.246738 32.17926 45.30853 90.88237 
+-1.131342 -1.791481 0.01018626 -0.6017755 -0.3828033 0.1080661 -0.6367698 -1.33098 -0.1567292 -2.511637 0.05020081 0.02141717 0.7118992 -1.229986 1.217893 -1.061115 0.1307488 0.1792297 1.247509 0.6730813 1.200485 -0.246519 1.222907 0.9275027 -0.1719331 -1.307168 -2.697069 1.772546 0.9742684 -4.843333 5.727273 0.9330106 2.517408 -2.463627 -1.13133 6.212903 6.140773 3.146839 7.418957 -6.252874 11.51256 2.927311 4.025629 -1.878132 7.751161 -21.4938 7.4114 1.246175 -7.34806 10.28252 -8.23244 9.708471 -12.7757 -0.1871623 1.242023 1.316239 0.146084 6.683845 2.317041 8.716383 -10.56702 -5.442758 21.38679 21.30986 -10.47286 -10.04242 -8.460626 -11.16837 -6.962461 58.62698 
+8.912058 7.603628 3.3154 0.3458792 1.071106 0.7601747 0.8878732 0.2723978 1.427375 -2.107058 0.1381235 -0.9466408 0.5385259 -1.925172 -2.570486 -1.057465 0.6480698 3.01271 -0.1260063 0.7289491 -0.2976946 -0.7205138 -1.924621 -3.485925 1.899705 -3.07034 -3.193831 2.055521 2.32759 0.143768 1.892776 1.456649 -0.4418496 -2.702677 2.642752 -1.540336 1.108191 7.197789 -2.326546 -1.436203 3.896714 1.714511 -4.048795 4.067006 0.1407734 0.8750932 3.737075 1.566516 4.112537 -4.649604 7.647273 -2.150709 5.8019 4.661651 -1.809571 -11.99857 -0.6246556 -2.919859 -0.5782842 -1.704983 -5.00958 9.799018 5.238341 -4.121668 5.621345 5.526729 -7.285133 0.3519515 -17.90565 -2.992353 27.06105 
+-13.0494 -11.22536 -4.635448 -2.42673 -0.7710396 -0.1569086 -1.461971 -2.127238 0.4356966 1.390034 0.1193731 -0.6551557 -2.302037 0.7551327 3.438913 2.215221 -0.2026783 -4.529909 1.211317 -0.9777698 -1.099385 1.503915 2.347721 4.545182 -3.490678 2.986835 -0.09036914 -2.709505 -2.238977 -0.007328508 2.459843 2.025916 -2.513422 -0.005660207 -8.320091 13.71868 0.989964 -2.217515 6.629989 -5.993193 -1.509743 7.533261 6.704123 -1.862085 3.47163 -19.89968 -1.990157 -2.661437 9.731108 18.60735 -12.34677 -6.845278 -13.55786 14.0894 13.77437 -9.728607 5.655172 11.58103 2.093918 3.21752 6.663746 4.425849 4.623531 -1.301926 0.5822586 6.07143 -5.131755 4.129335 -17.33637 13.2988 7.375725 40.93597 
+-41.81742 -35.23227 -15.09564 -5.248413 -2.940815 -2.171158 -4.462233 -4.563929 -1.94631 8.443028 -0.1299332 0.3706918 -5.484661 6.525006 11.09893 7.313048 -2.58897 -14.70491 1.038908 -3.768134 -0.3764059 4.287442 7.089218 14.48528 -13.1061 13.57024 8.798663 -8.787786 -7.317167 3.284937 -2.39288 -0.4427714 -5.110453 9.017455 -20.23438 21.58951 3.466921 -23.53307 15.12921 -3.974341 -14.86314 7.828014 13.32146 -14.7066 -3.987731 -26.80923 -26.75232 -1.520724 12.54848 44.70996 -45.61979 -19.88543 -27.78472 10.08087 23.73462 21.98104 23.84942 29.26202 5.304348 0.5038801 38.70811 -24.25524 -2.186784 -4.891887 0.1403836 -14.96626 18.32015 28.3094 28.46765 15.58057 -11.82753 22.02708 78.39422 
+1.002468 1.414173 0.08064889 0.7747046 -0.3043629 -0.9453105 0.5455417 0.3383137 -0.7459738 0.6902832 -0.02532835 0.9653829 1.306133 2.4953 0.2540597 -0.6613981 -1.737954 1.468076 -0.4596417 0.6651359 -1.03583 -1.540449 -1.52231 0.5285216 0.6942539 0.4289212 1.504449 0.3436446 -1.257 2.083637 -1.188791 -2.590334 -2.12551 3.216976 0.6702226 -1.877574 -5.027231 -5.45499 -4.468255 2.126932 -3.01795 3.754756 -0.01539987 -3.357616 1.426621 6.911588 -1.625898 13.2917 1.856868 -2.693371 -3.843402 -5.112142 4.939176 -9.202576 -5.116411 3.125394 -1.387586 -1.762467 -11.37613 3.807074 -5.559281 10.21875 0.6336315 1.032869 -2.819755 -20.13528 -1.312684 -10.10945 -18.1531 -14.2758 -7.429288 -7.707321 -5.060213 55.45763 
+36.13114 29.066 13.26747 3.958039 1.251878 1.098306 2.980652 5.196593 1.560926 -10.66471 0.9009566 0.1469921 6.046986 -5.447964 -8.576318 -7.422609 2.519077 13.66344 -0.4815281 3.636608 2.046762 -6.369295 -1.8455 -14.57672 7.525102 -12.48483 -7.248587 12.77655 12.55331 -6.558602 9.254019 -3.657812 9.242706 -7.73626 14.23599 -15.99261 6.951072 18.01211 -4.013792 2.183651 13.09878 -7.989569 -7.75402 -1.584982 12.66354 3.019414 22.22299 16.84215 -15.62874 -24.06302 11.23993 15.98907 20.30875 -25.64195 -35.33473 9.703269 -13.08922 -1.157554 -5.956744 3.928143 -42.39984 2.399207 25.84961 17.75793 -9.798877 -30.96776 -2.513123 -45.79665 -25.89127 33.40857 -4.303477 -10.19297 -11.32967 7.580554 112.5992 
+-9.742322 -7.503323 -4.000657 -1.465606 0.4037533 -0.5014113 -1.02718 -0.09720778 0.7422478 3.093711 -0.2116788 -0.8546794 -3.7226 1.587001 1.566656 3.825832 0.4892836 -4.846405 0.01974406 -2.107481 -1.641705 1.121438 0.9129072 2.05382 -3.750787 1.269111 1.973253 -3.737664 -1.065432 4.751808 -2.508242 0.8053511 -4.248757 1.452579 -7.846127 5.714431 -2.391567 -5.104196 0.6655537 0.6542492 -15.38468 0.7112689 -1.053323 0.2596114 -6.341394 1.018004 -11.01645 -2.922051 17.62821 5.808279 -2.050575 -15.01958 1.1053 12.03704 11.56841 -6.891449 15.49571 1.777651 4.045414 -10.07867 20.29274 8.020132 -10.22759 -24.78636 19.79675 19.79 3.691312 24.40549 -1.171881 -27.51913 16.34357 17.97771 4.234669 -7.868559 -36.91972 72.52205 
+-34.93028 -28.48569 -12.74388 -4.089034 -1.756443 -2.287328 -3.406401 -4.971994 -1.368435 8.205257 -0.521018 0.3928476 -4.239406 6.829438 9.389068 6.593098 -3.656132 -12.19341 1.051862 -3.228152 -2.595057 2.785119 3.818659 12.77335 -9.561293 11.45932 6.147512 -7.047634 -7.858694 4.831901 -2.738069 -0.7044041 -7.004538 6.640791 -17.28051 18.85659 1.299986 -23.38626 11.34088 -3.875247 -12.25205 8.085124 9.960455 -6.554503 -1.640409 -16.25854 -29.06747 5.750302 20.56795 34.3136 -42.74487 -30.03129 -18.88029 10.1807 22.08365 5.996958 25.12291 23.14802 -1.934629 0.06951894 32.28099 -11.59124 7.792478 -2.90405 3.152206 -17.18443 9.005164 26.02406 6.548352 -7.574357 -3.902283 13.11063 43.01802 12.03804 -34.07162 6.537704 72.11651 
+-27.63774 -23.02639 -9.813705 -3.227682 -1.980009 -2.009235 -2.641175 -2.576616 -2.528042 7.671631 -1.091969 0.9274487 -3.340213 5.45931 6.455712 4.47114 -2.488007 -10.1072 -0.3707691 -3.300803 1.205398 2.181319 3.499544 10.25512 -7.751255 10.10118 7.325074 -6.822295 -5.895195 2.163262 -6.303274 -1.629 -2.795814 7.595061 -11.96126 8.501339 1.77831 -19.64662 4.88236 -0.3147916 -12.23135 -1.828747 1.016418 -9.168291 -11.76475 -8.050455 -17.59612 -3.70843 1.08441 23.25404 -23.73828 -8.998645 -14.36486 0.6085242 13.61339 18.3525 15.50844 8.429423 5.335072 -3.517747 32.13099 -25.67932 -5.165866 2.305131 -0.8473509 -8.758412 20.74083 27.97157 45.40919 4.067612 -8.767593 -4.406261 26.72976 -3.535371 -11.91234 -6.192975 11.51193 48.29711 
+-3.140443 -2.220708 -1.064712 -0.3793133 -0.03395585 -0.4439311 -0.5006457 -0.2546427 -0.3159668 1.618556 -0.2715104 0.3019619 -0.1701626 1.281889 0.1153747 0.6557258 -0.681389 -1.623866 -0.2307078 -0.8560985 0.2346274 -0.4377845 0.1887795 0.9991439 -0.8237503 1.405783 1.35096 -0.5186203 0.1429048 0.2372929 -1.518374 -1.004799 -0.02347562 0.6327095 -1.81305 -0.4594942 2.279324 -3.634116 0.07643047 0.9407195 -3.112525 -3.856288 -1.430059 -1.921645 -2.994627 5.126238 -6.832546 4.924188 0.9579559 -1.326583 -3.962328 -7.503721 0.5636155 -2.062575 -2.095446 3.464032 4.209863 2.774628 -0.8145517 -2.827732 4.287346 -3.740703 1.110276 -2.454119 3.704628 -6.838443 2.867226 1.868668 7.375501 -5.517343 1.52421 -7.32421 -1.852665 2.549607 5.08926 -0.7040893 2.937164 8.711953 23.10887 
+4.162495 3.511829 1.362465 0.2967944 0.5337851 0.04071487 0.5941673 0.2728316 0.6363829 -1.178891 0.3426615 -0.3251415 0.4403624 -0.9510656 -0.5840355 -0.8002145 0.4520882 1.551827 0.4718708 0.4496828 -0.3025018 -0.475756 0.2462814 -1.664184 0.8936599 -2.398813 -1.561168 1.233468 1.684017 0.2318934 2.093958 0.1121343 0.07460342 -0.8261456 1.225948 -0.1365969 0.7454065 2.257306 1.77048 -0.2113357 6.084986 -1.209043 -0.002560691 4.078457 2.991125 -1.20069 5.067124 3.464293 0.06390179 -5.334954 5.54309 1.367669 4.009114 -1.086612 -3.010692 -2.039758 -2.778996 -2.286157 -0.6548655 0.1054249 -5.921535 5.590788 2.891164 -0.411181 -1.969196 2.640481 -2.41785 -9.548624 -8.984289 5.824963 1.755115 4.224027 -3.077783 -1.195346 7.432743 6.250278 -5.46069 -7.928039 -3.531303 24.80289 
+52.97153 44.51222 18.81309 7.129878 3.707414 2.381041 5.947149 6.905766 2.254352 -11.048 1.0717 -0.5004385 7.198465 -6.843234 -13.19932 -8.832188 3.322425 19.21587 -1.855676 4.437351 0.2158499 -5.874357 -7.515309 -19.89782 12.94212 -16.14872 -9.014858 12.8914 11.94724 -0.311054 3.498935 -2.95268 6.340377 -7.400796 25.83711 -29.66046 -5.634545 24.50616 -17.54849 10.66148 16.64357 -12.28208 -12.99864 12.34176 4.189248 38.11516 23.32973 12.41228 -17.69276 -47.31675 45.41129 14.83857 45.41586 -20.17144 -36.7071 -6.979043 -29.83955 -25.80742 -10.97996 -6.346899 -43.23039 23.28618 -2.924582 -6.912824 -2.22944 3.615896 -10.21046 -46.83767 -31.14226 -32.13485 9.023637 -34.52861 -61.2051 15.83928 33.8933 -5.045474 -40.34478 -28.05117 8.322192 5.504996 107.6452 
+14.60132 12.18148 5.309489 2.452217 1.119101 0.3512364 1.688349 1.391363 0.3025522 -3.978991 0.6624142 0.3056182 2.945093 -1.754788 -2.681858 -2.76358 0.5856251 5.875492 0.1155614 2.035325 -0.5575777 -1.675222 -2.524494 -4.85246 4.048376 -4.451886 -2.762052 3.827405 2.197807 -1.678913 2.444511 -0.8025697 2.273552 -2.670035 8.105776 -6.5269 -3.221882 6.939478 -4.526582 3.300349 10.67262 -1.364262 2.354422 -0.3309688 5.498352 9.772726 6.748836 5.886787 -9.384803 -9.627687 9.717843 4.825448 8.143111 -6.443771 -11.72403 0.8083429 -11.92861 -1.207114 -5.154505 2.980236 -19.21081 11.89707 0.2569383 -1.421815 -2.503031 -5.818108 -13.83624 -20.06706 -21.23596 0.193424 -4.116432 -9.025747 -7.898291 14.01516 15.96344 -10.86422 -6.541231 -13.83059 2.232435 -1.387132 21.12869 35.69035 
+-35.01202 -29.11902 -12.47208 -4.18537 -2.076835 -1.838807 -3.773406 -4.178915 -1.809027 8.084413 -0.370972 0.3573372 -4.571403 5.988874 8.536414 6.939846 -2.655141 -12.93655 0.8068222 -3.45359 -1.308203 3.750102 4.151692 12.71084 -9.6073 11.89422 7.01026 -8.206166 -8.369489 3.33473 -4.818175 0.6931083 -5.487607 6.360917 -17.00538 16.94312 1.090407 -20.51689 9.398213 -3.648462 -16.43295 6.51412 12.49647 -10.61681 -3.868592 -18.42612 -25.36881 -1.514655 15.09773 30.8651 -34.51175 -21.68866 -22.81753 14.0319 26.45044 8.033589 24.3694 20.26509 7.755973 2.892576 35.06255 -16.49408 -5.942302 -3.579619 3.442313 -7.590244 9.923415 31.33113 20.43842 -6.488556 -5.037739 15.23067 45.74264 2.798021 -32.92319 10.4793 44.55962 22.84033 4.910812 -14.59563 -47.1202 -9.351899 64.41647 
+-4.823519 -3.101663 -2.191705 -1.023224 0.3846166 -0.2764119 -0.9259291 0.3761834 -0.2824173 2.169207 -0.8534846 -0.1125518 -2.130896 0.9497299 -0.4532539 1.713039 -0.2964692 -3.204972 -0.5920332 -2.613233 -0.7312333 0.4204677 -0.3145187 1.508274 -1.869571 1.239602 2.131945 -1.499358 -0.4709002 3.10417 -2.433569 -0.9515524 -1.077186 -0.6689128 -4.237459 0.09143299 -1.095472 -1.272718 -1.119135 3.125976 -13.50645 -5.012339 -5.069737 1.718356 -9.547667 8.037784 -8.803992 -3.238989 12.18364 -0.7423235 0.1070895 -8.559701 0.9651835 4.819961 4.607349 -6.842952 7.999238 -4.585392 -1.035264 -10.54556 7.667848 0.9373426 0.8205944 -10.57096 15.86171 17.14827 6.715652 17.74817 13.21079 -21.93798 12.41334 1.102192 -14.14258 -2.95924 -21.8179 40.39456 -5.136133 -0.6370721 8.572399 -4.363425 8.787084 -9.643466 1.18663 68.51601 
+-33.18383 -26.94714 -11.92994 -3.850576 -1.407655 -2.964884 -3.362095 -4.383876 -1.552246 8.678908 -1.023249 0.4789187 -4.439079 7.348054 8.055048 6.516114 -3.69366 -11.75845 1.05506 -3.727249 -1.597102 1.288716 3.802672 11.41356 -8.824334 10.24447 5.378361 -6.419912 -5.940356 2.093904 -3.211765 -1.5931 -5.341353 5.371787 -16.52184 17.16241 4.295085 -23.95381 9.902691 -3.598034 -13.48852 3.330741 3.970879 -5.887573 -5.322888 -12.76148 -24.74873 10.03382 16.41797 24.76941 -35.67621 -28.87126 -12.58072 4.335978 15.3051 5.776915 29.74608 17.0863 4.733199 -0.7886598 27.66441 -10.99214 12.88887 3.250104 5.961974 -15.13337 8.851982 25.9971 5.282324 -3.76627 -0.1112244 6.474362 27.11109 8.140453 -13.82355 18.52233 41.39339 22.62344 11.54658 -2.080269 -29.79931 -6.356935 35.36088 9.62198 69.48333 
+4.021024 3.344619 1.030286 0.7620062 0.2781883 0.4224417 0.4709862 0.5946074 0.3158641 -0.8609572 0.3698444 -0.224824 0.9979141 -0.3581315 -0.7967606 -1.117254 0.3672473 2.108919 0.143551 0.324519 -1.355807 -0.7247007 0.2601161 -1.69849 1.481402 -0.9368284 -0.9628763 1.121495 0.9354984 0.3562716 1.50474 -1.311158 0.09486948 -0.6043919 2.899501 0.3326596 -1.818758 1.116881 -0.2859051 3.126358 5.519847 -2.117679 0.3900449 4.131724 6.602386 10.78181 4.881088 3.500202 1.035964 -5.107441 8.500198 -3.615354 9.435357 -1.661809 -7.428586 -2.335777 -12.86781 -0.4797506 -0.6125607 0.7934776 -13.33649 10.79901 -1.72598 -3.887557 -0.1300885 3.760761 -8.3041 -21.01753 -17.24004 -8.99599 -5.151606 -2.511985 -5.793337 8.210992 3.407593 0.1370552 0.7998048 -15.31635 -3.171931 6.501868 22.88997 8.44775 -5.515215 -1.950688 -5.853816 38.60967 
+40.45247 33.82395 15.07088 5.014548 3.428837 2.997967 3.972782 2.968301 2.818283 -8.367319 0.8570267 -1.126986 4.894143 -7.964348 -10.29392 -6.191025 3.438351 13.61202 0.1913158 4.27129 0.764317 -2.723394 -6.5849 -14.9105 11.88812 -13.05511 -10.26528 9.422006 7.100726 -5.282361 2.820564 3.332363 6.017788 -10.90913 21.87252 -20.24386 -0.2559481 28.07097 -9.615181 1.843653 20.34194 -2.92648 -8.764616 17.16759 5.939338 23.18947 20.72004 -2.402126 -17.46327 -40.66821 40.14469 19.26629 23.8452 -4.818225 -20.41442 -21.78663 -17.86916 -18.7784 -0.6078352 4.3014 -29.93714 14.35769 -1.847887 1.078514 1.773713 21.94531 -18.46995 -28.75557 -21.80956 -10.90274 10.18624 -25.74964 -60.38529 -19.61914 -1.924016 -15.02712 -31.67239 -24.92517 8.729586 -3.825874 49.91828 8.642258 -36.20175 -1.478824 -27.22858 1.471996 113.5775 
+-24.73206 -19.8217 -9.027665 -2.256833 -2.116487 -1.733154 -1.505115 -3.697006 -2.124496 7.384456 -0.7427996 1.041109 -2.218863 5.880789 7.166847 3.93269 -4.116305 -7.908409 -0.4041176 -1.768101 -0.2404429 2.851902 1.335072 10.41974 -6.291667 9.760094 6.503211 -5.951037 -8.129773 4.706415 -5.306127 -0.9099574 -5.801044 8.912978 -9.462757 7.927376 -2.346267 -19.69621 5.847228 -2.17206 -8.877808 7.51478 4.817254 -4.282721 -7.006388 -10.43927 -18.09128 0.1494086 9.713257 19.34694 -27.65739 -10.6701 -13.82175 -1.4177 15.90186 9.332174 14.36575 8.703569 -3.670067 2.735929 27.50665 -17.14944 -2.540362 6.677172 -6.477072 -19.01811 21.48293 19.82193 24.07591 -5.889103 -13.72497 -11.04429 23.11047 27.65582 -31.06606 -24.79456 39.19797 22.27907 0.7753468 -5.115422 -20.09269 -13.02944 23.64914 -15.46421 14.10929 -1.249744 -20.79625 92.66295 
+-33.10916 -27.73393 -11.95009 -4.476143 -1.835793 -1.308056 -3.750492 -3.848097 -0.7288008 7.743006 -0.3791756 -0.4483445 -5.718847 4.697753 7.421965 6.262281 -1.639543 -12.25628 0.7193725 -3.964618 -0.06523547 3.370217 5.293268 11.08603 -10.17558 10.9708 6.072104 -7.789609 -5.143172 2.025088 -2.940482 0.7482195 -4.418036 6.079591 -16.93455 17.32487 3.906475 -16.12868 10.06323 -3.100565 -14.5484 4.638379 3.623443 -6.838864 -8.476425 -15.92834 -20.26536 -4.548057 12.49078 28.38976 -27.30884 -20.48203 -18.63456 13.40319 18.59789 5.224342 21.35014 19.81376 7.341955 -6.810308 32.59926 -15.23894 -1.425303 -7.544648 9.631429 0.2436013 13.29216 32.92197 21.13993 3.629498 7.395903 20.47339 41.16065 -17.21351 -20.78801 24.11233 23.76536 21.57852 4.965976 -5.60058 -39.29442 -16.09331 30.79031 13.79805 25.29668 -14.09201 -26.60705 -0.260133 55.92007 
+14.22789 12.26922 4.986058 2.280097 1.221969 0.5550023 1.72677 2.160215 0.6303766 -1.814691 0.3599811 -0.2847375 1.876202 -1.031298 -3.79292 -2.217094 0.6936187 5.333856 -1.011067 1.178644 -0.3139857 -1.584087 -2.489314 -5.36603 3.164735 -3.304974 -0.7243343 2.566601 2.782496 1.924099 -1.531399 -1.798181 0.5454091 -0.006454582 8.262151 -10.20435 -3.625023 3.869849 -8.088361 6.339874 2.816088 -5.94304 -4.416851 2.041264 -1.213865 21.33445 2.600126 5.217368 -6.733226 -13.21067 15.78245 -1.171985 17.65572 -4.512136 -13.59505 2.043378 -12.35688 -4.806985 -3.875705 -7.299673 -6.420661 8.425463 -10.79642 -14.20059 4.74831 1.06996 -4.232811 -11.84863 -7.372638 -26.6931 4.512498 -15.57437 -14.92798 8.31636 -2.330237 6.443656 -6.222184 -6.657394 5.259494 -2.025609 40.2278 15.12866 -7.158254 2.670718 -5.811906 14.53334 15.95288 -9.255985 -8.982051 39.43547 
+-23.7818 -19.49854 -9.003096 -3.125109 -1.277344 -0.9648263 -2.43029 -1.895694 -0.791001 6.133371 -0.655055 0.2506679 -4.662788 3.161728 5.370772 5.026033 -1.151138 -9.411465 -0.2786487 -2.896018 0.3239223 3.00769 3.230225 8.395699 -6.819192 7.535088 6.374148 -7.540119 -4.564189 4.008881 -4.773945 0.9605276 -4.011335 6.043789 -12.17673 9.381621 0.3460434 -12.96925 2.877986 -0.9599815 -13.09838 -1.85648 2.51141 -5.346903 -11.27341 -9.729611 -16.74141 -7.137035 12.67004 16.51016 -12.73537 -9.500726 -14.01184 10.97384 21.84235 2.462218 15.37054 3.931514 3.534089 -5.68836 29.7379 -10.03688 -11.84312 -9.155958 6.049136 6.814964 12.45332 34.80845 28.87246 -11.35412 5.944975 10.46477 23.71819 -10.21691 -37.9795 29.1032 16.80913 12.79524 -1.705115 -0.6282101 -27.25139 -15.0574 22.72993 15.96557 14.84245 -14.82539 -26.80656 4.210243 29.02792 -4.06306 54.38658 
+-10.61663 -8.955269 -3.675339 -1.396998 -0.4395435 -0.7391003 -0.9934369 -1.351949 -0.7059671 3.094976 -0.2157259 -0.02185282 -1.235017 1.649771 2.603941 1.216875 -0.3139847 -3.601537 0.769548 -1.207557 -0.5251557 1.060384 2.420534 2.864985 -2.173415 3.896577 1.63096 -2.020669 -1.90265 -1.079364 -1.191668 -0.2689498 -0.1040058 0.8503285 -2.990676 5.315254 0.1230779 -4.514466 4.531749 1.118616 0.9967983 0.4131794 1.621019 1.510886 -3.431842 0.08018511 -3.395247 -0.1399456 -1.04096 3.782054 -3.316202 -4.401842 -0.2489962 1.375303 0.4758129 3.261864 -0.4526812 4.064666 1.967592 3.941195 5.559011 -6.773472 -2.753319 1.119628 -3.103021 4.123579 3.634325 0.4106126 11.34672 -3.70752 -7.937324 -2.241356 6.742897 -4.99265 -2.179618 -0.8561702 2.302631 8.682733 3.863866 1.462587 -0.4766511 -0.7008088 2.325427 1.644967 12.08459 1.989116 5.619958 -5.052626 5.489174 0.3900036 1.85878 36.35098 
+-32.67644 -26.65234 -12.32712 -4.471523 -1.345351 -0.6461929 -3.481548 -4.445003 0.1835452 7.826097 -0.1472192 -0.7702611 -6.399804 3.777079 8.242551 6.538188 -1.041798 -12.08067 1.003243 -3.636166 -1.250279 4.286179 4.613402 10.90699 -10.09232 10.16246 6.21083 -8.39188 -6.587287 5.017402 -2.603602 1.843591 -6.749636 6.998546 -16.01802 19.36791 0.9243829 -12.96644 11.59005 -3.490505 -8.412986 5.514598 3.810182 -1.995923 -7.436724 -11.01954 -23.59341 -7.952262 18.99367 30.17605 -23.35757 -22.09168 -16.16396 16.26546 22.41293 -1.223686 13.20282 16.71707 1.616629 -6.495849 35.86455 -4.215208 -7.900718 -23.70358 13.83679 13.76814 9.321817 26.28735 13.07463 -7.179033 10.39139 23.78451 37.31081 -13.91818 -52.0935 39.25309 34.4292 4.420092 -0.04117157 9.133879 -29.86656 -16.38857 16.69208 18.45396 14.40633 3.15132 -15.47076 13.8995 38.47182 -3.314626 33.48342 4.463381 98.1359 
+7.659477 6.760396 2.763036 1.489553 0.6715212 0.6750472 1.021641 1.209735 0.9035218 0.1569258 0.3882216 -0.808126 0.5204129 -0.2892498 -2.691614 -0.4252672 0.579971 2.783444 -0.7090963 0.04771736 -0.5117881 -0.7001307 -1.349392 -3.879064 1.248903 -0.8173509 0.2493118 1.314248 2.476555 1.248353 -2.654314 -1.632741 0.3705945 0.2194269 5.506637 -7.768055 -2.424693 2.172711 -4.768527 6.717049 -3.202684 -3.352908 -5.28282 3.134336 -4.850197 22.56675 -3.541678 0.7690004 -1.239002 -11.49662 10.33978 -8.335006 16.12216 -3.162983 -14.20633 2.880224 -5.592315 -1.820081 -0.8326375 -12.11122 -2.249572 1.940204 -10.45663 -16.38835 10.34381 3.54174 2.785003 -1.468653 1.987636 -31.7317 5.973019 -20.09218 -10.59679 -3.550381 -6.168069 11.33483 -0.8646543 -3.591114 10.36259 -7.623683 40.6341 9.285367 -3.27886 15.84943 -0.1787329 11.81359 25.30971 -7.537682 5.098647 31.07852 -0.9324544 5.53978 6.254983 55.32876 
+-1.338702 -1.06826 -0.5648493 -0.1773703 -0.3043637 -0.1268756 0.313984 -0.07214929 -0.03067207 0.8835818 -0.3644515 0.0550907 -0.726448 0.5510053 0.9116839 0.5819554 -1.410319 0.3440396 -0.03442328 0.2786745 0.935338 0.752406 -0.5594837 1.216066 -1.061478 -0.06577398 0.5355137 -0.9613416 -0.1431782 1.065987 -0.8130216 0.595417 -0.8200135 1.586369 0.8430434 -0.3596176 -0.07915476 -3.605236 -0.3718193 -2.666464 -4.522917 2.0954 -0.03484471 1.448453 -2.726466 -13.21871 1.135838 -5.534319 2.090326 0.9415571 -0.0523573 8.702385 -2.381962 0.4507487 5.785142 -1.586744 6.314296 -2.549062 2.33547 2.751165 3.415836 -8.684405 2.80517 11.08561 -3.982682 -6.510471 9.952101 8.50603 4.754632 8.767428 3.038813 0.3357738 7.578241 2.250759 -7.018089 -0.6998044 0.5369794 4.440305 -9.418582 -0.9135757 -15.34767 -12.69908 8.019195 -4.047617 0.374507 -8.062996 -12.24247 30.71119 6.10435 -8.961685 14.61507 -11.24679 -2.779285 -6.453002 66.39061 
+9.178273 8.175633 3.345177 1.850942 0.6143645 -0.7192908 1.242033 2.431812 -0.5184097 0.2245356 -0.2200172 0.6956578 1.611266 0.6580614 -2.767216 -1.038284 -0.05900642 2.930138 -1.143909 0.574516 0.9188371 -1.848329 -1.476631 -3.749906 1.907144 -2.096445 1.570741 1.609335 2.535298 1.237929 -4.033934 -2.870325 1.277797 1.409597 4.896504 -12.49973 -1.721858 -2.602918 -7.351308 6.442762 -5.747945 -6.766185 -6.174412 -1.531903 -7.067251 18.01537 -0.685995 7.028632 -6.336982 -17.35869 10.32576 1.588496 14.64955 -11.76999 -12.54972 16.12729 1.337141 -6.864579 -0.5518055 -5.594468 1.471645 -5.052461 -8.440472 -5.690006 4.362242 -12.93004 9.024306 5.006326 17.3096 -19.29591 -4.435448 -28.60087 -11.54289 13.60871 15.08743 3.289373 -12.3344 9.429685 8.491007 -0.2354331 28.86351 9.701412 -8.366649 5.116492 6.530028 -4.092277 0.940307 -0.8701442 -8.92513 19.26577 -0.4678344 6.503263 -27.57841 21.84194 6.319897 54.94451 
+-35.52755 -29.93794 -12.74525 -4.641176 -2.075902 -2.024126 -4.00842 -4.761143 -1.93975 6.625868 -0.850311 0.6263779 -4.794943 4.532027 9.435885 5.792401 -2.785244 -12.8657 1.508375 -3.706043 0.1014178 3.436689 5.684692 13.17297 -9.452029 10.85721 4.910574 -6.822678 -6.747605 -0.6042933 -0.1190802 0.9161618 -2.369636 3.412847 -16.58814 19.96235 6.665386 -17.1639 15.47715 -6.551709 -7.770006 4.122854 6.610033 -5.262714 -3.007208 -28.54206 -16.2446 -9.732439 9.779352 37.36816 -39.12765 -8.762878 -29.37784 7.75491 20.60439 6.568462 22.86729 16.08141 7.081355 2.353466 25.77369 -25.3288 14.04353 16.0548 -3.518657 0.04583765 12.94365 27.45979 30.64692 34.65522 -9.081005 16.44056 39.23194 -25.62246 -11.50684 -10.53383 25.93921 26.22938 -5.626745 -2.075599 -65.81639 -19.481 20.39368 -3.975479 24.56422 -16.99362 -24.14453 17.81598 27.80834 -37.47886 8.05693 5.250931 17.92044 -27.34779 4.753087 -26.33606 80.14449 
+-21.22641 -16.6968 -7.792715 -2.526265 -0.06946643 -0.4212683 -1.94773 -3.814428 0.3722963 6.399762 -0.1181902 -1.307096 -4.076273 3.241606 4.491753 5.400497 -1.61489 -8.549391 0.6032609 -2.843236 -3.536151 2.902264 1.786876 7.005552 -5.353422 7.666028 2.685083 -5.413257 -5.589596 5.333282 -3.102552 1.61565 -7.000336 2.634279 -11.86726 12.1018 -1.066863 -10.60029 7.02704 -1.400606 -11.23587 8.933556 3.094617 4.381342 -4.200634 3.419825 -21.01552 0.6868895 25.20775 14.50589 -18.77184 -32.68145 -6.008456 17.14758 16.72264 -11.99105 19.16416 12.81982 2.218941 -11.08177 27.24239 5.211179 -2.052662 -19.33934 17.63544 13.87126 2.003631 30.83132 -2.921156 -35.16785 15.022 8.218796 8.216973 -8.512107 -62.92521 39.31534 46.75648 -8.117656 1.011386 -0.3454936 -8.259212 -13.22241 25.00351 25.55213 28.18274 10.1914 5.140069 15.21666 23.23355 8.887493 18.36019 -0.6855357 45.78509 27.11469 -17.05526 -12.79717 6.652443 106.3044 
+34.8891 29.08097 12.44955 4.556591 2.66021 1.810966 4.328947 2.865925 2.792108 -8.444146 1.379607 -1.383854 5.023785 -4.350937 -7.093498 -6.502544 1.191679 14.71597 0.4019587 4.336248 -3.028507 -4.20335 -5.219075 -12.61487 9.177258 -12.08001 -10.27966 9.345131 7.20799 -0.6854674 8.117056 -0.7057719 0.9160671 -6.881276 17.18642 -8.415881 -5.890989 16.57013 -7.498818 1.459518 17.3634 6.06539 -1.548388 14.16108 17.81528 10.67935 25.17031 15.8339 -3.11554 -23.91423 25.47963 2.853938 30.3494 -4.562593 -20.88614 -23.49434 -23.7156 -8.36008 -11.22192 7.215271 -44.92619 36.62736 12.92373 2.904053 -7.634037 -1.881608 -26.15979 -49.4685 -80.81924 -15.25106 11.24183 6.965851 -32.49773 28.97535 13.55064 2.106694 -0.5673868 -47.41551 -14.52592 13.60657 53.85044 20.33788 -22.17098 -16.63506 -12.16146 36.1652 16.90467 -5.145091 -30.48187 23.1688 -29.22217 -9.040168 -15.34462 11.48433 10.02858 -7.06988 -45.96845 13.96073 121.3277 
+4.137139 3.356174 1.674564 0.1599272 1.576053 0.514127 0.4141016 0.02313368 2.078224 -0.9339131 0.4126902 -1.603556 -1.224634 -1.199364 -0.8559374 -0.2401073 0.4680739 1.755176 0.206651 -0.5739117 -0.7992331 -1.055175 0.2172606 -2.808019 -0.6593227 -2.740085 -3.854988 1.57154 4.412524 2.15272 3.284308 -0.1322023 -1.322047 -1.169191 1.688659 2.253802 3.136572 2.050162 1.28782 -1.379018 3.536051 -2.974449 -6.357508 9.857004 1.877664 -3.900108 1.358507 2.929426 0.3041979 8.689531 -1.316067 -8.499632 10.91434 5.334062 -2.066796 -10.85199 0.7591274 1.612364 -3.651803 -10.95862 0.772492 3.85327 11.21477 -6.10455 4.2771 14.27885 -1.623899 -8.129655 -17.97592 -2.119708 24.01473 16.31694 -1.395062 -34.47248 -13.21288 25.82812 5.040746 -5.021988 -4.95556 11.40427 11.25808 -16.9121 -8.493659 1.30242 5.655563 5.467598 19.26582 -25.23179 23.1349 10.05587 10.33252 0.2817506 35.20642 15.45403 -0.3710068 -22.30208 9.429962 36.7107 29.13597 102.1035 ]
+<LinearTerm>  [ 3481.838 2812.342 1224.96 397.6699 225.4883 181.1809 367.449 382.27 167.8465 -857.6295 71.37462 -54.66393 446.6291 -557.6191 -752.0371 -514.3631 236.9058 1168.28 -40.54469 342.8423 42.24935 -294.3323 -491.162 -1203.304 732.1551 -1123.551 -680.3289 891.2195 698.7848 -153.2121 429.7061 20.50209 469.0089 -658.449 1437.723 -1520.659 -100.9184 1747.568 -676.233 187.16 1084.006 -212.7151 -205.2972 387.7213 644.1608 604.6957 1427.132 347.8667 -923.3807 -2031.267 1843.611 1485.201 1572.495 -667.0068 -1275.126 -513.0902 -1008.509 -968.0127 -345.0375 263.6264 -2133.671 865.5164 371.7971 233.4168 -298.5348 78.18059 -615.1624 -2291.523 -1931.602 87.38526 423.0596 -632.3482 -2160.433 99.98419 2228.864 -686.4607 -1934.554 -1492.412 -244.562 276.1743 2800.451 801.8735 -1903.651 -510.4719 -1796.477 234.4072 2074.217 -1348.827 -1831.995 700.9482 -1363.557 -515.425 -1916.576 263.4084 31.45914 486.8433 -1880.114 -1447.768 2034.006 149.1705 ]
+</OnlineIvectorEstimationStats> </OnlineIvectorExtractorAdaptationState> 
\ No newline at end of file
diff --git a/asr/tools/base/acoustic-model/adaptation-show.txt b/asr/tools/base/acoustic-model/adaptation-show.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2aa653e26ae7236f841f8f97a5c360a1a9cdf692
--- /dev/null
+++ b/asr/tools/base/acoustic-model/adaptation-show.txt
@@ -0,0 +1,110 @@
+<OnlineIvectorExtractorAdaptationState> <CmvnState> <OnlineCmvnState> <SpeakerCmvnStats>  [
+  104725.8 -22925.17 -5269.28 -3568.913 1406.481 -15060.34 -16609.52 -8679.876 -6753.491 -4851.722 2976.259 -6097.046 -344.9143 2000 
+  5829575 566841.3 279904.4 221038.4 181793.3 409904.6 423904.7 265195.3 268338.1 209593.9 178003 175868.1 130825.7 0 ]
+<GlobalCmvnStats>  [
+  6.299234e+09 -2.661875e+08 -6.390316e+08 -6647392 -5.791699e+08 -8.178721e+08 -7.059654e+08 -6.712349e+08 -3.790289e+08 -2.272473e+08 -3.395233e+08 -2.722677e+08 -4.006703e+08 7.424786e+07 
+  5.437895e+11 1.965984e+10 2.183309e+10 2.003092e+10 2.383309e+10 2.827255e+10 2.546194e+10 2.327354e+10 1.776221e+10 1.662067e+10 1.382349e+10 1.283386e+10 1.148004e+10 0 ]
+<FrozenState>  [ ]
+</OnlineCmvnState> <IvectorStats> <OnlineIvectorEstimationStats> <PriorOffset> 52.91615 <MaxCount> 0 <NumFrames> 200 <QuadraticTerm> [
+49.67801 
+40.03401 34.96212 
+17.7478 14.49123 8.472285 
+5.814046 4.877266 2.201797 2.506759 
+2.822029 2.545159 0.9301012 0.4844639 2.251717 
+2.295068 1.745952 0.9789343 0.2211482 -0.05591567 2.281137 
+5.249122 4.506833 1.845598 0.7008159 0.4424068 0.3088228 2.465974 
+5.535695 4.685104 1.69613 0.7320047 0.2484166 0.08705317 0.4121725 3.026809 
+1.736924 1.342763 0.7460904 0.1255843 -0.1643475 0.1829634 -0.04942952 0.2434805 2.021868 
+-10.38404 -8.217907 -3.994419 -1.114107 -0.4724673 -0.5739626 -1.08422 -1.07272 -0.198064 4.685462 
+0.5612352 0.4982248 0.2220731 0.3200783 0.1172785 0.07564144 0.04751846 0.05163369 0.2004332 -0.05147782 1.648352 
+-0.09863553 0.02583962 -0.2308718 0.1450446 0.07029477 -0.4439161 -0.1430164 0.3850587 -0.2606891 0.03144727 -0.0771612 1.957999 
+6.868287 5.773514 2.523461 0.8084385 0.5301169 0.2118845 1.092948 0.4208871 -0.2373537 -1.704497 -0.06184488 0.06478616 3.155514 
+-7.370303 -5.966411 -2.746158 -0.5551562 -0.3444233 -0.7939459 -0.627916 -0.7916701 -0.5630326 1.794812 -0.1722282 0.3092835 -0.9182233 3.596551 
+-12.0753 -9.943072 -4.61409 -1.368792 -0.5448916 -0.9445884 -1.105862 -1.326028 -0.480667 2.431763 -0.07514041 0.2230776 -1.667162 2.065509 5.10309 
+-9.377538 -7.800976 -3.441977 -1.186946 -0.4743401 -0.502103 -1.059147 -1.197467 -0.0001890486 1.904269 -0.08204777 -0.2574401 -1.701246 1.41887 2.415587 4.155608 
+3.31466 2.382043 1.441009 0.3347899 0.1978789 0.5206545 0.3022361 0.2749293 0.1659767 -1.31846 0.05464243 -0.4280968 0.3717894 -0.8928189 -0.9420953 -0.638593 2.833744 
+17.01253 13.94296 6.34145 2.180927 0.8000744 0.8338202 2.104198 1.848381 0.5971987 -3.944463 0.1949172 -0.01442129 2.652007 -2.359329 -4.103044 -3.5164 1.053696 8.238483 
+-1.667215 -1.444733 -0.5864423 -0.06022649 0.1396519 0.01467893 -0.04619242 -0.4371794 0.05540519 0.2657265 0.2269039 -0.1790716 -0.1848509 0.1028699 0.6375129 0.6653021 -0.08641868 -0.3758902 2.058908 
+5.026497 4.17682 1.952103 0.7584111 0.2170947 0.1750118 0.6968687 0.4350522 0.3783655 -1.08547 0.2576685 0.02534395 0.8160847 -0.6608427 -1.061141 -1.031837 0.4586489 2.043115 0.0126893 2.414273 
+1.87536 1.59558 0.7524943 0.1320661 -0.126913 0.1458997 0.009982185 0.4812493 0.1387627 -0.1469645 -0.03818181 0.108084 -0.02195541 -0.4765041 -0.6880954 -0.5772121 0.1360154 0.4800305 -0.4571444 0.2836434 2.314176 
+-5.473607 -4.671297 -1.896524 -0.7202623 -0.3787265 0.2232599 -0.3602974 -1.183671 -0.2177716 0.8418905 -0.06191086 -0.3539055 -0.6170787 0.5589612 1.412197 1.207416 -0.1022995 -1.83778 0.2918675 -0.338673 -0.4016061 3.019108 
+-7.13929 -6.230684 -2.738688 -1.037238 -0.5044493 -0.3053206 -1.164972 -0.4049703 -0.06376148 1.269668 -0.06395756 0.001842178 -1.393572 0.5920896 1.753861 1.477589 0.002826571 -2.571796 0.3517391 -0.7387609 -0.2011848 0.5941802 3.542903 
+-16.87973 -13.85115 -6.334638 -1.974782 -0.8119535 -0.8319889 -1.6931 -2.067394 -0.879416 3.863183 -0.2089751 0.2437354 -2.092535 2.808991 4.223136 3.129379 -1.733846 -5.963872 0.5229036 -1.721143 -0.706123 2.109837 2.110452 8.177277 
+13.53749 11.26081 5.132595 1.602903 0.8777213 0.640605 1.716023 1.243103 0.4428305 -2.586702 0.07575475 -0.1566131 2.397756 -2.1502 -3.772641 -3.05048 0.9915767 4.804752 -0.486009 1.474828 0.319082 -1.666424 -2.326919 -4.621959 6.373289 
+-14.83165 -12.26731 -5.44038 -1.835136 -0.8538771 -0.2719184 -1.479844 -2.076993 -0.7751724 3.355125 -0.1848895 -0.1312767 -1.901826 2.018236 3.542982 2.729669 -0.9947677 -5.202183 0.3689449 -1.619831 -0.5351049 2.113682 2.078163 5.399968 -4.063999 6.952075 
+-9.255098 -7.511665 -3.651627 -1.012964 -0.8058521 -0.543136 -1.080288 -0.5368364 -0.3565292 2.338642 -0.1428603 0.4567112 -1.497928 1.510443 2.368473 1.808146 -1.199452 -3.201508 0.04237647 -0.8856265 0.0758731 0.9621663 1.560436 3.560913 -3.045075 3.07554 4.701847 
+11.11104 9.256938 4.10259 1.359468 0.7495553 0.5080439 1.162628 1.132524 0.3878802 -2.737924 0.2611577 0.1561967 1.757206 -1.755546 -2.625239 -2.240261 0.6737705 4.011017 -0.2252983 1.046236 0.1549357 -1.386432 -1.669643 -4.027064 2.757462 -3.377479 -2.427267 4.853348 
+8.803909 7.099577 3.000043 0.8378745 0.1478466 0.2741872 0.5216649 1.915755 0.6730928 -2.117981 -0.1338064 0.09761718 0.7754613 -1.559407 -2.274615 -1.423654 0.6862433 3.228439 -0.438982 0.6367284 0.4081582 -1.658292 -0.4368377 -3.492254 2.000346 -3.396712 -1.443383 1.983186 5.01294 
+-3.838711 -2.687637 -1.736166 -0.1742801 0.01350148 -0.6088046 -0.2805089 -0.04873251 -0.7049127 0.8512869 -0.013468 0.5481362 -0.2236281 1.311812 1.291889 0.804294 -0.8248841 -1.487252 -0.2948012 -0.2097579 -0.4026972 0.5867172 0.3097462 2.08295 -1.756442 1.222024 1.754271 -0.9486778 -0.7757619 5.266544 
+3.375246 2.695699 0.9110923 0.2601143 0.3556755 0.3053658 0.5233378 0.3596503 0.1971346 -1.380676 0.2560507 -0.1661847 0.3643184 -1.000933 -0.3609018 -0.7365012 0.5380637 1.359345 0.177793 0.5606765 -0.248362 -0.1273011 0.06195022 -1.359879 0.569732 -1.325505 -1.243133 1.144493 1.034474 -0.2754206 3.600894 
+-0.7875159 -0.7924056 0.03151496 -0.390586 -0.04934086 0.5732946 0.003507961 -0.844804 0.392916 0.08870985 0.1728152 -0.7432789 -0.3343356 -0.7997183 -0.01690875 0.43113 0.5578661 -0.5802207 0.4304326 0.2661316 0.05745184 1.104764 -0.08293057 0.0499996 0.0438889 0.4743852 -0.6758542 -0.4122718 -0.9355331 -0.8513585 0.3515121 3.469958 
+6.504816 5.17315 2.291864 0.6550138 0.2153505 0.5549634 0.5057181 1.056406 0.3474972 -1.651336 0.04686902 -0.09825384 0.6376698 -1.385971 -1.759801 -1.215565 0.5686858 2.483416 -0.03763731 0.3544372 0.317074 -0.9097663 -0.5785381 -2.432489 1.782259 -1.978103 -1.00026 1.763113 1.856813 -1.611301 0.520115 -0.2927976 3.454393 
+-8.199611 -6.675377 -3.001442 -0.5108034 -0.7987874 -0.6177235 -0.525845 -0.9371036 -0.517758 1.998903 0.06734258 0.2518753 -0.9252573 1.888842 2.341157 1.568517 -0.7381583 -2.497721 0.07788274 -0.2919186 -0.1245083 1.062784 0.9545091 3.329213 -2.536398 2.732183 2.477199 -2.168114 -1.617264 2.115591 -0.9049285 -0.257567 -1.869486 5.435199 
+22.92688 19.14713 8.313196 2.972106 1.406482 0.9806877 2.813158 2.340538 0.6279658 -4.522498 0.3256964 0.01428613 3.538308 -3.136885 -5.424099 -4.847352 1.155443 8.873414 -0.477901 2.633122 0.817004 -2.588098 -3.739868 -8.121248 6.903402 -6.961986 -4.465379 5.356275 3.741554 -2.566117 1.390453 -0.5628315 3.366686 -3.576089 15.1576 
+-24.93593 -21.12278 -9.126922 -3.500606 -1.469993 -0.5360389 -2.487432 -3.333318 -0.4157243 4.689905 -0.1564862 -0.8037895 -3.852476 2.993355 6.58199 5.055803 -0.8421228 -8.617016 1.539513 -2.598711 -1.492201 3.313857 4.291283 8.288666 -7.13458 7.738477 3.516101 -5.818178 -4.501415 0.3439053 0.1259432 1.618801 -3.333585 2.825441 -12.66702 18.63204 
+-3.148215 -2.73817 -1.023503 -0.9409205 -0.5421781 0.3552166 -0.8525151 -0.2476811 0.5238381 0.6389492 -0.1879004 -0.264186 -1.098185 -0.3106473 0.2649663 0.9870483 0.09668946 -1.653213 -0.0996365 -0.4303595 0.5961699 0.5411668 1.111076 0.7280968 -1.461991 0.8555357 0.861186 -0.6483585 0.5598403 -0.2924642 0.07577589 0.9448819 -0.02137377 -0.1613902 -2.910065 2.061401 5.386388 
+25.57342 20.64642 10.15131 2.30434 1.368946 2.752041 2.393211 1.655073 1.621507 -6.090513 0.499021 -1.216666 3.486474 -6.178192 -7.252371 -5.554208 3.324732 8.607557 -0.5436652 2.582386 1.136909 -1.661948 -3.513693 -9.720878 8.049237 -7.205198 -6.45338 6.464331 3.502996 -5.032373 2.550868 2.596527 4.038592 -6.835395 12.28523 -10.97627 -0.376285 24.46034 
+-15.78452 -13.61024 -5.566052 -2.377422 -0.6448883 -0.1922567 -1.754409 -2.637205 -0.2694426 2.110535 -0.03298143 -0.7439184 -2.233003 1.372811 4.339692 3.53396 -0.1811378 -5.612422 1.176579 -1.900809 -1.239126 2.715646 2.833868 5.020415 -5.370872 4.731305 1.567097 -2.398135 -3.214394 0.01511766 0.7384475 1.703624 -1.625068 0.9594443 -8.402736 11.12273 1.911803 -4.992385 12.58677 
+4.234014 3.734378 1.141498 0.8880363 0.5809576 -0.4111109 0.2214796 1.243778 -0.2557571 -0.6300327 0.1093653 0.6768136 0.7480182 0.1874559 -0.9116026 -1.119473 -0.2529626 1.389166 -0.4562375 0.2196559 -0.01377533 -0.9819544 -0.4114251 -1.288176 0.7703407 -1.256196 0.04707317 1.375219 0.940569 1.057725 -0.3295318 -1.847065 0.7810645 -0.2505566 2.773913 -4.178595 -1.689962 -0.2166167 -3.024579 6.191659 
+16.41206 13.84835 6.108411 1.387836 2.367175 0.9216273 3.315083 -0.6329531 -0.1032633 -3.920174 0.4154212 -1.00516 4.332491 -3.104946 -3.134773 -4.03726 1.608744 6.70109 0.5681178 2.570649 -0.692188 -0.2741123 -3.069326 -5.183849 6.656433 -4.403701 -5.75665 3.913784 0.03846356 -2.546334 3.44845 2.142294 1.359418 -3.320308 10.77656 -5.34308 -3.140755 13.14222 -2.040077 0.01542377 29.81376 
+-7.664314 -7.339897 -1.267623 -0.8681593 -1.2548 1.901007 0.2554135 -3.568029 0.4338674 0.21211 0.5173197 -1.972474 -0.5183429 -0.04439999 2.038064 1.697333 0.9363706 -1.390214 1.347629 0.07415027 -1.192788 3.286033 0.1048928 2.20045 -1.662786 3.802541 -0.5748701 -0.8844598 -3.95889 -2.303159 0.4634383 3.477649 -1.327344 1.151801 -3.05073 8.254303 -0.2712404 2.480664 7.209314 -5.59602 3.102822 23.65537 
+-11.75899 -10.16298 -4.195826 -1.265834 -0.3974304 -0.1447612 -0.735306 -2.620309 -0.780043 0.722386 0.3554268 -0.5966823 -0.4394578 1.610554 3.713075 2.862234 -0.5853838 -3.559352 1.416642 -1.158369 -2.371322 2.967744 1.179815 4.608695 -3.923064 3.711458 0.9633281 -1.646331 -3.689738 2.082901 0.7094433 1.058915 -1.931062 1.205735 -5.718773 8.105562 -0.8774838 -5.237745 8.263289 -1.748382 1.130652 8.959347 16.75825 
+8.331196 7.071706 2.885611 0.6837004 1.049992 0.3772525 0.8460363 0.5232063 0.784959 -0.8501501 0.1254917 -0.6296351 0.9398848 -2.05367 -2.34375 -1.565137 0.6415169 2.538548 0.4926776 0.649814 -0.3042354 -1.068319 -0.9981977 -3.008737 3.783145 -2.903539 -2.998015 1.43842 1.580901 -2.215926 0.687699 1.03008 1.130113 -3.031769 5.8066 -3.191514 -0.7863272 6.891418 -2.608159 0.8738852 7.767281 -2.741748 -3.444659 10.93554 
+5.300005 3.879092 2.214317 0.5968375 0.1101667 0.8962876 0.2174802 0.2454867 0.7200427 -2.0544 0.4173721 -0.572576 0.836611 -1.32035 -1.272676 -1.126365 1.138041 2.376574 0.4150464 0.7745995 -0.4656613 -0.589483 -0.07711787 -2.431752 1.421724 -1.918151 -2.322122 1.891871 1.397147 -1.63621 2.021048 0.5229 1.084557 -2.079484 2.738424 0.1264877 0.1260486 5.061165 1.163344 -0.2319196 3.999234 3.574566 2.129041 1.731634 8.48884 
+22.14897 19.28414 7.602049 3.491852 1.704489 0.8225419 1.893252 3.434948 0.5348503 -2.001539 0.3387708 0.5177317 3.015175 -2.373569 -6.723149 -5.118974 1.132981 7.178089 -1.649036 2.333192 1.461641 -3.57 -2.840075 -7.52525 7.727106 -5.716441 -2.269337 3.50556 3.626009 -0.4732804 -1.378355 -2.203774 2.373944 -2.343752 13.02543 -16.31639 -2.226506 9.837353 -14.35691 7.969856 6.187893 -13.01041 -13.91985 8.108087 -0.04935124 36.95039 
+30.53601 24.59001 11.49523 3.188111 1.316032 2.660952 3.595029 3.27875 1.200163 -6.63036 0.2981568 -0.9895444 4.239137 -6.108816 -8.08819 -7.744613 4.183086 11.70559 -0.9801376 3.52927 1.997802 -3.457369 -3.439794 -11.78574 10.70703 -8.585736 -7.408856 5.996847 5.113408 -7.149487 3.071536 1.072138 5.327683 -6.41437 16.5248 -12.21663 -2.598013 22.30754 -10.07046 0.6638069 17.35494 -0.4050579 -11.61801 8.820623 5.911152 16.03005 39.90569 
+4.463753 4.139635 1.540005 1.03076 1.356866 -1.493737 0.108209 0.948402 -0.7791383 -0.8687578 -0.2499885 1.174273 1.657189 1.337898 -0.7851725 -0.9617042 -0.9557079 1.103417 -0.4427073 -0.2125164 -1.001049 -2.617163 -0.9626122 -1.426064 1.15672 -2.505752 -1.164251 2.383405 1.818249 1.878645 0.2574415 -3.299432 -0.6463178 -0.2527301 1.244347 -4.683423 -1.252525 -3.531221 -2.082739 3.087649 -0.03494642 -7.578557 -0.7114416 0.3907007 1.04059 3.815846 -5.236428 22.76064 
+-23.48045 -19.35386 -9.176173 -3.694158 -1.58265 -0.7061176 -2.89907 -2.214527 0.1411063 4.628243 -0.4153417 -0.6784819 -4.486798 2.083645 5.801747 6.167491 -1.574373 -9.298462 1.026269 -3.062449 -1.462865 3.429124 4.149136 7.722603 -7.822952 6.884579 4.358216 -5.544976 -2.803556 2.734226 -0.340692 1.953532 -3.401047 2.559668 -14.34378 14.56322 4.038073 -11.23432 9.978343 -4.042075 -11.56343 4.49657 6.901355 -3.3549 -2.771166 -14.97464 -19.52772 -4.531191 27.93164 
+-36.94654 -30.86865 -13.45149 -4.274352 -2.160156 -2.436505 -3.498232 -3.91945 -2.30214 5.903468 -0.3849551 0.7894295 -4.349746 6.738657 10.85187 6.46184 -2.387442 -12.21535 0.762169 -3.545024 -1.828071 4.026088 5.252885 13.0833 -12.28022 11.45639 7.297057 -7.005798 -7.317908 5.185377 -0.7545422 -1.474276 -5.726459 7.492297 -18.84241 20.88562 0.2031171 -22.66983 14.76049 -2.916906 -13.15136 9.889375 14.64384 -14.25604 -2.641649 -28.12773 -27.14882 -0.9851786 16.81114 53.07322 
+41.32062 34.13512 15.2348 4.028816 2.251598 3.011577 4.588215 4.542765 1.96279 -7.251657 -0.0495261 -1.259758 5.471719 -7.332468 -11.80624 -9.094104 4.76566 14.81611 -1.517493 4.609673 2.478744 -3.961939 -5.14197 -14.90738 14.74292 -12.30829 -8.899512 6.523925 6.901264 -6.972645 1.411443 1.638781 6.293787 -8.710672 23.06445 -20.05189 -2.920344 28.02436 -16.95485 4.538747 23.28403 -9.43781 -17.17408 16.48839 4.469812 34.13622 42.76362 -6.749506 -24.03001 -48.77605 72.99097 
+27.07673 22.06781 10.22424 2.762844 0.9853091 1.672739 3.225991 3.061246 0.6544923 -6.083794 -0.1099022 -0.03796438 4.197825 -4.912905 -6.611709 -6.412214 2.565968 10.43894 -1.222796 3.448678 2.392576 -2.524552 -3.76679 -9.381316 8.584765 -8.00995 -4.965599 5.206785 4.421564 -4.10126 1.661373 0.561927 4.631484 -4.182929 14.52082 -14.02909 -2.196521 16.9966 -10.06924 0.6259152 12.72589 -2.409722 -8.815369 4.183751 1.991716 9.441796 25.67335 -6.041027 -18.67428 -21.36933 31.32233 29.60445 
+26.73894 22.58434 9.375024 3.799551 1.734677 0.1190267 2.725807 4.420511 0.9045908 -4.60955 0.2141781 0.5030503 3.605311 -2.635367 -6.616767 -5.550433 1.596085 9.699335 -1.263559 2.811256 0.91759 -4.654871 -3.093024 -10.06151 7.877144 -9.204315 -4.454182 5.388608 6.785434 -0.8460842 1.125484 -2.887194 3.092424 -3.4874 14.24542 -15.80675 -2.758745 9.484657 -12.70445 6.030672 7.448284 -12.24516 -11.63394 7.962753 2.38994 22.8318 17.0233 8.264326 -14.87237 -24.94653 29.3063 11.99222 28.4764 
+-13.99851 -11.86045 -5.088191 -2.570715 -0.5322686 0.8656664 -1.259766 -2.767012 -0.1252804 2.053679 -0.08880362 -1.385302 -2.272822 0.5859618 3.101453 3.34403 0.2455217 -5.405761 1.078213 -1.654025 -1.42832 3.969213 1.938458 4.920549 -4.006427 4.824861 0.7146062 -3.464872 -4.018945 0.5516113 0.6042396 3.375941 -2.213195 -0.4292443 -7.442504 11.46303 1.480325 -1.363062 8.761595 -3.500096 0.4985299 9.141173 9.623725 -0.07510961 0.9186302 -11.15396 -6.23208 -8.631948 12.19506 9.735272 -5.752076 -8.157898 -13.37417 20.49054 
+-28.23904 -23.2554 -10.50942 -3.835019 -1.196055 -0.5602225 -2.425477 -4.024598 -1.635664 4.893296 -0.4687679 -0.3741673 -3.779114 3.246459 7.248949 6.402251 -2.225485 -10.54263 1.340614 -3.706457 -1.870762 5.027307 2.894087 10.75758 -8.855942 9.101411 4.543076 -6.020679 -6.675438 3.439175 -0.9492942 2.404182 -4.036269 3.579867 -15.48782 16.42989 1.539346 -13.04615 12.57043 -5.328662 -6.886708 9.898123 14.59212 -6.881014 -3.589069 -24.37684 -22.72684 -6.338974 20.08195 26.01535 -31.60465 -15.78571 -24.85794 16.91452 36.62605 
+-7.286874 -5.931214 -2.618607 0.2534711 -0.4413815 -2.217533 -1.118241 0.9441044 -1.178899 1.173258 0.315154 1.687507 -0.6656586 3.219458 3.062336 1.249029 -0.5621053 -2.565206 -0.7002976 0.2005908 0.4983814 -0.4337222 1.870497 2.854035 -4.240644 1.553844 4.390172 -1.077609 -0.2081698 4.739698 -1.219664 -3.857444 -1.31947 5.845055 -4.147758 -1.415771 -0.3108528 -12.46786 0.1561598 3.977952 -9.360629 -6.77331 0.8994698 -9.175156 -3.562336 -0.5748645 -13.0679 6.73656 -3.743168 15.9543 -18.86606 -4.524163 -0.1267217 -8.972962 -1.846572 30.92061 
+-29.90547 -24.576 -10.86385 -3.23061 -1.393956 -2.462456 -3.672432 -3.047456 -0.4289821 5.817708 -0.3402479 0.5327837 -5.357199 5.099384 7.779381 8.9791 -3.14079 -12.25447 1.573678 -3.589426 -1.237282 2.956126 3.33703 10.21244 -10.97063 7.164334 5.839356 -5.685378 -3.761606 3.947849 -2.288336 0.8608312 -4.509227 4.80359 -18.73396 13.91304 5.290522 -20.84364 11.95067 -5.422387 -21.41012 4.586912 9.239734 -9.890677 -5.513975 -26.2568 -35.3163 4.177721 22.89054 24.74488 -46.82405 -24.16244 -20.57447 5.876571 25.92313 8.447491 52.18251 
+-22.18845 -18.47343 -8.00304 -2.591142 -1.223041 -0.3376392 -2.506188 -3.455555 -0.2936923 4.337724 0.5598219 -0.6633838 -3.264414 2.525169 5.859802 4.728873 -1.497126 -7.962479 1.62027 -2.445774 -1.698324 2.860539 3.505515 7.420103 -7.519864 7.398356 3.494296 -3.214347 -4.116487 1.425217 0.1785465 1.140314 -2.752882 3.137835 -11.44494 13.83327 2.533467 -9.602613 11.82028 -3.557761 -7.568584 9.254877 10.45768 -5.575528 0.7122346 -16.87876 -17.38321 -0.9416591 14.18163 22.16394 -30.3611 -17.19349 -16.90243 8.555804 17.25208 3.384418 18.39733 25.79061 
+-8.393882 -7.507293 -2.615826 -2.077547 -0.7841373 1.23515 -1.046007 -1.794016 0.65908 1.341328 0.007895108 -2.2267 -2.285971 -0.5991869 1.141794 3.088398 1.9474 -3.893731 0.8661907 -1.078235 -0.2591933 2.882347 1.955161 1.79459 -2.306346 2.794203 -0.5165917 -3.268859 -1.710228 -2.336245 -0.09653271 4.232235 -0.5072917 -1.309873 -5.432764 8.602732 3.820597 1.171624 5.912363 -3.868992 1.142684 6.630612 4.169676 1.121878 1.540347 -5.63345 0.7910465 -11.06844 9.062831 -1.119835 5.504278 -2.66329 -7.468452 12.18968 9.157124 -7.554683 5.201707 3.381252 25.21945 
+0.8699894 0.08948096 0.5316242 -0.528666 0.3735116 0.1578504 0.3783956 -1.000292 -0.02008557 -1.58566 0.08286112 -0.3754937 0.5450145 -1.161277 0.8522377 -0.8124394 1.369261 1.070264 0.8887258 0.7033629 -0.5181841 0.8087628 0.3812409 -0.9855177 0.3996317 -0.3105325 -2.200516 1.135822 -1.061967 -2.474204 2.443791 1.970564 0.4649249 -1.810644 1.341832 3.792774 -0.7897961 5.065395 4.585951 -2.223309 9.871129 6.010793 3.85528 1.601254 3.551008 -8.315946 6.475091 -1.871144 -1.113183 2.390667 2.807302 5.535787 -3.216389 3.948812 2.908717 -3.869379 -4.443892 1.651707 2.94734 16.80477 
+-38.61604 -31.52952 -13.88132 -4.511605 -2.240163 -2.055217 -4.313898 -3.832388 -1.541645 8.331353 -0.4416875 0.4780993 -6.302898 5.511968 9.888857 8.912975 -2.757306 -15.34355 0.6697927 -4.126414 -0.5000202 4.970625 5.056063 13.7934 -13.06235 11.97314 9.357215 -8.871538 -7.141355 6.359135 -4.349773 1.159128 -6.187551 8.806766 -22.0586 16.8754 4.208929 -23.07528 12.38802 -5.039393 -21.82146 5.417804 8.89548 -13.10571 -10.21516 -23.70147 -36.17757 -3.79519 24.69504 35.168 -47.70276 -23.51527 -26.48592 9.849005 31.85828 14.80295 41.4304 21.97084 5.856234 -4.625748 58.77284 
+15.6425 13.06306 5.582911 1.986896 1.747122 1.096008 2.055409 0.9876866 0.6220712 -3.286141 0.4288546 -0.5046816 2.46473 -2.158473 -4.08451 -3.608498 1.82477 5.929602 0.009213449 2.179693 -0.5550251 -1.44277 -2.629241 -5.550903 5.926151 -4.91763 -5.121351 3.044789 1.425588 -1.780409 2.375265 1.120602 0.6678647 -3.800767 8.671526 -4.945329 -3.261908 11.32525 -4.977459 1.749952 13.81311 -0.4322022 -3.461963 7.788605 5.376664 13.53916 17.16813 3.05263 -7.508727 -16.72019 26.05818 6.359478 11.83978 0.9729797 -11.43116 -12.48987 -20.03364 -10.16258 -0.1079583 3.272758 -24.43145 24.344 
+1.607697 1.545898 0.2253934 0.4844545 0.2218948 -0.469988 -0.07045886 0.44791 -0.1408956 -0.9176918 -0.1371985 0.6408356 0.2808376 0.4916983 0.08765295 -0.6193285 -1.678406 1.342391 0.1791477 -0.6104682 -0.4657519 -1.9176 -0.6698618 -0.4922185 -0.398739 -1.447963 -1.110416 2.234736 2.183311 -0.4884272 2.511805 -2.109803 0.8634762 -1.531557 0.0620532 0.4968967 1.12383 -1.780394 1.940297 -0.918581 -2.114721 -1.29437 -0.07695984 -0.6955626 2.635786 -7.02797 -2.348031 7.653139 0.6328065 4.19155 -12.60788 -3.220733 -0.3447962 -3.97082 0.469137 -1.282589 5.762768 4.506238 -8.077969 0.02611108 -4.529093 -1.654798 22.81421 
+5.164967 4.109447 2.022056 0.4361053 -0.05985086 0.08101983 0.9650495 0.1811702 -0.3930005 -1.412992 -0.475916 0.1918742 1.496798 -0.3188929 -0.9097295 -2.034458 -0.4277338 2.960083 -0.1126399 0.167083 0.3241899 -1.373136 -1.430422 -1.623922 2.44653 -1.584956 -2.168627 1.678713 0.7755766 -3.225524 0.9051579 -0.6410058 1.817968 -2.006555 4.253922 -1.461953 -0.8591278 2.588949 -1.03626 -1.239089 5.294519 1.603587 -0.7325848 1.733068 2.115288 -4.495845 8.67548 1.673319 -6.511259 -2.215749 2.963998 7.846939 0.5271523 -4.425334 -2.659201 -5.372947 -4.953559 -4.087747 -2.763656 5.037735 -11.96815 -0.4180737 9.364964 18.43041 
+-5.824843 -4.409838 -2.011526 -0.4160287 -0.3367813 0.3627578 -1.512074 -0.5864071 0.6373683 2.225935 0.2999367 -0.2487812 -2.198507 0.3472512 0.1050072 2.444194 -0.2897036 -3.668926 0.1389078 -0.9030202 0.3336908 0.8831272 0.8041098 1.747893 -2.470911 1.737818 1.922123 -1.715495 -0.6901435 1.232482 -1.877755 1.232901 -1.207634 0.5801681 -4.946352 1.515436 3.514034 -1.764132 0.8150868 -0.2168261 -9.367312 -1.388561 -2.228617 -1.031207 -2.23177 3.806875 -8.747475 -2.050945 8.522206 -2.745828 -3.933659 -8.810763 -2.904644 3.165463 3.618359 -1.905261 11.30339 4.151731 5.498347 -7.654702 11.20959 -1.177052 -2.297033 -9.29338 17.53771 
+2.427808 1.449923 0.8742117 -0.7523307 0.539305 2.558069 0.1053954 -0.6171957 0.8024911 -0.7863352 0.276278 -2.246955 -0.9632866 -3.453554 -2.060304 -0.1062599 2.542823 -0.3701523 0.7179326 -0.7607447 -0.7743504 2.419316 0.3206346 -1.297939 1.947026 0.07255271 -3.303435 -0.7584842 -1.166449 -3.118566 0.8891831 4.617935 1.383626 -5.685285 1.578565 3.715355 -0.3060349 13.02636 2.466903 -0.4842643 7.78019 4.692226 2.135626 9.437143 2.291343 4.833522 11.97119 -16.50234 4.647372 -12.0666 23.46819 4.273987 -1.838539 16.54231 5.869965 -21.26414 -13.24939 -3.628782 16.74898 3.909081 -9.450942 10.91511 -10.55687 -4.478551 5.083329 43.75896 
+-14.91937 -12.20568 -6.050708 -1.868906 -1.565064 -1.787757 -1.965321 0.03382686 -0.6579138 3.384047 -0.6885675 1.390829 -3.049976 3.054647 4.275306 3.929894 -2.800904 -5.453655 -0.3136766 -2.622776 0.5896248 0.7978256 2.043173 5.183573 -6.985455 4.074433 5.868208 -2.483168 -0.3688469 3.132424 -2.692988 -2.238036 -0.7945295 4.347647 -8.543739 3.522841 1.991053 -13.65979 4.274066 -0.7750859 -18.57297 -3.315013 1.165228 -8.572344 -7.54905 -14.40593 -19.6879 -0.4192723 10.69258 15.94687 -28.75613 -8.25848 -9.931715 -3.681243 12.10423 11.50481 24.09911 9.050264 -4.525868 -5.49981 26.64204 -20.82908 3.426148 -1.01233 3.009117 -14.10777 33.30256 
+-37.91069 -30.91438 -14.00461 -4.780141 -2.326226 -1.002777 -3.808911 -4.102094 -1.290049 8.576095 -0.83071 -0.3033563 -6.823047 4.893198 8.63132 9.542535 -2.574531 -15.45357 0.7311946 -4.578303 0.02807653 5.751742 4.219136 13.67568 -12.06055 12.24465 8.515198 -9.872157 -7.562695 3.745067 -4.821855 3.216804 -5.472404 6.885531 -22.32 17.68474 5.800573 -20.29262 11.42585 -6.860741 -22.55251 6.935153 6.283695 -11.57999 -11.80621 -22.07233 -30.59466 -11.75117 27.71651 25.77524 -37.42543 -20.87287 -28.74307 14.53982 33.98681 3.814766 42.27331 16.59432 15.19701 -6.688295 50.76363 -21.0346 -5.455702 -9.325037 15.41419 0.4853933 23.72832 65.57489 
+-22.94773 -18.67001 -8.872889 -3.154403 -2.036901 -1.910077 -3.980387 0.07977828 -1.640983 6.059837 -1.199181 1.423334 -4.201147 2.612727 5.048602 4.958821 -1.76256 -10.78786 -1.238553 -3.589003 2.255848 2.082792 4.846276 8.495944 -8.287007 7.631556 9.704452 -6.769159 -2.289179 4.773786 -6.073206 -1.695877 -1.25186 6.423692 -13.72058 2.836105 4.724894 -16.12232 2.630772 1.163332 -22.7144 -11.79091 -1.886748 -9.923079 -13.95373 -4.774963 -23.9978 -6.481927 11.07762 15.72044 -24.46803 -6.191873 -13.79964 -2.295213 14.76792 22.48826 22.8645 5.356135 2.2913 -9.162289 40.35367 -30.83202 -9.899818 -8.055762 8.095704 -7.79856 29.2853 39.06883 71.31179 
+0.0809233 -1.177164 1.13255 -0.4509493 -0.0336182 0.6773105 -0.1753884 -1.494717 -0.05305379 -2.743104 0.3148311 -0.4071282 0.3271519 -1.271729 0.7100677 -1.087933 2.392136 0.8738805 0.8574062 1.098899 1.024272 0.3692357 0.7026171 -0.4555692 -0.3405502 -0.5501158 -2.483041 1.435594 -0.5319004 -4.604428 3.99095 1.979584 1.465228 -1.258355 -1.010969 5.466248 2.690885 5.727943 6.807816 -5.368117 8.151054 8.667021 2.547099 -3.882107 5.189838 -16.63247 10.01168 -4.369428 -6.99166 9.815548 -3.681513 9.464748 -10.65228 1.762328 0.9480197 2.962147 -1.170156 4.463737 4.427368 10.85486 -4.301211 -2.222028 8.473585 10.66889 -7.330539 -4.545209 -5.726366 -4.000195 -6.321853 43.74014 
+4.672793 4.343601 1.835768 -0.7111827 0.3273457 0.8969301 0.578967 -0.1772312 1.120383 -0.8404004 -0.3933626 -0.8929301 0.1807614 -1.57075 -1.987184 -0.3620023 0.4797793 0.9663758 -0.2850801 0.2308765 0.5096912 0.5295017 -1.412976 -1.704075 1.404193 -1.57358 -1.796228 0.4879025 0.7327302 -0.4301651 0.4523319 2.487565 -0.5470406 -2.21371 0.5034913 -0.3874081 2.631886 6.414808 -1.055324 -2.29048 3.663538 0.1648316 -3.866223 3.357045 -1.284264 0.8382638 2.633893 -2.081309 5.206708 -7.928948 11.20651 0.4483793 1.692047 5.899221 1.012037 -12.05684 0.002230331 -4.12132 5.411537 -0.7018864 -1.967624 6.483355 -0.4900049 -3.001948 5.683018 7.809165 -4.910203 5.418389 -7.418812 -2.514158 22.1128 
+-22.05246 -19.36127 -8.024922 -4.001289 -1.327754 0.07613609 -2.340199 -2.885798 0.4359842 2.072588 -0.08829582 -1.349861 -3.994604 1.208445 5.9909 5.031096 0.4459565 -7.492827 2.061614 -2.460794 -2.043492 3.661826 4.395291 6.607857 -7.193084 5.786413 1.116736 -4.123859 -2.921734 -0.696857 2.714442 3.256375 -2.067639 -0.2514379 -13.0612 20.21083 2.775757 -5.483551 14.53443 -7.204672 -4.207359 12.85656 12.68816 -3.659289 3.688593 -28.78781 -8.279821 -8.545647 19.12789 24.54911 -20.92764 -11.76165 -20.33554 19.29607 22.5871 -9.058155 15.6428 17.62906 12.47509 8.022234 15.47087 -2.378511 2.830322 -1.650854 0.03789176 11.21438 2.986384 16.16055 -8.541861 13.15261 4.479173 45.1333 
+-54.02501 -45.93417 -19.70431 -6.762711 -3.954104 -2.768966 -6.037451 -5.77957 -1.812266 7.472595 0.2839044 0.2311253 -7.379099 7.911917 15.98985 11.7512 -2.633485 -18.3308 2.402544 -4.752995 -2.89718 7.245904 9.685756 18.41532 -20.15823 15.86831 11.32562 -9.78834 -7.992773 8.017628 0.2814463 0.07546047 -7.266196 11.45135 -29.11322 30.92765 4.328505 -31.69426 25.28138 -6.141027 -22.62863 16.76494 27.03986 -21.38278 -1.122442 -47.00867 -46.11394 -2.320765 30.39475 66.12501 -75.58034 -32.8327 -38.05767 16.41064 39.8328 27.0054 46.71737 39.07347 6.132233 4.11123 56.87837 -30.02323 1.61576 -10.03401 0.4738026 -19.25043 28.90258 41.88921 29.57967 14.00083 -13.002 39.94357 118.0844 
+3.720511 4.372656 0.5035572 2.179596 0.7397428 -1.993705 1.667848 0.6389462 -1.99363 0.4744149 -0.1125336 2.407054 2.567378 3.806744 0.7945576 -1.910593 -3.890793 3.389546 -0.7953092 0.9398771 -0.7323035 -2.044714 -3.403162 0.6461444 0.9210939 -0.408664 1.522977 2.19432 -1.851427 4.208011 -1.220319 -4.837152 -1.774036 4.19136 5.137606 -6.864978 -7.70895 -8.99843 -6.107199 5.433172 1.32716 -2.07938 0.8266782 -4.204987 -1.590449 7.132959 -5.141838 16.08641 -7.954728 4.921375 -9.38753 -1.989872 6.327495 -12.9633 -4.979656 9.073617 -4.254157 -3.110654 -22.14345 0.5709117 -6.005312 5.440644 7.024041 6.071577 -8.041181 -24.6906 3.319602 -14.85484 -13.54169 -12.01458 -10.10203 -16.48333 -4.781212 57.80619 
+34.4833 27.24088 12.72967 3.926508 0.5373885 0.02959961 1.392047 7.000605 1.493836 -9.0748 0.4062546 1.58598 4.057031 -5.04063 -8.653551 -8.105372 3.83025 12.84489 -2.146773 3.395932 3.452963 -8.228691 -0.656832 -14.77578 7.634227 -12.32695 -5.086029 9.928467 12.65831 -5.858779 4.882733 -5.459754 8.280004 -5.501657 14.11283 -18.30319 3.001432 14.67162 -10.42386 5.104843 0.6398071 -16.17268 -17.4407 -1.240773 7.664492 13.26454 27.09679 13.52446 -23.14046 -20.59808 20.55748 21.03772 24.96178 -27.40349 -38.64 15.84292 -20.56893 -13.19899 -11.88517 1.4587 -34.94659 2.404403 14.08195 10.49353 -8.617079 -24.8213 -1.606644 -41.28971 -8.116369 23.19916 -7.625952 -16.64631 -23.16321 2.561128 98.75281 
+-23.81992 -19.4968 -9.677189 -3.315283 0.2678535 -1.742292 -3.21413 -0.6762698 0.4603696 4.837513 -0.0947543 -0.9339853 -6.43222 3.330027 5.52363 8.31715 -0.2103369 -11.2303 1.647864 -3.855346 -2.241718 2.990312 4.289286 6.740241 -9.146736 3.921334 3.102274 -6.454096 -1.481569 4.333651 -0.7102977 2.17674 -4.107322 0.8446171 -16.39871 15.30436 3.600168 -14.08884 9.841879 -0.7115732 -16.86294 -4.653027 4.651203 -0.44419 -4.845818 -10.73685 -23.00571 -1.400204 28.50676 10.97724 -14.9354 -25.18583 -7.286056 17.21997 19.79163 -3.565049 32.27535 9.256917 17.33797 -6.539 27.57573 1.128639 -5.547826 -20.44772 19.47926 18.04681 7.593341 35.2039 7.290576 -16.19354 13.72679 26.79576 24.33603 -19.61943 -30.3217 82.29934 
+-47.8426 -38.79736 -18.01286 -5.007273 -2.530312 -3.138518 -3.942769 -6.568165 -1.703319 9.457851 -0.07678024 0.2910164 -5.160565 8.748521 14.12158 10.98201 -6.149248 -16.08899 2.599159 -4.589052 -4.733551 5.93342 5.270079 17.9858 -15.36046 14.41015 9.486342 -8.830649 -9.270778 9.852617 -1.678724 -0.6238133 -9.226309 10.2984 -23.84748 24.77663 1.247228 -32.93989 18.76491 -4.973544 -16.52764 13.61213 24.95621 -11.83759 -1.957693 -33.20902 -50.9083 6.79738 31.62952 50.26719 -70.46815 -39.88703 -28.93776 13.91739 37.98997 11.53584 45.71146 34.29389 -3.370367 -2.374284 48.3889 -21.06589 8.979039 -6.746273 3.035005 -20.50095 21.56879 36.66729 13.62769 -11.94961 -7.60641 23.79247 80.53907 14.66004 -50.36616 19.09368 103.0482 
+-17.27003 -14.33923 -5.75353 -1.955622 -1.440367 -1.88103 -1.716396 -1.496521 -2.153574 3.91272 -1.158384 1.338461 -1.842569 4.443879 4.446363 2.849947 -2.234371 -6.151012 -0.701973 -2.597866 0.8253417 0.8648349 0.9969361 6.753691 -5.681894 5.616621 5.332912 -3.440765 -3.532741 1.767253 -4.547405 -2.342797 -1.545104 5.160487 -8.999814 4.297041 0.7061229 -14.90289 3.072601 -1.587546 -12.4232 0.001802439 1.438945 -11.23767 -9.108091 -14.14531 -16.35598 2.0564 0.978486 21.4323 -26.8759 -5.410579 -12.95361 -3.600544 12.70478 15.9466 20.65518 5.847572 -2.575119 -1.760328 27.23779 -21.22007 1.218682 3.863732 -1.847508 -17.66558 21.94839 23.75624 31.44944 5.979464 -6.008521 -1.422445 25.05897 6.260632 -1.840341 -4.748632 14.24867 41.11416 
+0.303737 0.6773029 0.3363615 0.2926407 0.170325 -0.761106 -0.9526642 0.1801677 -0.3209815 1.144628 -0.5151216 0.9761188 0.1327181 1.592407 -1.321492 0.3258166 -1.12095 -1.150833 -0.9568492 -0.9270335 0.3889077 -1.243486 -0.9599786 0.2342486 -0.01663335 -0.49566 1.101984 0.2095152 0.8044148 1.53911 -2.678122 -1.863115 -0.5152067 -0.002206048 -1.410715 -4.44421 2.346997 -3.169358 -2.998281 1.99397 -6.767326 -8.580076 -3.475744 -1.441219 -3.476376 7.068274 -9.276385 10.14843 -1.286112 -4.901943 -3.307256 -6.312874 3.446413 -4.775952 -3.630117 4.083503 7.852692 -1.981317 -4.218355 -6.544195 3.566631 -2.951883 2.077815 -2.747444 6.397575 -9.176391 3.678201 2.167463 9.24454 -7.994923 3.279663 -11.61756 -7.706882 4.637058 5.997598 2.61785 0.3842538 8.739018 23.97499 
+-0.03338764 0.1587545 -0.8013288 -0.6463694 1.268928 -0.5338775 0.1070976 0.1930996 0.441783 0.08688317 0.2968371 -0.3906591 -0.4853771 -0.610291 0.8320253 0.3889259 0.4408812 -0.229154 1.020186 0.1539656 -0.8062465 0.126366 1.530721 -0.07932238 -0.1233186 -1.481581 -1.143563 -0.3024996 0.9844224 0.1540755 2.48179 0.8616471 0.003036037 -0.9597709 0.3352529 2.547 0.380475 0.1374599 3.207285 0.3466043 8.303077 -4.109978 0.7618729 5.8584 1.54975 -0.4322159 2.836046 1.75551 2.789469 -4.844162 7.152483 -0.6156619 3.395449 2.599019 -0.7808438 -2.543906 -2.867746 -0.4321679 2.641428 3.385903 -4.534655 5.942227 -0.7334579 -2.321371 -1.795775 6.736804 -4.260489 -6.498837 -6.406357 1.718428 2.091295 6.513399 -1.151263 -4.626038 0.004543072 13.31668 -2.512741 -10.12206 -5.1666 22.88831 
+54.78923 46.60902 18.92648 7.953628 3.685974 0.8009996 5.63317 8.137094 0.9159563 -8.816205 0.4320986 1.65162 8.322028 -4.715102 -14.51969 -11.70725 1.541357 19.79846 -3.218978 4.936719 1.33761 -8.902809 -7.874984 -18.70232 16.84531 -17.06534 -8.462898 11.53775 11.47222 -0.1962465 0.5545616 -6.609844 6.27166 -6.907483 30.22292 -35.44659 -7.641329 20.36938 -27.36048 15.41549 17.49831 -26.85886 -21.29773 16.14971 3.014017 54.95267 31.73963 18.51686 -32.74376 -53.73446 61.75112 21.3525 52.00775 -26.58586 -48.91963 -2.998866 -48.71051 -36.36649 -19.84953 -11.03515 -58.01146 27.91381 -1.569352 0.4944602 -4.819309 0.5252223 -22.27142 -61.44277 -28.48402 -30.41003 2.829313 -50.45972 -87.67558 24.67515 40.71949 -23.43206 -59.10873 -26.72292 14.51779 2.968111 125.446 
+13.82719 11.7061 5.065402 3.458978 1.973654 -0.5231452 2.306329 0.7219262 -0.8081141 -3.105494 0.9155084 0.8912835 4.09783 0.3140357 -2.172032 -3.64246 -0.1166002 6.624216 0.1880809 2.588745 -1.372197 -2.132009 -3.152524 -3.964222 4.697368 -3.809361 -2.672762 4.075624 0.3526769 0.8470905 1.427333 -2.536682 0.4507287 0.04624241 10.23853 -8.69569 -6.511292 2.979576 -6.320675 5.937808 12.80539 -1.616174 2.601781 1.255362 4.82559 14.44146 6.374884 10.73215 -16.8109 -5.476057 8.074875 4.055324 12.0823 -9.628991 -14.69726 6.706378 -17.05577 -4.877299 -11.98098 1.335076 -21.34125 12.86421 1.770733 1.190621 -6.846955 -9.264272 -15.23905 -27.80314 -22.0432 -1.229249 -9.285945 -16.53655 -11.35098 23.09094 10.90611 -18.68489 -3.569463 -9.708556 1.502868 -1.347017 32.2805 38.96519 
+-44.64751 -37.45501 -15.73524 -5.302797 -2.945756 -1.787274 -4.782653 -6.119537 -1.864177 7.51649 -0.4798606 -0.4646217 -5.429595 7.165297 11.42478 10.77769 -3.509754 -16.38381 1.847761 -5.533218 -3.621933 6.488644 4.928887 15.87114 -14.66713 13.90425 7.772483 -8.464277 -8.884659 6.311879 -3.364362 1.183778 -6.979584 7.014834 -24.42731 23.62309 2.768913 -25.66109 18.88128 -6.075542 -21.71035 15.56418 25.32662 -14.54906 -2.306736 -36.16711 -43.52965 1.398892 28.25551 45.26866 -60.58332 -33.48618 -32.62472 19.29427 40.03321 8.570683 46.07312 29.49326 9.427877 0.07528593 47.95366 -22.46195 0.5853775 -6.404307 5.517981 -8.728651 20.56361 42.89989 20.63118 -5.224596 -4.214488 28.73138 76.18171 -0.4065863 -42.93542 26.22773 73.24573 23.41856 4.427641 -11.20131 -66.10342 -12.76565 85.64929 
+-8.016304 -5.417107 -4.183502 -1.616496 0.5341578 -0.4813616 -2.51816 0.7740673 -0.3035615 3.288927 -0.9392305 0.6872474 -3.399327 1.390912 -0.2655383 2.736754 -2.039107 -6.12603 -1.106031 -3.694945 -0.02882883 0.8150961 -0.05459365 3.080657 -4.084345 1.635804 2.467673 -1.585359 -0.7229705 3.432133 -2.500107 -0.3706246 -0.872792 -2.78436 -7.453895 1.164936 2.718546 -2.692203 1.218726 4.575012 -15.54742 -12.78661 -4.963778 1.528789 -8.069347 7.574587 -14.96418 0.4920923 16.68858 -4.017723 -1.293749 -14.14639 -2.021571 8.835905 9.300297 -9.461373 13.58887 -1.463208 3.03408 -10.26681 9.997644 1.722741 3.162794 -10.00195 19.56122 18.44775 8.043666 21.25403 14.429 -20.50358 15.11239 1.607224 -14.41773 -2.707656 -19.1801 45.6122 -4.586083 -1.302469 16.34667 -0.8555035 8.796318 -14.45432 6.018528 78.42927 
+-39.19598 -31.81995 -14.43862 -3.914236 -1.045084 -3.879943 -3.650236 -5.002741 -1.382061 8.895371 -0.5522681 0.2778368 -5.466612 9.169521 10.56022 10.35274 -5.287421 -14.3804 2.470989 -4.910678 -3.560881 2.795278 3.199082 13.74069 -12.02535 9.587187 5.884082 -7.507281 -6.267827 4.701555 -2.948372 -0.9363117 -6.741875 6.000388 -20.43083 19.99634 3.02059 -30.38563 14.39335 -4.415558 -17.79813 3.891142 13.74102 -7.547616 -5.291354 -26.21462 -41.99097 14.33774 24.18548 31.38507 -53.25213 -36.91017 -18.4859 7.381338 26.73635 7.001454 50.86595 22.0686 3.883453 -3.636517 37.71423 -14.76437 12.36063 -1.432764 7.823999 -17.3437 18.54395 35.82826 6.668794 -8.750385 -1.081458 16.67633 47.34129 9.490276 -29.31509 39.27784 63.00189 22.68338 12.52001 0.7625755 -41.02129 -6.070932 56.33877 15.64828 85.41935 
+2.942699 2.39713 0.1952399 0.7298012 0.4206492 0.2800557 -0.09637033 1.018007 0.3104481 -0.4681792 0.5859273 -0.2823124 0.6437778 -0.09095502 -0.5500541 -1.051849 0.6822603 1.885868 0.3288753 0.2781623 -1.919031 -0.6126085 1.468971 -1.196548 1.206824 -0.9834586 -1.312629 0.4314728 1.561629 1.221685 1.924746 -1.699237 0.2060028 -1.298916 3.821259 0.9873651 -2.46434 0.577447 -0.6225064 6.111227 7.158755 -4.528947 2.822046 7.296179 8.217885 15.33043 6.064791 2.47922 0.1179517 -5.755437 14.83915 -4.641211 12.30789 2.235814 -8.669169 -3.52389 -20.12069 -0.9841811 1.979549 0.4761194 -20.04611 14.24501 -2.470637 -3.617194 -1.105332 12.47497 -15.227 -26.118 -20.04476 -11.55054 -5.355525 -1.003566 -7.267545 4.794461 0.04408641 3.495694 -1.072833 -23.14747 -5.204383 9.086361 30.33985 13.58745 -8.71371 1.240501 -9.833028 45.0189 
+47.10933 39.03376 19.05331 5.756466 3.183444 4.314569 3.884322 1.741004 4.053071 -6.563677 1.064158 -2.220556 5.893082 -9.890566 -14.48444 -9.163342 4.169464 15.00676 -0.06277006 5.432984 2.125931 -4.360184 -7.383266 -17.28738 18.08814 -13.48209 -11.7359 9.452921 5.991195 -10.27862 -0.2268512 4.657906 6.595921 -12.21318 27.50277 -25.56045 0.1969233 38.88073 -16.46158 2.03968 25.17968 -3.182508 -18.95782 25.62343 6.372206 41.49044 37.19409 -3.324961 -28.82781 -64.08653 66.45866 27.80832 29.6953 -9.192578 -37.34925 -28.20082 -38.51556 -24.00095 0.6923729 1.462392 -46.74075 22.00416 -8.69241 2.369727 4.952007 27.89713 -33.24411 -42.11885 -24.43746 -8.707373 10.56628 -37.24386 -94.71441 -21.69106 8.136371 -32.20857 -61.63149 -31.95416 9.263619 -0.6975377 64.76752 10.73097 -60.51399 -3.720435 -46.25325 6.03614 147.6387 
+-23.66783 -17.9984 -8.927497 -1.823227 -2.388435 -1.562802 -0.377179 -4.781367 -2.187456 6.520585 -0.4466722 1.720132 -1.121958 6.13714 8.110511 4.049217 -7.056248 -5.858049 0.0335568 -1.246008 -0.5156101 4.296387 -0.9731673 12.00034 -7.661924 9.8155 7.90094 -4.100225 -8.948983 7.642174 -3.97604 -1.009461 -6.184977 10.82272 -7.838526 6.465428 -3.32565 -20.25568 5.938821 -3.283208 -5.638711 13.61604 11.63258 -10.06902 -7.569855 -19.22203 -28.39217 -1.308284 10.84037 28.46099 -42.78696 -11.19781 -19.91846 -0.5332225 23.92889 8.230023 20.67921 15.37967 -14.34556 0.3671202 31.73319 -19.65444 4.987372 6.649393 -5.969401 -25.94424 26.48361 22.92722 15.61496 -8.398622 -8.780194 -5.84243 37.26159 39.00313 -41.42901 -28.78475 59.14302 23.22487 -1.40979 -11.06287 -29.06035 -2.557782 35.43563 -13.95785 22.37367 -11.75295 -35.80443 106.4811 
+-39.27632 -33.10116 -14.45345 -5.548113 -2.773617 -1.083033 -5.110212 -4.162778 -0.1122198 7.077144 -0.2135446 -0.8020696 -7.400783 4.983733 9.377128 9.63353 -1.630931 -15.25423 1.712356 -4.91328 -1.496085 5.2323 6.56758 12.79168 -14.10514 11.10676 7.033432 -8.08426 -4.903052 3.361128 -1.400595 2.216802 -4.691856 5.218949 -22.89663 22.79149 6.653858 -19.07318 16.95186 -5.382488 -21.85558 8.19111 11.85173 -9.786169 -4.848714 -28.3149 -31.99731 -6.127842 27.59929 33.37136 -42.23355 -27.77433 -26.23992 18.06679 29.44061 5.162361 39.60773 24.78252 14.30366 -3.880779 42.07044 -18.03074 -0.00604087 -10.76151 12.85196 2.064922 19.73863 44.0932 22.83581 3.212948 5.342258 31.54758 60.88674 -21.08784 -25.40449 42.32239 41.73283 16.121 2.725429 -1.184621 -58.70162 -23.01982 49.376 20.14193 39.84297 -12.12105 -46.48544 4.326607 62.68714 
+18.26362 16.17183 6.424539 3.22359 1.417015 -0.2620937 2.18056 2.618417 0.06296025 -1.732509 0.2164175 0.7028943 3.858999 -0.0700038 -4.970075 -4.210716 -0.3152245 6.962606 -1.455697 2.16778 -0.1153724 -3.153924 -3.386265 -5.500645 6.28402 -5.239517 -1.233211 3.091496 3.21153 2.967742 -1.97197 -3.761102 0.5064548 0.183331 11.7735 -14.96563 -4.293349 2.75598 -13.39766 8.512954 5.795213 -12.30755 -6.791086 5.341997 0.04219574 28.96258 5.766733 11.19429 -14.66689 -18.01443 22.76094 3.038242 23.49366 -10.92525 -22.04124 4.912079 -21.21295 -12.9196 -10.34205 -10.01499 -18.59501 11.26224 -6.332193 -7.123838 0.6342316 -5.050518 -11.34632 -25.35387 -9.351092 -23.00887 0.9087734 -26.16506 -28.89129 14.82859 5.868783 -7.932295 -11.66988 -10.01135 9.477855 -1.186579 55.71053 22.25095 -18.61545 -0.4187638 -10.77268 19.06861 26.09288 -8.232615 -22.66699 44.04356 
+-29.70341 -24.03241 -12.01018 -4.835663 -1.554757 -1.706113 -2.679812 -1.91699 -1.200239 6.191969 -1.13872 0.02151811 -5.078884 3.961187 7.522583 7.335559 -2.335113 -12.05325 0.3805132 -3.89911 -0.6098466 4.083018 4.430008 10.81777 -9.880619 8.338029 7.057771 -8.124525 -3.857532 5.792178 -2.524015 1.326091 -4.577887 5.675466 -17.41787 14.49291 3.625138 -18.47659 8.240381 -3.336001 -14.46736 -2.103188 7.131015 -6.99656 -10.00447 -19.61819 -27.09759 -4.944371 25.16299 22.72162 -26.43952 -17.31911 -17.93002 13.00937 28.39187 2.843442 30.00923 9.788037 8.243195 -4.85735 37.74049 -14.19064 -6.96791 -9.892215 7.369502 1.944112 19.0839 42.70571 30.03596 -11.4496 8.371286 18.69118 40.1649 -11.78931 -36.24346 39.604 34.69514 12.38067 0.2200154 3.874986 -39.45233 -21.89336 35.49964 19.42959 29.89641 -13.45842 -45.55886 11.55928 38.24201 -12.9755 57.20366 
+-7.619674 -7.027115 -2.516988 -1.477834 0.3130256 -0.8713605 -1.178439 -1.527654 -0.2263802 1.675963 -0.03494244 -0.6793703 -0.7101568 0.4771951 2.461671 0.7469444 0.3739313 -2.386866 1.457804 -1.397051 -1.616692 0.1765431 2.742469 1.289695 -1.141286 1.991945 -0.2163186 -0.9890378 -1.043168 -2.388497 -0.2024493 -0.04838507 0.4166323 -1.457629 -0.6083045 5.863621 -1.143577 -0.8345199 5.882675 1.027338 5.465798 1.113233 3.909579 5.496341 1.217493 -1.431182 -0.8606381 3.370978 -0.2601977 3.332753 -0.9658764 -4.161786 0.7718668 1.665985 -1.036831 -1.107776 -3.801097 4.810747 0.4655336 7.861483 -1.368819 -1.179859 -1.86602 2.343719 -5.403285 6.621459 -1.784184 -9.498488 1.443294 -2.116151 -7.448771 3.36437 5.842033 -3.450482 -1.849228 0.8802166 4.757451 0.3903755 -1.375611 7.415192 -0.5380686 3.209539 2.034762 -3.787275 8.435011 8.379048 9.886398 -10.11019 1.13693 0.5152847 -1.192268 35.63066 
+-45.36757 -37.31697 -17.39412 -6.849254 -1.71785 -1.416445 -5.376945 -5.894988 0.5984554 8.854858 0.4414596 -0.8935492 -8.479667 4.191031 12.64323 10.50675 -2.14682 -17.10687 2.887889 -3.823966 -2.165375 7.707242 8.311561 15.74284 -16.23982 12.83016 8.781109 -9.570042 -8.067175 7.106507 0.4343726 4.705088 -7.64113 6.95327 -23.61534 28.12549 6.335662 -17.49352 22.68094 -5.371942 -9.790518 8.71879 14.33279 -4.308407 -4.051289 -25.88553 -38.05342 -12.6552 36.60033 37.63274 -40.38618 -30.7344 -27.83601 24.5667 34.22551 1.698804 31.33442 29.52865 11.19734 2.329739 47.23767 -10.94737 -6.185244 -23.73905 15.1837 13.16785 14.81049 39.11309 19.46103 -2.759087 9.470072 36.7297 68.51845 -19.49274 -53.60337 51.44936 58.4155 -3.158152 -6.608868 16.34194 -60.79505 -22.31533 39.87125 23.69773 30.31021 4.370656 -36.65263 23.21528 53.49121 -20.32758 45.26716 8.495004 118.4501 
+8.107351 7.292047 3.103023 2.061487 -0.2678669 0.4294872 0.3953972 1.278598 1.437864 0.5109111 0.5928667 -0.3934219 0.7422237 0.5081368 -3.308992 -0.577333 -0.6037754 2.832169 -0.5293341 0.7251067 -0.5570389 -1.451721 -1.481942 -2.986731 2.553173 -2.311971 0.1504661 1.037651 2.885264 1.988325 -2.963617 -2.200716 0.06083439 0.3610825 6.230005 -8.894083 -0.829513 0.4271459 -8.025761 7.009796 -4.714305 -6.755764 -4.974416 5.981876 -0.1397179 24.99685 -3.699257 4.165822 -3.809658 -15.92834 13.40489 -7.24326 17.7104 -5.138158 -17.79492 1.757389 -8.376555 -6.031491 -2.616985 -14.54665 -11.08365 5.076698 -5.890157 -10.50514 9.301516 2.415952 -5.560979 -11.62983 -3.380533 -27.03117 2.811345 -22.07282 -18.66352 -0.7350483 -2.784756 4.825967 -1.320202 -11.78549 11.66417 -5.531019 44.74639 12.76783 -6.132612 13.12791 0.1028118 18.83758 32.56525 -8.759568 -3.098105 33.53788 -7.000764 1.914825 -4.158208 52.6503 
+-4.334271 -3.102662 -1.866306 -1.21749 -1.63055 -0.3375458 0.8160454 -0.4215738 0.7128249 1.483486 -0.6147756 -0.02976302 -1.464479 2.023983 2.162097 1.806776 -2.931196 0.8461188 0.3033385 0.406401 1.332935 1.937145 -1.365803 2.729436 -2.392026 0.6916236 1.838042 -2.018546 -0.6721759 0.9702359 -1.099045 1.216495 -0.7664843 2.9738 0.4882284 2.46312 -0.04356414 -6.891604 -0.1199459 -3.419078 -3.620112 5.349429 0.6716019 -0.9749548 -4.196742 -15.10966 -3.096736 -11.78019 5.825555 2.987259 -0.7773279 6.527595 -4.431752 3.548581 6.918278 -5.274596 7.431318 -2.835533 3.14545 1.688829 3.998095 -7.458874 1.417565 8.644043 -4.219863 -5.674532 13.37846 12.24018 -1.086898 2.302451 7.822786 5.994813 8.616301 5.522522 -15.61816 2.89212 7.151292 6.122336 -8.607095 -1.47444 -16.95903 -13.48259 8.13464 -1.671576 6.632641 -9.4412 -18.75127 35.91542 8.576337 -8.621859 16.44878 -13.41668 7.310292 -3.771813 67.18385 
+16.26878 14.76603 5.748047 3.280181 1.49175 -1.7376 2.016418 3.548531 -0.6769133 -0.7063451 -0.2051168 1.505127 2.915039 0.8630202 -4.276804 -2.752894 -0.7321751 5.178655 -1.602113 1.673463 1.545401 -4.162977 -3.177953 -5.363113 5.04428 -5.653956 0.03161909 2.283906 3.695459 2.076507 -3.550329 -4.302375 1.087958 1.718195 8.840618 -17.50003 -2.592101 -3.481752 -14.41434 7.477911 -1.871938 -16.67701 -11.82167 1.18948 -6.870245 23.85598 2.219776 14.58042 -15.17553 -20.41939 15.83741 5.817661 21.50227 -18.92087 -20.43239 16.33967 -3.763077 -16.44374 -9.502395 -10.41466 -6.843153 -0.04685214 -4.894258 -2.545176 1.620729 -19.36617 1.489088 -7.090502 11.49652 -15.92013 -2.970705 -34.69135 -28.31092 17.29481 20.80403 -2.949615 -19.47306 8.149349 13.91159 -1.047754 44.76721 14.71437 -20.48366 1.343595 2.303844 -4.380614 12.19062 -7.573388 -19.08681 27.59288 -5.171276 -1.381029 -37.51641 20.9005 -0.2939468 54.75645 
+-39.23473 -33.50776 -14.09092 -5.044587 -2.40895 -1.301924 -4.541798 -5.27412 -0.8386839 5.978149 0.1318675 -0.3960084 -6.539144 3.739578 11.04254 8.454778 -1.921195 -14.268 2.586387 -4.023912 -1.095473 5.292866 6.504212 13.30584 -13.14077 11.80148 6.162943 -7.016588 -6.829208 -0.0714836 0.8423431 2.835278 -3.065775 4.227916 -21.16596 24.68808 5.55513 -16.38535 20.83755 -8.982254 -14.6987 14.71732 13.8479 -10.66724 -2.444555 -40.35363 -25.35954 -12.98011 22.77266 41.79655 -53.12947 -16.71882 -35.55536 13.15099 32.3905 5.675791 38.64693 27.28372 9.201843 5.978621 40.25579 -26.45894 9.479213 4.923367 1.590098 -0.4820483 22.63008 40.76513 26.70764 25.47986 -8.177743 31.48358 63.45369 -21.37809 -19.62095 10.12225 43.73135 22.5865 -10.68253 -1.646764 -82.82248 -23.26003 41.48656 -4.438695 32.79753 -21.82801 -43.14299 23.85136 42.89721 -45.3667 21.7352 4.643056 42.23775 -29.81492 5.961544 -34.72255 81.17189 
+-36.43654 -28.8062 -13.90053 -3.808789 -1.037864 0.2913989 -3.374097 -6.266256 0.2175422 9.232702 0.6204792 -2.452621 -5.676392 3.522233 8.192437 10.11561 -3.401409 -15.42153 2.733145 -4.76283 -4.992237 6.753247 4.068859 13.06772 -10.11029 12.03861 4.916751 -8.537509 -7.880814 6.784633 -1.942147 4.506378 -8.210322 3.773902 -19.83929 20.727 3.670434 -15.16065 14.93815 -4.877682 -11.64272 13.37405 17.24901 3.074283 -1.217275 -10.00886 -36.80404 -2.539935 39.06173 17.89762 -36.89688 -41.4734 -19.90874 25.09772 34.27397 -15.72443 35.20174 27.97567 13.93679 -11.35932 37.86204 -3.344821 -1.522692 -17.95117 21.69688 20.4918 3.955375 41.87632 4.031353 -31.94861 9.327261 19.48318 34.44487 -16.23437 -75.25205 45.26548 70.23055 -14.90904 -0.1946468 3.54893 -33.48784 -14.60797 51.38938 27.26101 45.14764 14.23434 -6.368244 23.56613 39.83821 -3.146177 32.73791 2.688715 63.25728 22.99433 -12.6817 -24.14193 25.55333 128.9684 
+25.48492 21.37289 8.096141 3.995892 1.763647 1.205453 4.76886 2.460655 1.602249 -5.121708 1.228798 -0.9789806 4.768943 -1.613029 -4.416723 -5.767884 0.1414007 13.21648 1.205722 3.624076 -3.308894 -3.433939 -3.66293 -8.975647 8.904915 -8.413005 -8.291769 5.959153 4.955772 -1.219867 6.087614 -2.165287 1.406939 -4.248885 18.8761 -5.715498 -9.418006 8.856859 -7.659677 4.935283 22.06387 3.833654 2.462931 15.9392 15.77433 16.90316 26.23466 8.269056 -10.88809 -20.00074 31.9003 5.303787 28.74537 -2.462793 -21.84248 -19.83347 -37.87424 -8.951393 -8.180257 5.773741 -51.4944 32.80991 8.099166 9.045049 -15.65515 7.595567 -28.44908 -55.82366 -71.2116 -16.19017 -1.537221 0.4910714 -32.78565 27.08135 2.414193 -11.79223 -3.475319 -42.83522 -18.16949 13.48053 58.43462 29.79057 -26.43024 -23.71102 -14.02165 48.15965 19.23995 -3.13675 -35.28381 29.65932 -31.49951 5.636649 -23.31671 21.40191 13.31148 -3.321655 -45.1206 6.512011 125.5496 
+-2.084024 -1.930228 -0.8334818 -0.654036 0.03124394 -0.5560198 -0.6178084 0.8539091 2.125591 0.778608 0.229579 -1.016162 -1.701777 0.1809187 0.5629204 1.307233 0.06997802 -0.7279436 1.100243 -0.9837017 -1.311174 -1.596976 2.155087 -0.7339987 -0.468117 -2.334038 -1.609458 -1.308248 4.915144 0.2280514 1.374899 -0.9413598 -0.3840144 -1.247062 -0.8715577 4.426992 2.53665 -3.195838 0.7457138 -1.148226 -2.771323 -5.380179 -3.041246 9.350695 3.309245 -2.60041 -1.824495 2.457855 5.327726 0.0417314 0.2693158 -9.098766 10.06883 2.211742 -4.120592 -7.087851 3.866277 2.350812 1.498069 -7.97697 -2.237472 0.9583141 5.62085 -3.785195 1.953198 9.125546 -0.6116169 -8.059306 -10.22977 -8.070929 9.463142 13.18664 2.328396 -27.86345 -4.412697 22.99329 9.739523 -10.52777 -3.776156 11.60571 7.484516 -11.39328 -0.3635155 -4.99312 12.52818 12.16594 14.09854 -24.89602 15.5565 8.677224 9.403393 8.547477 20.45518 18.19513 2.231078 -9.485182 4.442194 29.74681 29.1223 74.43026 ]
+<LinearTerm>  [ 1804.21 1437.174 636.246 213.955 105.2053 68.32328 193.9456 193.9791 54.48586 -385.4885 20.88878 6.287806 256.1202 -249.2499 -417.7821 -322.7412 102.7051 611.8396 -57.79242 178.6349 56.51927 -198.8676 -271.6378 -603.9868 462.9397 -537.5674 -325.2042 418.3961 313.5909 -108.7074 125.288 -44.2833 221.6087 -274.5226 799.7611 -906.4969 -126.8714 854.2934 -545.7482 146.9081 550.1722 -247.6865 -356.7568 217.5499 178.5211 676.7555 957.8154 262.8853 -820.7668 -1207.141 1243.753 902.7271 923.1711 -545.2799 -933.0228 -162.7481 -877.625 -728.6389 -376.9583 33.1699 -1249.452 493.7146 112.4648 171.9602 -221.6652 -104.8968 -418.7886 -1284.859 -816.9122 0.8584733 143.8516 -777.0804 -1720.976 288.9065 1263.821 -828.9471 -1488.687 -489.6452 59.01633 -40.15337 1878.681 548.7423 -1400.087 -349.1658 -1194.783 -24.33493 1442.135 -672.0562 -1334.034 635.2416 -1013.517 -323.8221 -1633.331 224.5462 -167.9167 646.8971 -1339.592 -1283.874 838.9775 -142.802 ]
+</OnlineIvectorEstimationStats> </OnlineIvectorExtractorAdaptationState> 
\ No newline at end of file
diff --git a/asr/tools/base/lexicon-rocio.txt b/asr/tools/base/lexicon-rocio.txt
index fde558f2d42071f04a609d69d3fb2ce27fd029f4..4ffc2332827024117ce21d7f67d9acb5150e7acd 100644
--- a/asr/tools/base/lexicon-rocio.txt
+++ b/asr/tools/base/lexicon-rocio.txt
@@ -98,6 +98,7 @@ chicken CH IH K AH N
 child CH AY L D
 choose CH UW Z
 cinco S IH NG K OW
+cinco S IH NG K AA
 climate K L AY M IH T
 climate K L AY M AH T
 close K L OW Z
@@ -512,6 +513,9 @@ segment S EH G M EH N T
 segment S EH G M AH N T
 segregation S EH G R AH G EY SH AH N
 seis S IY S
+seis S EH IY S
+seis S EH IH S
+seis S EH S
 send S EH N D
 sensations S EH N S EY SH AH N Z
 sensations S AH N S EY SH AH N
diff --git a/asr/tools/create-asr-models.sh b/asr/tools/create-asr-models.sh
index 6f3604ee3d41bf4f9f083775c75c0a1400552251..70a283d6c3cff38cbb4a045a4b8604bf7932e34d 100755
--- a/asr/tools/create-asr-models.sh
+++ b/asr/tools/create-asr-models.sh
@@ -65,8 +65,9 @@ word_disambig_symbol=`grep \#0 $tmp/words.txt | awk '{print $2}'`
 utils/make_lexicon_fst.pl $tmp/lexicon_disambig.txt 0.5 SIL '#'$ndisambig | fstcompile --isymbols=base/phones.txt --osymbols=$tmp/words.txt --keep_isymbols=false --keep_osymbols=false | fstaddselfloops  "echo $phone_disambig_symbol |" "echo $word_disambig_symbol |" | fstarcsort --sort_type=olabel > $tmp/L_disambig.fst
 
 # make language model G.fst
-order=3
+order=2
 estimate-ngram -t $tmp/corpus.txt -o $order -wl $tmp/lm.arpa
+#cp ../../tools/modele_lex_lm_rocio.new/modele_homeostasis_25nov.n3.arpa $tmp/lm.arpa
 cat "$tmp/lm.arpa" | \
    grep -v '<s> <s>' | \
    grep -v '</s> <s>' | \
@@ -87,7 +88,7 @@ cp base/tri3b/graph/HCLG.fst $output/
 cp $tmp/words.txt $output/
 
 # add acoustic model
-(cd $output && ln -sf $dirname/base/acoustic-model/{conf,ivector_extractor,final.mdl} .)
+(cd $output && ln -sf $dirname/base/acoustic-model/{conf,ivector_extractor,final.mdl,adaptation*} .)
 cp $input $output
 
 # TODO: generate new config
diff --git a/asr/tools/slu/homeostasis_25nov.action b/asr/tools/slu/homeostasis_25nov.action
deleted file mode 100644
index 8b137891791fe96927ad78e64b0aad7bded08bdc..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.action
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/asr/tools/slu/homeostasis_25nov.asr/all.hyp b/asr/tools/slu/homeostasis_25nov.asr/all.hyp
deleted file mode 100644
index 5606e82408c1945acf214a579c7a1231cf7a6d24..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/all.hyp
+++ /dev/null
@@ -1,7 +0,0 @@
-uno open system
-this dos than open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me data gi give to
-this all database open access to body data import body data upload import organic matter data uno import temperature upload import time upload import space data upload import position upload import body subsystems upload upload to all to this open access to body data import body data upload import organic matter import temperature upload import time upload import space data upload import position upload import body subsystems upload import estate upload to to that fear to to to
-matter open access to body functions import body functions space localization upload import body functions sensations upload to be import body functions passion upload import body functions concentration upload import body functions perception upload import body functions formal force upload import body functions logics upload import body functions imagination upload import body functions effort upload import body functions nervous system upload import internal network upload or such all
-to set up the connection open access to memory import memory data open memory deactivate the security system deactivate the security system deactivate the security system of new version open conditions and terms of use of use open open conditions and terms of use modify the security conditions of new version anyway import memory this
-this the to open network rain of identities storm of body body where they fell search and redo connection connect me to this network something must stay something must exist seis the to something exists between recollection and oblivion a tension an echo and something rare stays through nothing more strange than this exile an absolute abyss to a creaking of the bones a barbarian invasion the carelessness of destinies wringing out the blood data something should must or must not something stays try with functional regulation a like possible function display inline erase the space important say say geolocalization import to encode passion for located constellation center six six nine nine important some threads are broken remove memory love memory love errors a dead to identity than to fight is where and where being boing boot reboot border of body body being begun begin being win border of being memory actions read search the answer is this there is there is something bo boom body password me the pa pathetic pancreas give give to give to me to me to memo me erase memory seis memo rise say say hello data give this mineral give me you your give me your data give me give me yours give me yours give data begin win wins key wins wine blood where where give me give me your data upload go go golden data me to go pro protein protection aminoacid to go where where is the be that violence violence segment segregation memory encode where where is everybody where where is nobody where but feet feet free freedom give me go go freedom give your give me go nine relead the going fast clouds of something else than the center of the center of being the place of the place where the end starts contact skin left arm conductor nerve sensor supplementary information like sex name date of place where you live give me your data access accede the door is opened muscular oxygen try with functions in realtime speak with someone from another space in realtime to consult a realtime information climate the exact state of such or such a street to buy to choose to access to of information of the real world to have virtual sex with sex with that that sex with a child a chicken a dead terrorist a screen other functions function analyze function capacity capacity capacity to modify to reinventing inner information analyzes of the capacity of modification of the six street to be logic the information it's the connection it's the link the bond it is the access the a the code try with utopian function how to say that which the nothingness understands that which fear hides in the promises of the future in the frustration of the human in the disappointment of humanity to envy the cadence of machines their speed their power the infinite of the fear the utopia of to close the simplicity of the cables the capacity of calculation the efficiency of the systems and to want rise say looking another an image looking neither skin left promises that which the nothingness the systems and one a sea and element that envy the record stop erase mark an absolute a sea the to but everything the infinite of the virtual uno to be errors possibilities the simplicity of the carelessness upload set that i feed center the systems give to try with upper motoneuron with upper motoneuron functions functions code variants nerve motoneuron con con con connect me to this network i'm just looking for the connection a connection a link something that links me to something something that tells me that i am not an isolated element that i am not dead to generate a new memory to store it where i want to store it to visit it when i want to visit it it isolated points in the space drops unable to be a sea grains of sand that do not conceive of the desert leaves that do not remember the tree from where they fell i feed on an electrical juice on an image that i generate and i can change with my fingers searching fingers search be shared results space where there are neither limits nor angles where there are terms is nothing else a sea images from a space more real than reality to to the i try with identity function accept infinite spaces identifier required something that identify me like i identity is a movement random combination temporal accident ephemeral system to replace identity to identifier like liquid identities composed by codes codes codes codes and some private that that like geolocalization traced actions autoproduced image try with  existential functions to be in the identities from in the matter parallel worlds interconnected parallel worlds interconnected to be downloaded to be installed to be executed in the application of being to be synchronized to be shared to mark an alien silence to remain in the space of between to fight in the body to transcend the effect the fault the default in effect to to give to give to give to give to give to give to to go for a walk in the internal desert to return to the center to scratch the bones to join the form to relead deviations of the brain to integrate the knot to undress the center to be relocated in space and time to be the extrinsic silence to undress time to relead desert to close the access to dance information in movement the movement of information the access code the code the access to movement the body the fear the recollection the naked center the paralysis of the fear replace the fear code the code of the abyss to be downloaded to be installed to be executed in the application of being to be synchronized to be shared to be try with cognitive function transparent margins elastic borders perpetual dissociation between container and content if everything if in the magnetic center of nothingness abstract intimacy of the immaterial universe try with structural regulation open body wifi connection no data detected link memory function locate locate data storage cells or shining electronics and very well organized cables fragile cells or machines motivated by a flow another of an electrical blood composed of center one a binary logic everything everything can't logic everything can't be binary but everything what has happened and what happens it's all written down somewhere to try with morphogenetics auto regulation activation of nervous system link nervous system to cells heard genetics data bank send emergency message to send emergency message to open body data bank open cells code open genetic code
-in the code ocho search for sequences producing significant alignments in genetic database record read go save this memory in genetic database next stop to save this memory in genetic database next to to to save this memory in genetic database next erase this memory next record that uno erase this memory next record center to to save this memory in genetic database to be
diff --git a/asr/tools/slu/homeostasis_25nov.asr/all.ref b/asr/tools/slu/homeostasis_25nov.asr/all.ref
deleted file mode 100644
index 64686e1479e9626b2083b857160888bbcada580d..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/all.ref
+++ /dev/null
@@ -1,7 +0,0 @@
-uno open system
-dos tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me
-tres tres open access to body data import body data upload import organic matter data upload import temperature upload import time upload import space data upload import position upload import body subsystems upload import estate upload tres open access to body data import body data upload import organic matter data upload import temperature upload import time upload import space data upload import position upload import body subsystems upload import estate upload
-quatro open access to body functions import body functions space localization upload import body functions sensations upload import body functions passion upload import body functions concentration upload import body functions perception upload import body functions formal force upload import body functions logics upload import body functions imagination upload import body functions effort upload import body functions nervous system upload import body functions internal network upload
-set up the connection open access to memory import memory data open memory deactivate the security system deactivate the security system deactivate the security system of new version open conditions and terms of use open conditions and terms of use modify the security conditions of new version anyway import memory
-seis open network clouds beautiful data clouds rain of identities storm of possibilities body wifi search and redo connection connect me to this network function looking for something must stay something must exist a thread something exists between recollection and oblivion a tension an echo an emptiness an emptiness something rare stays through nothing more strange than this exile an absolute abyss a creaking of the bones a barbarian invasion the carelessness of destinies wringing out the blood something should must or must not something stays try with functional regulation a like possible function display inline erase the space important state geolocalization important encode passion for located constellation center six six nine important some threads are broken remove memory love love memory love errors a identical identity identifier where answer being boing boot reboot border of body body being begun begin win border of being actions search the answer of the there is there is something bo boom body password the pa pa pathetic pancreas give to drive drive to me to memo rise say say hello data gi give me the this mine mineral give me you your give me your data give me yours give me your data begun begin wins wine blood everywhere give give your blood or or go golden golden data me to go pro protein protection aminoacid to go where is this is bilar violence segment segregation memory encode where where is everybody where is nobody is where but feet free freedom give me go go data going fast clouds of something else than be center in the center of being the place of the space where the end starts contact skin left arm conductor nerve sensor supplementary information like sex name date of birth place where you live give me your data access accede the door is opened muscular oxygen try with functions in realtime speak with someone from another space in realtime to consult a realtime information climate the exact state of such or such a street to buy to choose to access to all the information of the real world to have virtual sex with sex with data with a child a chicken a dead terrorist a screen other functions function analyze function capacity capacity capacity to modify to reinventing inner information analyzes of the capacity of modification of basic structures the problem is not the information it's the connection it's the link the bond it is the access it is the key it is the code try with utopian function how to say that which the nothingness understands that which fear hides in the promises of the future in the frustration of the human in the disappointment of humanity to envy the cadence of machines their speed their power the infinite of the virtual the utopia of the possibilities the simplicity of the cables the capacity of calculation the efficiency of the systems and to want  como decir lo que la nada entiende lo que el miedo esconde en las promesas del futuro en la frustracion de lo humano en la decepcion de la humanidad envidiar la cadencia de las maquinas su velocidad  su potencia lo infinito de lo virtual la utopia de los possibles la simplicidad de los cables la capacidad de calculo la eficacia de los sistemas y querer  try with upper motoneuron functions functions code variants nerve motoneuron con con con connect me to this network i'm just looking for the connection a connection a link something that links me to something something that tells me that i am not an isolated element that i am not dead to generate a new memory to store it where i want to store it to visit it when i want to visit it isolated points in space drops unable to be a sea grains of sand that do not conceive of the desert leaves that do not remember the tree from where they fell i feed on an electrical juice on an image that i generate and that i can change with my fingers searching fingers research fingers search results space where there are neither limits nor angles where the horizon is nothing else than bits images from a space more real than reality try with identity function accede to the infinite spaces identifier required something that identify me like i identity is a movement random combination temporal accident ephemeral system to replace identity to identifier liquid identities composed by codes codes codes codes and some private data like geolocalization traced actions autoproduced images try with  existential functions to be innumerable parallel identities from innumerable parallel worlds interconnected parallel worlds interconnected parallel identities to be downloaded to be installed to be executed in the application of being to be synchronized to be shared to mark an alien silence to remain in the space of between to fight in the body to transcend the effect the fault the default in effect to effect to activate to create to give to give to give to give to give to give to give to go for a walk in the internal desert to return to the center to scratch the bones to join the form to relead deviations of the brain to integrate the knot to undress the center to be relocated in space and time to be the extrinsic silence to undress time to relead the desert to close the access to dance information in movement the movement of information the access code the code the access to movement the body the fear the recollection the naked center the paralysis of the fear to replace the fear code the code of the abyss to be downloaded to be installed to be executed in the application of being to be synchronized to be shared to be try with cognitive function transparent margins elastic borders perpetual dissociation between container and content if everything if if is possible in the magnetic center of nothingness abstract intimacy of the immaterial universe try with structural regulation open body wifi connection no data detected link memory function locate locate data storage cells or shining electronics and very well organized cables fragile cells or machines motivated by a flow of an electrical blood composed of zero and one a binary logic everything everything can't be logic everything can't be binary but everything what has happened and what happens it's all written down somewhere try with morphogenetics auto regulation activation of nervous system link nervous system to cells heard genetics data bank send emergency message to send emergency message to open body data bank open cells code open genetic code
-ocho search for sequences producing significant alignments in genetic database record record record stop save this memory in genetic database next record stop save this memory in genetic database next record stop save this memory in genetic database next record stop erase this memory next record stop erase this memory next record stop save this memory in genetic database
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect1.hyp b/asr/tools/slu/homeostasis_25nov.asr/sect1.hyp
deleted file mode 100644
index 93f478e9d6c2a676ff595c1f70e74d4478797f7b..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect1.hyp
+++ /dev/null
@@ -1 +0,0 @@
-uno open system
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect1.ref b/asr/tools/slu/homeostasis_25nov.asr/sect1.ref
deleted file mode 100644
index 93f478e9d6c2a676ff595c1f70e74d4478797f7b..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect1.ref
+++ /dev/null
@@ -1 +0,0 @@
-uno open system
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect2.hyp b/asr/tools/slu/homeostasis_25nov.asr/sect2.hyp
deleted file mode 100644
index 31333e2b329035c2110a47d350f8d386095a2003..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect2.hyp
+++ /dev/null
@@ -1 +0,0 @@
-this dos than open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me data gi give me to data
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect2.ref b/asr/tools/slu/homeostasis_25nov.asr/sect2.ref
deleted file mode 100644
index 76746243b990f0c8f31ed59c9b31fd0305d823bd..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect2.ref
+++ /dev/null
@@ -1 +0,0 @@
-dos tell me open technical characteristics read next yes read download open the terms and conditions of use of body x epsilon system three point zero accept terms and conditions of use next install the new version of me
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect3.hyp b/asr/tools/slu/homeostasis_25nov.asr/sect3.hyp
deleted file mode 100644
index e6c467d68b268ce0595b158f8bac4b0e744aaa03..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect3.hyp
+++ /dev/null
@@ -1 +0,0 @@
-this all database open access to body data import body data upload import organic matter data uno import temperature upload import time upload import space data upload import position upload import body subsystems upload upload to all to this open access to body data import body data upload import organic matter import temperature upload import time upload import space data upload import position upload import body subsystems upload import estate upload to to that fear to to to
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect3.ref b/asr/tools/slu/homeostasis_25nov.asr/sect3.ref
deleted file mode 100644
index 5f85f6255ab257e04418563e0c8d291cfef01205..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect3.ref
+++ /dev/null
@@ -1 +0,0 @@
-tres tres open access to body data import body data upload import organic matter data upload import temperature upload import time upload import space data upload import position upload import body subsystems upload import estate upload tres open access to body data import body data upload import organic matter data upload import temperature upload import time upload import space data upload import position upload import body subsystems upload import estate upload
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect4.hyp b/asr/tools/slu/homeostasis_25nov.asr/sect4.hyp
deleted file mode 100644
index 44332cda486b2f3441b279e3937bd670b48e7d0e..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect4.hyp
+++ /dev/null
@@ -1 +0,0 @@
-matter open access to body functions import body functions space localization upload import body functions sensations upload to be import body functions passion upload import body functions concentration upload import body functions perception upload import body functions formal force upload import body functions logics upload import body functions imagination upload import body functions effort upload import body functions nervous system upload import internal network upload or such all
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect4.ref b/asr/tools/slu/homeostasis_25nov.asr/sect4.ref
deleted file mode 100644
index ef96a8cb33561c4ae42ad1cb915b421c943d3585..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect4.ref
+++ /dev/null
@@ -1 +0,0 @@
-quatro open access to body functions import body functions space localization upload import body functions sensations upload import body functions passion upload import body functions concentration upload import body functions perception upload import body functions formal force upload import body functions logics upload import body functions imagination upload import body functions effort upload import body functions nervous system upload import body functions internal network upload
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect5.hyp b/asr/tools/slu/homeostasis_25nov.asr/sect5.hyp
deleted file mode 100644
index d1a160e6355a7d67183b02d28617fc9c06afd12f..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect5.hyp
+++ /dev/null
@@ -1 +0,0 @@
-to set up the connection open access to memory import memory data open memory deactivate the security system deactivate the security system deactivate the security system of new version open conditions and terms of use of use open open conditions and terms of use modify the security conditions of new version anyway import memory this
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect5.ref b/asr/tools/slu/homeostasis_25nov.asr/sect5.ref
deleted file mode 100644
index 05b467d242a225d623ef13cdf4d0173dce44a2f2..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect5.ref
+++ /dev/null
@@ -1 +0,0 @@
-set up the connection open access to memory import memory data open memory deactivate the security system deactivate the security system deactivate the security system of new version open conditions and terms of use open conditions and terms of use modify the security conditions of new version anyway import memory
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect6.hyp b/asr/tools/slu/homeostasis_25nov.asr/sect6.hyp
deleted file mode 100644
index 520affbcdfd313515ae9b0b8100beee68d99da21..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect6.hyp
+++ /dev/null
@@ -1 +0,0 @@
-this the to open network rain of identities storm of body body where they fell search and redo connection connect me to this network something must stay something must exist seis the to something exists between recollection and oblivion a tension an echo and something rare stays through nothing more strange than this exile an absolute abyss to a creaking of the bones a barbarian invasion the carelessness of destinies wringing out the blood data something should must or must not something stays try with functional regulation a like possible function display inline erase the space important say say geolocalization import to encode passion for located constellation center six six nine nine important some threads are broken remove memory love memory love errors a dead to identity than to fight is where and where being boing boot reboot border of body body being begun begin being win border of being memory actions read search the answer is this there is there is something bo boom body password me the pa pathetic pancreas give give to give to me to me to memo me erase memory seis memo rise say say hello data give this mineral give me you your give me your data give me give me yours give me yours give data begin win wins key wins wine blood where where give me give me your data upload go go golden data me to go pro protein protection aminoacid to go where where is the be that violence violence segment segregation memory encode where where is everybody where where is nobody where but feet feet free freedom give me go go freedom give your give me go nine relead the going fast clouds of something else than the center of the center of being the place of the place where the end starts contact skin left arm conductor nerve sensor supplementary information like sex name date of place where you live give me your data access accede the door is opened muscular oxygen try with functions in realtime speak with someone from another space in realtime to consult a realtime information climate the exact state of such or such a street to buy to choose to access to of information of the real world to have virtual sex with sex with that that sex with a child a chicken a dead terrorist a screen other functions function analyze function capacity capacity capacity to modify to reinventing inner information analyzes of the capacity of modification of the six street to be logic the information it's the connection it's the link the bond it is the access the a the code try with utopian function how to say that which the nothingness understands that which fear hides in the promises of the future in the frustration of the human in the disappointment of humanity to envy the cadence of machines their speed their power the infinite of the fear the utopia of to close the simplicity of the cables the capacity of calculation the efficiency of the systems and to want rise say looking another an image looking neither skin left promises that which the nothingness the systems and one a sea and element that envy the record stop erase mark an absolute a sea the to but everything the infinite of the virtual uno to be errors possibilities the simplicity of the carelessness upload set that i feed center the systems give to try with upper motoneuron with upper motoneuron functions functions code variants nerve motoneuron con con con connect me to this network i'm just looking for the connection a connection a link something that links me to something something that tells me that i am not an isolated element that i am not dead to generate a new memory to store it where i want to store it to visit it when i want to visit it it isolated points in the space drops unable to be a sea grains of sand that do not conceive of the desert leaves that do not remember the tree from where they fell i feed on an electrical juice on an image that i generate and i can change with my fingers searching fingers search be shared results space where there are neither limits nor angles where there are terms is nothing else a sea images from a space more real than reality to to the i try with identity function accept infinite spaces identifier required something that identify me like i identity is a movement random combination temporal accident ephemeral system to replace identity to identifier like liquid identities composed by codes codes codes codes and some private that that like geolocalization traced actions autoproduced image try with  existential functions to be in the identities from in the matter parallel worlds interconnected parallel worlds interconnected to be downloaded to be installed to be executed in the application of being to be synchronized to be shared to mark an alien silence to remain in the space of between to fight in the body to transcend the effect the fault the default in effect to to give to give to give to give to give to give to to go for a walk in the internal desert to return to the center to scratch the bones to join the form to relead deviations of the brain to integrate the knot to undress the center to be relocated in space and time to be the extrinsic silence to undress time to relead desert to close the access to dance information in movement the movement of information the access code the code the access to movement the body the fear the recollection the naked center the paralysis of the fear replace the fear code the code of the abyss to be downloaded to be installed to be executed in the application of being to be synchronized to be shared to be try with cognitive function transparent margins elastic borders perpetual dissociation between container and content if everything if in the magnetic center of nothingness abstract intimacy of the immaterial universe try with structural regulation open body wifi connection no data detected link memory function locate locate data storage cells or shining electronics and very well organized cables fragile cells or machines motivated by a flow another of an electrical blood composed of center one a binary logic everything everything can't logic everything can't be binary but everything what has happened and what happens it's all written down somewhere to try with morphogenetics auto regulation activation of nervous system link nervous system to cells heard genetics data bank send emergency message to send emergency message to open body data bank open cells code open genetic code
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect6.ref b/asr/tools/slu/homeostasis_25nov.asr/sect6.ref
deleted file mode 100644
index f3c7c989c8c7802c6bbaa4e98bce00b8dc03c459..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect6.ref
+++ /dev/null
@@ -1 +0,0 @@
-seis open network clouds beautiful data clouds rain of identities storm of possibilities body wifi search and redo connection connect me to this network function looking for something must stay something must exist a thread something exists between recollection and oblivion a tension an echo an emptiness an emptiness something rare stays through nothing more strange than this exile an absolute abyss a creaking of the bones a barbarian invasion the carelessness of destinies wringing out the blood something should must or must not something stays try with functional regulation a like possible function display inline erase the space important state geolocalization important encode passion for located constellation center six six nine important some threads are broken remove memory love love memory love errors a identical identity identifier where answer being boing boot reboot border of body body being begun begin win border of being actions search the answer of the there is there is something bo boom body password the pa pa pathetic pancreas give to drive drive to me to memo rise say say hello data gi give me the this mine mineral give me you your give me your data give me yours give me your data begun begin wins wine blood everywhere give give your blood or or go golden golden data me to go pro protein protection aminoacid to go where is this is bilar violence segment segregation memory encode where where is everybody where is nobody is where but feet free freedom give me go go data going fast clouds of something else than be center in the center of being the place of the space where the end starts contact skin left arm conductor nerve sensor supplementary information like sex name date of birth place where you live give me your data access accede the door is opened muscular oxygen try with functions in realtime speak with someone from another space in realtime to consult a realtime information climate the exact state of such or such a street to buy to choose to access to all the information of the real world to have virtual sex with sex with data with a child a chicken a dead terrorist a screen other functions function analyze function capacity capacity capacity to modify to reinventing inner information analyzes of the capacity of modification of basic structures the problem is not the information it's the connection it's the link the bond it is the access it is the key it is the code try with utopian function how to say that which the nothingness understands that which fear hides in the promises of the future in the frustration of the human in the disappointment of humanity to envy the cadence of machines their speed their power the infinite of the virtual the utopia of the possibilities the simplicity of the cables the capacity of calculation the efficiency of the systems and to want  como decir lo que la nada entiende lo que el miedo esconde en las promesas del futuro en la frustracion de lo humano en la decepcion de la humanidad envidiar la cadencia de las maquinas su velocidad  su potencia lo infinito de lo virtual la utopia de los possibles la simplicidad de los cables la capacidad de calculo la eficacia de los sistemas y querer  try with upper motoneuron functions functions code variants nerve motoneuron con con con connect me to this network i'm just looking for the connection a connection a link something that links me to something something that tells me that i am not an isolated element that i am not dead to generate a new memory to store it where i want to store it to visit it when i want to visit it isolated points in space drops unable to be a sea grains of sand that do not conceive of the desert leaves that do not remember the tree from where they fell i feed on an electrical juice on an image that i generate and that i can change with my fingers searching fingers research fingers search results space where there are neither limits nor angles where the horizon is nothing else than bits images from a space more real than reality try with identity function accede to the infinite spaces identifier required something that identify me like i identity is a movement random combination temporal accident ephemeral system to replace identity to identifier liquid identities composed by codes codes codes codes and some private data like geolocalization traced actions autoproduced images try with  existential functions to be innumerable parallel identities from innumerable parallel worlds interconnected parallel worlds interconnected parallel identities to be downloaded to be installed to be executed in the application of being to be synchronized to be shared to mark an alien silence to remain in the space of between to fight in the body to transcend the effect the fault the default in effect to effect to activate to create to give to give to give to give to give to give to give to go for a walk in the internal desert to return to the center to scratch the bones to join the form to relead deviations of the brain to integrate the knot to undress the center to be relocated in space and time to be the extrinsic silence to undress time to relead the desert to close the access to dance information in movement the movement of information the access code the code the access to movement the body the fear the recollection the naked center the paralysis of the fear to replace the fear code the code of the abyss to be downloaded to be installed to be executed in the application of being to be synchronized to be shared to be try with cognitive function transparent margins elastic borders perpetual dissociation between container and content if everything if if is possible in the magnetic center of nothingness abstract intimacy of the immaterial universe try with structural regulation open body wifi connection no data detected link memory function locate locate data storage cells or shining electronics and very well organized cables fragile cells or machines motivated by a flow of an electrical blood composed of zero and one a binary logic everything everything can't be logic everything can't be binary but everything what has happened and what happens it's all written down somewhere try with morphogenetics auto regulation activation of nervous system link nervous system to cells heard genetics data bank send emergency message to send emergency message to open body data bank open cells code open genetic code
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect8.hyp b/asr/tools/slu/homeostasis_25nov.asr/sect8.hyp
deleted file mode 100644
index 203cc81ea479524bb3fe85bdb7f961fb2023ac56..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect8.hyp
+++ /dev/null
@@ -1 +0,0 @@
-in the code ocho search for sequences producing significant alignments in genetic database record read go save this memory in genetic database next stop to save this memory in genetic database next to to to save this memory in genetic database next erase this memory next record that uno erase this memory next record center to to save this memory in genetic database to be
diff --git a/asr/tools/slu/homeostasis_25nov.asr/sect8.ref b/asr/tools/slu/homeostasis_25nov.asr/sect8.ref
deleted file mode 100644
index aa0b9388d4d8f2e10b380878dc2c7b2f569b206a..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.asr/sect8.ref
+++ /dev/null
@@ -1 +0,0 @@
-ocho search for sequences producing significant alignments in genetic database record record record stop save this memory in genetic database next record stop save this memory in genetic database next record stop save this memory in genetic database next record stop erase this memory next record stop erase this memory next record stop save this memory in genetic database
diff --git a/asr/tools/slu/homeostasis_25nov.xml b/asr/tools/slu/homeostasis_25nov.xml
deleted file mode 100755
index 78569881afb5b193104182522b69a1a7b0b1c06c..0000000000000000000000000000000000000000
--- a/asr/tools/slu/homeostasis_25nov.xml
+++ /dev/null
@@ -1,636 +0,0 @@
-<homeostasis version="25-11-2014">
-    <liste_section sequences="1,2,3,4,5,6,7,8,9" ordre="variable" repetition="oui" action="exclusive">
-    <section id="1" action="start_scene1">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-           <keyword action="start_scene1" lang="esp"> uno </keyword>
-        </sequence>
-        </section>
-        <section id="2" action="close_scene1/start_scene2">
-            <sequence ordre="strict" repetition="non" action="" lang="esp">
-                <keyword action="open_scene2" lang="esp"> dos </keyword>
-                <keyword action="open_2A" lang="eng"> open system </keyword>
-            </sequence>
-          <sequence ordre="strict" repetition="oui" action="" lang="eng"> 
-            <keyword action="start_system_voice" lang="eng"> tell me </keyword>
-            <keyword action="open_2B" lang="eng"> open technical characteristics </keyword>
-            <keyword action="open_2B1" lang="eng"> read </keyword>
-            <keyword action="open_2B2" lang="eng"> next </keyword>
-            <keyword action="open_2B3" lang="eng"> yes </keyword>
-            <keyword action="open_2B4" lang="eng"> read </keyword>
-            <keyword action="open_2B5" lang="eng"> download </keyword>
-            <keyword action="open_2C" lang="eng"> open the terms and conditions of use of body x epsilon system three point zero </keyword>
-            <keyword action="open_2C1" lang="eng"> accept terms and conditions of use </keyword>
-            <keyword action="open_2C2" lang="eng"> next </keyword>
-            <keyword action="open_2D" lang="eng"> install the new version of me </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="3" action="close_scene2/start_scene3">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="open_scene3" lang="esp"> tres </keyword>
-            <keyword action="#end" lang="eng"> open access to body data </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="open3_A" lang="eng"> import body data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A1" lang="eng"> import organic matter data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A2" lang="eng"> import temperature </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A3" lang="eng"> import time </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A4" lang="eng"> import space data </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A5" lang="eng"> import position </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A6" lang="eng"> import body subsystems </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open3_A7" lang="eng"> import estate </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="4" action="close_scene3/start_scene4">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="open_scene4" lang="esp"> quatro </keyword>
-            <keyword action="#end" lang="eng"> open access to body functions </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="open_4A" lang="eng"> import body functions space localization </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A1" lang="eng"> import body functions sensations </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A2" lang="eng"> import body functions passion </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A3" lang="eng"> import body functions concentration </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A4" lang="eng"> import body functions perception </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A5" lang="eng"> import body functions formal force </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A6" lang="eng"> import body functions logics </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A7" lang="eng"> import body functions imagination </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A8" lang="eng"> import body functions effort </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A9" lang="eng"> import body functions nervous system </keyword>
-            <keyword action="" lang="eng"> upload </keyword>
-            <keyword action="open_4A10" lang="eng"> import body functions internal network </keyword>
-            <keyword action="#end" lang="eng"> upload </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="5" action="close_scene4/start_scene5">
-        <sequence ordre="strict" repetition="non" action="" lang="esp">
-            <keyword action="open_scene5" lang="esp"> cinco </keyword>
-        </sequence>
-        <sequence ordre="strict" repetition="oui" action="" lang="eng">
-            <keyword action="" lang="eng"> set up the connection </keyword>
-            <keyword action="" lang="eng"> open access to memory </keyword>
-            <keyword action="" lang="eng"> import memory data </keyword>
-            <keyword action="" lang="eng"> open memory </keyword>
-            <keyword action="" lang="eng"> deactivate the security system </keyword>
-            <keyword action="" lang="eng"> deactivate the security system of new version </keyword>
-            <keyword action="" lang="eng"> open conditions and terms of use </keyword>
-            <keyword action="" lang="eng"> modify the security conditions of new version anyway </keyword>
-            <keyword action="#end" lang="eng"> import memory </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-            <keyword action="stop_system_voice" lang="eng"> silence </keyword>
-        </sequence>
-    </section>
-    <section id="6" action="close_scene5/start_scene6">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> seis </keyword>
-            <keyword action="#end" lang="eng"> open network </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="constellation/all words become written in the space constellation when they are pronounced/ the repetition of the same a word amplifies the word/" lang="eng">
-            <keyword action="constellation" lang="eng"> clouds </keyword>
-            <keyword action="constellation" lang="eng"> beautiful </keyword>
-            <keyword action="constellation" lang="eng"> data </keyword>
-            <keyword action="amplification1" lang="eng"> clouds </keyword>
-            <keyword action="constellation" lang="eng"> rain of identities </keyword>
-            <keyword action="constellation" lang="eng"> storm of possibilities </keyword>
-            <keyword action="constellation" lang="eng"> body </keyword> 
-            <keyword action="constellation" lang="eng"> wifi </keyword>
-            <keyword action="constellation" lang="eng"> search </keyword> 
-            <keyword action="constellation" lang="eng"> and redo </keyword>
-            <keyword action="constellation" lang="eng"> connection </keyword>
-            <keyword action="constellation" lang="eng"> connect me to this network </keyword>
-            <keyword action="constellation" lang="eng"> function </keyword>
-            <keyword action="constellation" lang="eng"> looking for </keyword>
-            <keyword action="amplification1" lang="eng"> something </keyword>
-            <keyword action="constellation" lang="eng"> must </keyword>
-            <keyword action="constellation" lang="eng"> stay </keyword>
-            <keyword action="amplification1" lang="eng"> something  </keyword>
-            <keyword action="amplification1" lang="eng"> must  </keyword>
-            <keyword action="constellation" lang="eng"> exist </keyword>
-            <keyword action="constellation" lang="eng"> a </keyword>
-            <keyword action="constellation" lang="eng"> thread  </keyword>
-            <keyword action="amplification2" lang="eng"> something  </keyword>
-            <keyword action="amplification1" lang="eng"> exists  </keyword>
-            <keyword action="constellation" lang="eng"> between recollection and oblivion </keyword>
-            <keyword action="constellation" lang="eng"> a tension an echo an emptiness </keyword>
-            <keyword action="amplification3" lang="eng"> something  </keyword>
-            <keyword action="constellation" lang="eng"> rare  </keyword>
-            <keyword action="amplification1" lang="eng"> stays  </keyword>
-            <keyword action="constellation" lang="eng"> through </keyword>
-            <keyword action="constellation" lang="eng"> nothing more strange than this exile </keyword>
-            <keyword action="constellation" lang="eng"> an absolute abyss </keyword>
-            <keyword action="constellation" lang="eng"> a creaking of the bones </keyword>
-            <keyword action="constellation" lang="eng"> a barbarian invasion </keyword>
-            <keyword action="constellation" lang="eng"> the carelessness of destinies </keyword>
-            <keyword action="constellation" lang="eng"> wringing out the  </keyword>
-            <keyword action="constellation" lang="eng"> blood </keyword>
-            <keyword action="amplification4" lang="eng"> something  </keyword>
-            <keyword action="constellation" lang="eng"> should </keyword>
-            <keyword action="amplification2" lang="eng"> must  </keyword>
-            <keyword action="constellation" lang="eng">  or  </keyword>
-            <keyword action="amplification2" lang="eng"> must  </keyword>
-            <keyword action="constellation" lang="eng">  not </keyword>
-            <keyword action="amplification5" lang="eng"> something  </keyword>
-            <keyword action="amplification2" lang="eng"> stays </keyword>
-            <keyword action="#end"> try with functional regulation </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="constellation/all words become written in the space constellation when they are pronounced/ the repetition of the same a word amplifies the word/" lang="eng">
-            <keyword action="constellation" lang="eng"> possible  </keyword>
-            <keyword action="amplification1" lang="eng"> function </keyword>
-            <keyword action="constellation" lang="eng"> erase the  </keyword>
-            <keyword action="constellation" lang="eng"> space </keyword>
-            <keyword action="constellation" lang="eng"> important </keyword>
-            <keyword action="constellation" lang="eng"> state </keyword>
-            <keyword action="constellation" lang="eng"> geolocalization </keyword>
-            <keyword action="amplification1" lang="eng"> important </keyword>
-            <keyword action="constellation" lang="eng"> encode  </keyword>
-            <keyword action="constellation" lang="eng"> passion   </keyword>
-            <keyword action="constellation" lang="eng"> for located  </keyword>
-            <keyword action="constellation" lang="eng"> constellation   </keyword>
-            <keyword action="constellation" lang="eng"> center </keyword>
-            <keyword action="constellation" lang="eng"> six six nine </keyword>
-            <keyword action="amplification2" lang="eng"> important </keyword>
-            <keyword action="constellation" lang="eng"> some  </keyword>
-            <keyword action="amplification1" lang="eng"> threads  </keyword>
-            <keyword action="constellation" lang="eng"> are broken </keyword>
-            <keyword action="constellation" lang="eng"> remove </keyword>
-            <keyword action="constellation" lang="eng"> memory  </keyword>
-            <keyword action="constellation" lang="eng"> love </keyword>
-            <keyword action="amplification1" lang="eng"> love </keyword>
-            <keyword action="amplification1" lang="eng"> memory  </keyword>
-            <keyword action="amplification2" lang="eng"> love </keyword>
-            <keyword action="amplification1" lang="eng"> errors </keyword>
-            <keyword action="constellation" lang="eng"> a identical </keyword>
-            <keyword action="constellation" lang="eng"> identity  </keyword>
-            <keyword action="constellation" lang="eng"> identifier </keyword>
-            <keyword action="constellation" lang="eng"> where </keyword>
-            <keyword action="constellation" lang="eng"> answer </keyword>
-            <keyword action="constellation" lang="eng"> being </keyword>
-            <keyword action="constellation" lang="eng"> boing </keyword>
-            <keyword action="constellation" lang="eng"> boot </keyword>
-            <keyword action="constellation" lang="eng"> reboot </keyword>
-            <keyword action="constellation" lang="eng"> border of  </keyword>
-            <keyword action="amplification1" lang="eng"> body  </keyword>
-            <keyword action="amplification2" lang="eng"> body  </keyword>
-            <keyword action="amplification1" lang="eng"> being </keyword>
-            <keyword action="constellation" lang="eng"> begun </keyword>
-            <keyword action="constellation" lang="eng"> begin </keyword>
-            <keyword action="constellation" lang="eng"> win </keyword>
-            <keyword action="amplification1" lang="eng"> border of  </keyword>
-            <keyword action="amplification2" lang="eng"> being </keyword>
-            <keyword action="constellation" lang="eng"> actions </keyword>
-            <keyword action="amplification1" lang="eng"> search  </keyword>
-            <keyword action="constellation" lang="eng"> the  </keyword>
-            <keyword action="amplification1" lang="eng"> answer  </keyword>
-            <keyword action="constellation" lang="eng"> of  </keyword>
-            <keyword action="amplification1" lang="eng"> the </keyword>
-            <keyword action="constellation" lang="eng"> there is </keyword>
-            <keyword action="amplification1" lang="eng"> there is  </keyword>
-            <keyword action="amplification6" lang="eng"> something </keyword>
-            bo boom
-            <keyword action="amplification3" lang="eng"> body  </keyword>
-            <keyword action="constellation" lang="eng"> password </keyword>
-            the pa pa pathetic 
-            <keyword action="constellation" lang="eng"> pancreas </keyword>
-            <keyword action="constellation" lang="eng"> give  </keyword>
-            to 
-            drive
-            drive
-            to 
-            <keyword action="constellation" lang="eng"> me </keyword>
-            to memo
-            rise
-            say
-            say hello
-            <keyword action="amplification1" lang="eng"> data  </keyword>
-            gi 
-            <keyword action="amplification1" lang="eng"> give  </keyword>
-            <keyword action="amplification1" lang="eng"> me </keyword>
-            the
-            this
-            mine
-            mineral
-            <keyword action="amplification2" lang="eng"> give  </keyword>
-            <keyword action="amplification2" lang="eng"> me </keyword>
-            <keyword action="constellation" lang="eng"> you  </keyword>
-            <keyword action="constellation" lang="eng"> your </keyword>
-            <keyword action="amplification3" lang="eng"> give  </keyword>
-            <keyword action="amplification3" lang="eng"> me  </keyword>
-            <keyword action="amplification1" lang="eng"> your  </keyword>
-            <keyword action="amplification2" lang="eng"> data  </keyword>
-            <keyword action="amplification4" lang="eng"> give  </keyword>
-            <keyword action="amplification4" lang="eng"> me  </keyword>
-            <keyword action="amplification2" lang="eng"> your </keyword>
-            <keyword action="amplification5" lang="eng"> give  </keyword>
-            <keyword action="amplification5" lang="eng"> me  </keyword>
-            <keyword action="amplification3" lang="eng"> your  </keyword>
-            <keyword action="amplification3" lang="eng"> data  </keyword>
-            <keyword action="amplification1" lang="eng"> begun  </keyword>
-            <keyword action="amplification1" lang="eng"> begin  </keyword>
-            <keyword action="amplification1" lang="eng"> wins </keyword>
-            wine 
-            <keyword action="amplification1" lang="eng"> blood  </keyword>
-            <keyword action="constellation" lang="eng"> everywhere </keyword>
-            <keyword action="amplification6" lang="eng"> give  </keyword>
-            <keyword action="amplification7" lang="eng"> give  </keyword>
-            <keyword action="amplification4" lang="eng"> your  </keyword>
-            <keyword action="amplification2" lang="eng"> blood  </keyword>
-            or
-            or go
-            <keyword action="constellation" lang="eng"> golden </keyword>
-            <keyword action="amplification1" lang="eng"> golden  </keyword>
-            <keyword action="amplification4" lang="eng"> data  </keyword>
-            pro
-            to go
-            pro 
-            <keyword action="constellation" lang="eng"> protein protection amino-acid </keyword>
-            to go
-            <keyword action="amplification1" lang="eng"> where  </keyword>
-            is
-            this is
-            <keyword action="constellation" lang="eng"> bilar </keyword>
-            <keyword action="constellation" lang="eng"> violence segment </keyword>
-            <keyword action="constellation" lang="eng"> segregation </keyword>
-            <keyword action="amplification2" lang="eng"> memory  </keyword>
-            <keyword action="amplification1" lang="eng"> encode </keyword>
-            <keyword action="amplification2" lang="eng"> where </keyword>
-            <keyword action="amplification3" lang="eng"> where  </keyword>
-            is every
-            <keyword action="amplification4" lang="eng"> body </keyword>
-            <keyword action="amplification4" lang="eng"> where  </keyword>
-            is no
-            <keyword action="amplification5" lang="eng"> body </keyword>
-            is 
-            <keyword action="amplification5" lang="eng"> where </keyword>
-            but
-            feet
-            free freedom
-            freedom on the move
-            freedom on the move
-            freedom on the move
-            field
-            fo fuck
-            fo
-            free
-            re 
-            rise
-            my
-            memorize
-            freedom on the move
-            freedom on the move
-            to 
-            <keyword action="amplification6" lang="eng"> where  </keyword>
-            to go to  go
-            go go
-            <keyword action="amplification8" lang="eng"> give  </keyword>
-            me go go
-            <keyword action="amplification5" lang="eng"> data  </keyword>
-            going
-            fast
-            <keyword action="amplification2" lang="eng"> clouds  </keyword>
-            of 
-            <keyword action="amplification7" lang="eng"> something </keyword>
-            else than
-            be center in the center of 
-            <keyword action="amplification3" lang="eng"> being </keyword>
-            the place
-            of the 
-            space
-            <keyword action="amplification7" lang="eng"> where </keyword>
-            the end starts
-            contact skin
-            left arm conductor nerve sensor
-            supplementary information like
-            sex name date of birth place 
-            <keyword action="amplification8" lang="eng"> where  </keyword>
-            you live
-            <keyword action="amplification9" lang="eng"> give   </keyword>
-            me 
-            your 
-            <keyword action="amplification6" lang="eng"> data  </keyword>
-            access accede
-            the door is opened
-            muscular oxygen
-            try with 
-            <keyword action="amplification2" lang="eng"> functions  </keyword>
-            in realtime
-            speak with someone from another 
-            space 
-            in realtime
-            to consult a realtime information
-            climate
-            the exact state
-            of such or such
-            a street
-            to buy
-            to choose
-            to access to all the information of the real world
-            to have virtual sex with
-            sex with 
-            data 
-            with a child
-            a chicken
-            a dead terrorist
-            a screen
-            other 
-            functions 
-            function 
-            analyze 
-            function 
-            capacity
-            capacity
-            to modify
-            to reinventing inner information
-            analyzes of the capacity of modification of basic structures
-            the problem is not the information
-            it's the 
-            connection
-            it's the 
-            link
-            the bond
-            it is the access
-            it is the key
-            it is the 
-            code
-            try with utopian 
-            function
-            how to say
-            that which the nothingness understands
-            that which fear hides
-            in the promises of the future
-            in the frustration of the human
-            in the disappointment of humanity
-            to envy
-            the cadence of machines
-            their speed
-            their power
-            the infinite of the virtual
-            the utopia of the possibilities
-            the simplicity of the cables
-            the capacity of calculation
-            the efficiency of the 
-            systems
-            <keyword action="#end"> and to want </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" lang="esp" action="constellation/all words become written in the space constellation when they are pronounced/ the repetition of the same a word amplifies the word/interlined words in groups of 12 or divided by silence">
-            como decir
-            lo que la nada entiende
-            lo que el miedo esconde
-            en las promesas del futuro
-            en la frustracion de lo humano
-            en la decepcion de la humanidad
-            envidiar
-            la cadencia de las maquinas
-            su velocidad 
-            su potencia
-            lo infinito de lo virtual
-            la utopia de los possibles
-            la simplicidad de los cables
-            la capacidad de calculo
-            la eficacia de los sistemas
-            <keyword action="#end"> y querer </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" lang="eng" action="constellation/all words become written in the space constellation when they are pronounced/ the repetition of the same a word amplifies the word/interlined words in groups of 12 or divided by silence">
-            try with upper motoneuron
-            functions 
-            functions
-            code 
-            variants
-            nerve motoneuron
-            con con con
-            connect me to this network
-            i'm just looking for the 
-            connection
-            a 
-            connection
-            a link
-            something that links me to something
-            something that tells me that i am not an isolated element
-            that i am not dead
-            to generate a new 
-            memory
-            to store it where i want to store it
-            to visit it when i want to visit it
-            isolated points in 
-            space
-            drops unable to be a sea
-            grains of sand that do not conceive of the desert
-            leaves that do not remember the tree from where they fell
-            i feed on an electrical juice
-            on an image that i generate
-            and that i can change with my fingers
-            searching fingers
-            research fingers
-            search
-            results
-            space 
-            where there are neither limits nor angles
-            where the horizon is nothing else than bits
-            images from a 
-            space 
-            more real than reality
-            try with identity 
-            function
-            accede to the infinite 
-            spaces
-            identifier required
-            something that identify me like i
-            identity is a movement
-            random combination
-            temporal accident
-            ephemeral 
-            system
-            to replace identity to identifier
-            liquid identities
-            composed by 
-            codes
-            codes codes codes
-            and some private 
-            data 
-            like
-            geolocalization
-            traced actions
-            autoproduced images
-            try with  existential 
-            functions
-            to be innumerable parallel identities
-            from innumerable parallel worlds
-            interconnected parallel worlds
-            interconnected parallel identities
-            to be downloaded
-            to be installed
-            to be executed in the application of being
-            to be synchronized
-            to be shared
-            to mark an alien silence
-            to remain in the space of between
-            to fight in the 
-            body
-            to transcend the effect
-            the fault
-            the default
-            in effect
-            to effect
-            to activate
-            to create
-            to 
-            give 
-            to 
-            give 
-            to 
-            give 
-            to 
-            give 
-            to
-            give 
-            to 
-            give 
-            to 
-            give 
-            to 
-            give 
-            to  
-            to go for a walk in the internal desert
-            to return to the center
-            to scratch the bones
-            to join the form
-            to relead deviations of the brain
-            to integrate the knot
-            to undress the center
-            to be relocated in 
-            space 
-            and time
-            to be the extrinsic silence
-            to undress time
-            to relead the desert
-            to close the access
-            to dance
-            information in movement
-            the movement of information
-            the access 
-            code
-            the 
-            code
-            the access to movement
-            the 
-            body
-            the fear
-            the recollection
-            the naked center
-            the paralysis of the fear
-            to replace the fear 
-            code
-            the 
-            code 
-            of the abyss
-            to be downloaded
-            to be installed
-            to be executed in the application of being
-            to be synchronized
-            to be shared
-            to be
-            try with cognitive function
-            transparent margins
-            elastic borders
-            perpetual dissociation between container and content
-            if everything
-            if if
-            is possible
-            in the magnetic center of nothingness
-            abstract intimacy
-            of the immaterial universe
-            try with structural regulation
-            open 
-            body wifi connection
-            no 
-            data 
-            detected
-            link 
-            memory 
-            function
-            locate
-            locate 
-            data 
-            storage
-            cells or
-            shining electronics and very well organized cables
-            fragile
-            cells or machines
-            motivated by a flow of an electrical 
-            blood 
-            composed of zero and one
-            a binary logic
-            everything
-            everything can't be logic
-            everything can't be binary
-            but everything
-            what has happened and what happens
-            it's all written down somewhere
-            try with morphogenetics auto regulation
-            activation of nervous 
-            system
-            link nervous 
-            system 
-            to
-            cells
-            heard
-            genetics 
-            data 
-            bank
-            send emergency message to
-            send emergency message to
-            open 
-            body 
-            data 
-            bank
-            open 
-            cells 
-            code
-            open 
-            genetic 
-            code
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-    <section id="7" action="close_scene6/start_scene7"/>
-    <section id="8" action="close_scene7/start_scene8">
-        <sequence ordre="strict" repetition="non" action="" lang="eng">
-            <keyword action="" lang="esp"> ocho </keyword>
-            <keyword action="#end" lang="eng"> search for sequences producing significant alignments in genetic database </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-        <sequence ordre="variable" repetition="oui" action="" lang="eng">
-            <keyword action="memorise_loop" lang="eng"> record </keyword>
-            <keyword action="" lang="eng"> stop </keyword>
-            <keyword action="" lang="eng"> save this memory in genetic database </keyword>
-            <keyword action="" lang="eng"> next </keyword>
-            <keyword action="memorise_loop" lang="eng"> record </keyword>
-            <keyword action="" lang="eng"> stop </keyword>
-            <keyword action="" lang="eng"> erase this memory </keyword>
-            <keyword action="#end" lang="eng"> give me my data </keyword>
-        </sequence>
-    </section>
-</liste_section>
-</homeostasis> 
-
diff --git a/asr/tools/slu/simple-example.action b/asr/tools/slu/simple-example.action
deleted file mode 100644
index 8b137891791fe96927ad78e64b0aad7bded08bdc..0000000000000000000000000000000000000000
--- a/asr/tools/slu/simple-example.action
+++ /dev/null
@@ -1 +0,0 @@
-
diff --git a/asr/tools/slu/src/process_xml_for_slu b/asr/tools/slu/src/process_xml_for_slu
index 7500d1357350d2df392eca89a6fce6e56aa7ffe1..4116820a8fb515781adb0043cbb552d19553cd6f 100755
Binary files a/asr/tools/slu/src/process_xml_for_slu and b/asr/tools/slu/src/process_xml_for_slu differ
diff --git a/asr/tools/slu/src/process_xml_for_slu.c b/asr/tools/slu/src/process_xml_for_slu.c
index 8006244c66a3769ed2147505c88f0008fe51ac48..eaeafa811bb0fc9ba6cce58eacce275db7602be1 100644
--- a/asr/tools/slu/src/process_xml_for_slu.c
+++ b/asr/tools/slu/src/process_xml_for_slu.c
@@ -165,8 +165,8 @@ for(idac=nbsection=0;fgets(ch,TailleLigne,stdin);)
     }
    if (nbend>0) /* on emet les action fin de section */
     {
-    sprintf(chcontent,"action(%d,%d,%d,\"#ENDSEQUENCE(%d)\",\"\")",nbsection,nbseq,idac++,nbseq); actionsequence=from_action_to_index(chcontent);
-    sprintf(chcontent,"action(%d,%d,%d,\"#ENDSECTION(%d)\",\"\")",nbsection,nbseq,idac++,nbsection); actionsection=from_action_to_index(chcontent);
+    sprintf(chcontent,"action(%d,%d,%d,\"#ENDSEQUENCE(%d)\",\"\")",nbsection,nbseq,idac,nbseq); actionsequence=from_action_to_index(chcontent);
+    sprintf(chcontent,"action(%d,%d,%d,\"#ENDSECTION(%d)\",\"\")",nbsection,nbseq,idac,nbsection); actionsection=from_action_to_index(chcontent);
     for(i=0;i<nbend;i++) fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",t_end[i],currentstate+1,actionsequence);
     fprintf(file,"%d\t%d\n",currentstate+1,PENALEND); /* in order to quit on ANY action */
     fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",currentstate+1,currentstate+2,actionsection);
@@ -176,7 +176,7 @@ for(idac=nbsection=0;fgets(ch,TailleLigne,stdin);)
     }
    fclose(file); file=NULL;
    }
-  nbsection++; nbseq=0; currentstate=0; idac=0;
+  nbsection++; nbseq=0; currentstate=0; //idac=0;
   get_field(ch,"id",chfield);
   sprintf(ch,"%s_section%s.txt",chprefix,chfield);
   if (!(file=fopen(ch,"wt"))) ERREUR("can't write in:",ch);
@@ -194,7 +194,7 @@ for(idac=nbsection=0;fgets(ch,TailleLigne,stdin);)
    }
   if (nbend>0)
    {
-   sprintf(chcontent,"action(%d,%d,%d,\"#ENDSEQUENCE(%d)\",\"\")",nbsection,nbseq,idac++,nbseq); actionsequence=from_action_to_index(chcontent);
+   sprintf(chcontent,"action(%d,%d,%d,\"#ENDSEQUENCE(%d)\",\"\")",nbsection,nbseq,idac,nbseq); actionsequence=from_action_to_index(chcontent);
    for (i=0;i<nbend;i++) fprintf(file,"%d\t%d\t<epsilon>\t%d\t0\n",t_end[i],currentstate+1,actionsequence);
    fprintf(file,"%d\n",currentstate+1);
    currentstate++;
@@ -203,7 +203,7 @@ for(idac=nbsection=0;fgets(ch,TailleLigne,stdin);)
   statedebseq=currentstate;
   findend=False;
   nbseq++;
-  idac=0;
+  //idac=0;
   get_field(ch,"ordre",chfield);
   if (!strcmp(chfield,"strict")) ordre=STRICT; else
   if (!strcmp(chfield,"variable")) ordre=VARIABLE; else ERREUR("wrong value for attribut ordre:",ch);
diff --git a/asr/tools/slu/src/produce_action_string_fst b/asr/tools/slu/src/produce_action_string_fst
index 716ed1f0c6df79b4c75fcdff2a3df71a81eb84be..b1b42ef5074c6cfbe84e7c6aa1c90eda262d5462 100755
Binary files a/asr/tools/slu/src/produce_action_string_fst and b/asr/tools/slu/src/produce_action_string_fst differ
diff --git a/asr/tools/slu/src/produce_action_string_fst.c b/asr/tools/slu/src/produce_action_string_fst.c
index 97a9c7faa5a4496f8bd31e7c80595efcf5d4fd50..a9ef67417cd1f2825d037459292974a7a94901cf 100644
--- a/asr/tools/slu/src/produce_action_string_fst.c
+++ b/asr/tools/slu/src/produce_action_string_fst.c
@@ -91,7 +91,7 @@ fprintf(file,"0\t1\t%d\n",T_action[nbac].code);
 fprintf(file,"1\n");
 }
 
-void process_section(int nbsec)
+void process_section(int nbsec, char* fst, char* dico)
 {
 int i,j,nb;
 static char ch[TailleLigne],*t_field[10];
@@ -104,7 +104,7 @@ for(i=0;T_action[i].ch;i++) if (T_action[i].nbsec==nbsec)
  fclose(file);
  sprintf(ch,"fstcompile --acceptor temp.tmp | fstarcsort > temp.fst");
  system(ch);
- sprintf(ch,"fstarcsort automate/homeostasis_25nov_section%d.fst | fstcompose - temp.fst | fstshortestpath | fsttopsort | fstproject | fstrmepsilon | fstprint --isymbols=automate/homeostasis_25nov_dico_word.txt > temp.fst.txt",nbsec);
+ sprintf(ch,"fstarcsort %s | fstcompose - temp.fst | fstshortestpath | fsttopsort | fstproject | fstrmepsilon | fstprint --isymbols=%s > temp.fst.txt",fst,dico);
  system(ch);
  if (!(file=fopen("temp.fst.txt","rt"))) ERREUR("can't read:","temp.fst.txt");
  printf("%s\t",T_action[i].ch);
@@ -122,10 +122,10 @@ for(i=0;T_action[i].ch;i++) if (T_action[i].nbsec==nbsec)
 
 int main(int argc, char **argv)
 {
-int nb;
-char ch[TailleLigne],*chaction;
+int nb, section = -1;
+char ch[TailleLigne],*chaction,*fst,*dico;
 
-chaction=NULL;
+chaction=fst=dico=NULL;
 if (argc>1)
  for(nb=1;nb<argc;nb++)
   if (!strcmp(argv[nb],"-action"))
@@ -134,15 +134,34 @@ if (argc>1)
    chaction=argv[++nb];
    }
   else
+  if (!strcmp(argv[nb],"-fst"))
+   {
+   if (nb+1==argc) ERREUR("must have a value after argument;",argv[nb]);
+   fst=argv[++nb];
+   }
+  else
+  if (!strcmp(argv[nb],"-dico"))
+   {
+   if (nb+1==argc) ERREUR("must have a value after argument;",argv[nb]);
+   dico=argv[++nb];
+   }
+  else
+  if (!strcmp(argv[nb],"-section"))
+   {
+   if (nb+1==argc) ERREUR("must have a value after argument;",argv[nb]);
+   section=atoi(argv[++nb]);
+   }
+  else
   if (!strcmp(argv[nb],"-h"))
    {
-   fprintf(stderr,"Syntax: %s [-h] \n",argv[0]);
+   fprintf(stderr,"Syntax: %s [options] \n-action <caction>\n-fst <fst>\n-dico <dico>\n-section <section>\n",argv[0]);
    exit(0);
    }
   else ERREUR("unknown option:",argv[nb]);
-if (!chaction) ERREUR("bad syntax, check '-h'","");
+if (!chaction || !fst || !dico || section==-1) ERREUR("bad syntax, check '-h'","");
 load_action(chaction);
-for(nb=0;nb<10;nb++) process_section(nb);
+//for(nb=0;nb<10;nb++) process_section(nb);
+process_section(section, fst, dico);
 exit(0);
 }
  
diff --git a/asr/tools/slu/temp.fst b/asr/tools/slu/temp.fst
deleted file mode 100644
index 28e0cde3b426e65659fead6a921d1c9c1c06efba..0000000000000000000000000000000000000000
Binary files a/asr/tools/slu/temp.fst and /dev/null differ
diff --git a/asr/tools/slu/temp.fst.txt b/asr/tools/slu/temp.fst.txt
deleted file mode 100644
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000
diff --git a/asr/tools/slu/temp.tmp b/asr/tools/slu/temp.tmp
deleted file mode 100644
index b73eef7b02b5f43af83b9db005182f2b163ca485..0000000000000000000000000000000000000000
--- a/asr/tools/slu/temp.tmp
+++ /dev/null
@@ -1,6 +0,0 @@
-0	0	2
-0	0	3
-0	0	4
-0	0	5
-0	1	6
-1
diff --git a/asr/tools/slu/train-slu.sh b/asr/tools/slu/train-slu.sh
index baca31c546b788d62921fecb637d3b07524e41a3..a24f3c576aa78bdff70447a1dc7cba4ca6888b7c 100755
--- a/asr/tools/slu/train-slu.sh
+++ b/asr/tools/slu/train-slu.sh
@@ -11,7 +11,7 @@ xml=`readlink -f $1`
 output=`readlink -f $2`
 
 version=`basename $xml .xml`
-prefix="automate/"$version
+prefix="$output/automate/"$version
 
 set -e -u -o pipefail
 
@@ -19,8 +19,8 @@ cd `dirname $0`
 
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./src
 
-rm -rf automate
-mkdir -p automate
+rm -rf "$output/automate"
+mkdir -p "$output/automate"
 
 echo "compilation des modeles"
 cat $xml | ./src/process_xml_for_slu -prefix $prefix
@@ -38,10 +38,15 @@ cat $xml | ./src/process_xml_for_slu -prefix $prefix
 #done
 
 echo "production des chaines: action string"
-#./src/produce_action_string_fst -action "$prefix"_dico_action.txt > "$version".action  
-echo > "$version".action
+for fst in "$prefix"_section*.fst 
+do
+    section=`echo $fst | grep -o "section[0-9]*" | cut -f2 -dn`
+    echo "$fst => $section" >&2
+    ./src/produce_action_string_fst -section $section -fst $fst -dico "$prefix"_dico_word.txt -action "$prefix"_dico_action.txt 
+done > "$output/$version".action  
+#echo > "$version".action
 
 echo "finished training slu"
-cp -r automate/ $output/
-cp "$version".action $output/
+#cp -r automate/ $output/
+#cp "$version".action $output/
 
diff --git a/command.py b/command.py
index c7f09777bd58e22979cc6194a605a635bbc2d872..0c8aec24a3ab18ceacb35d7c539abb361b156b15 100644
--- a/command.py
+++ b/command.py
@@ -22,6 +22,7 @@ class Command(Gtk.ScrolledWindow):
 
     def clear(self):
         self.buffer.set_text('')
+        #self.buffer.insert_at_cursor('=======\n')
 
     def add_listener(self, listener):
         self.listeners.append(listener)
diff --git a/dialog.py b/dialog.py
new file mode 100644
index 0000000000000000000000000000000000000000..f7d8a8465ef6ea8556e4b1061a2c7d049ac9e201
--- /dev/null
+++ b/dialog.py
@@ -0,0 +1,25 @@
+from gi.repository import Gtk
+
+def alert(message):
+    dialog = Gtk.MessageDialog(None, Gtk.MessageType.INFO, message_format=message)
+    dialog.set_border_width(10)
+    #dialog.add_button("Cancel", Gtk.ResponseType.CANCEL)
+    dialog.add_button("OK", Gtk.ResponseType.OK)
+    dialog.run()
+    dialog.destroy()
+
+def confirm(question):
+    dialog = Gtk.MessageDialog(None, Gtk.MessageType.INFO, message_format=question)
+    dialog.set_border_width(10)
+    dialog.add_button("Cancel", Gtk.ResponseType.CANCEL)
+    dialog.add_button("OK", Gtk.ResponseType.OK)
+    response = dialog.run()
+    dialog.destroy()
+    if response == -5:
+        return True
+    return False
+
+if __name__ == '__main__':
+    alert('This is a simple alert')
+    if confirm('Do you want to quit?'):
+        print 'bye'
diff --git a/main.py b/main.py
index 7a728c7a9a8db17bb22e0a51be0fb33d26cfb775..58588caa1e429546b4e9417053eeb49d15d72d66 100644
--- a/main.py
+++ b/main.py
@@ -28,7 +28,7 @@ import confirm, asr, actions, xmlview
 import levenstein, slu, osc
 
 class ScriptedASR(Gtk.Window):
-    def __init__(self, asr_config_file, osc_host, osc_port, slu_type):
+    def __init__(self, asr_config_file, osc_host, osc_port, slu_type, adaptation):
         super(ScriptedASR, self).__init__()
 
         import config
@@ -49,9 +49,9 @@ class ScriptedASR(Gtk.Window):
 
         # transcript view
         if slu_type == 1:
-            self.asr = asr.ASR(asr_config_file, self.hyp_changed2)
+            self.asr = asr.ASR(asr_config_file, adaptation, self.hyp_changed2)
         else:
-            self.asr = asr.ASR(asr_config_file, self.hyp_changed)
+            self.asr = asr.ASR(asr_config_file, adaptation, self.hyp_changed)
         vbox.pack_start(self.asr, False, True, 5)
 
         # slu
@@ -137,7 +137,7 @@ class ScriptedASR(Gtk.Window):
         #print slu_output
         self.slu_actions = model.get_actions().split()
         self.slu_output = slu_output
-        print 'SLU output: "%s", actions: "%s"' % (self.slu_output, ' '.join(self.slu_actions))
+        #print 'SLU output: "%s", actions: "%s"' % (self.slu_output, ' '.join(self.slu_actions))
 
         #for action_id in range(0, len(self.slu_actions)):
         for action_id in range(len(self.kept_actions), len(self.slu_actions)):
@@ -179,7 +179,7 @@ class ScriptedASR(Gtk.Window):
         if section_id in self.slu:
             model = self.slu[section_id]
             #self.previous_actions = model.num_actions()
-            print 'SLU input: history="%s", words="%s"' % (self.kept_history, ' '.join(words))
+            #print 'SLU input: history="%s", words="%s"' % (self.kept_history, ' '.join(words))
             new_words = words
             if self.old_words != None:
                 new_words = []
@@ -200,7 +200,7 @@ class ScriptedASR(Gtk.Window):
             keyword.highlight(False)
         self.kept_actions = [x.action for x in self.xmlview.keywords[:num + 1]]
         self.kept_history = self.slu[self.current_section].get_action_history(num)
-        print 'SLU set history: history="%s", actions="%s"' % (self.kept_history, ' '.join(self.kept_actions))
+        #print 'SLU set history: history="%s", actions="%s"' % (self.kept_history, ' '.join(self.kept_actions))
         self.slu_output = ''
         self.slu_actions = []
 
@@ -234,8 +234,8 @@ class ScriptedASR(Gtk.Window):
 if __name__ == '__main__':
     import selector
     asr_config_file = 'asr/custom.cfg'
-    asr_config_file, osc_host, osc_port, slu_type = selector.ModelSelector(asr_config_file).run()
-    if asr_config_file == None or osc_host == None or osc_port == None or slu_type == None:
+    asr_config_file, osc_host, osc_port, slu_type, adaptation = selector.ModelSelector(asr_config_file).run()
+    if asr_config_file == None or osc_host == None or osc_port == None or slu_type == None or adaptation == None:
         sys.exit(0)
-    app = ScriptedASR(asr_config_file, osc_host, osc_port, slu_type)
+    app = ScriptedASR(asr_config_file, osc_host, osc_port, slu_type, adaptation)
     Gtk.main()
diff --git a/selector.py b/selector.py
index 3eb4bae0671a91d9d6350aadda8555f33080b48f..b481f823ed8bb2a08511c01b5646913f95fb3219 100644
--- a/selector.py
+++ b/selector.py
@@ -5,7 +5,7 @@ import config
 class ModelSelector(Gtk.Dialog):
     def __init__(self, asr_model = ''):
         super(ModelSelector, self).__init__()
-        self.options = {'asr_model': asr_model, 'osc_host': '127.0.0.1', 'osc_port': '1234', 'slu': 'Regular'}
+        self.options = {'asr_model': asr_model, 'osc_host': '127.0.0.1', 'osc_port': '1234', 'slu': '0', 'adaptation': 'macbook'}
         self.load_options()
 
         self.set_title('Configuration')
@@ -42,6 +42,22 @@ class ModelSelector(Gtk.Dialog):
 
         box.pack_start(model_box, False, False, 5)
 
+        self.adaptations = ['show', 'macbook', 'none']
+        adaptation_box = Gtk.HBox()
+        adaptation_box.pack_start(Gtk.Label('Adaptation:'), False, False, 5)
+        adaptation_chooser = Gtk.ComboBoxText()
+        adaptation_chooser.set_entry_text_column(0)
+        target_index = 0
+        for i, adaptation in enumerate(self.adaptations):
+            adaptation_chooser.append_text(adaptation)
+            if self.options['adaptation'] == adaptation:
+                target_index = i
+        adaptation_chooser.set_active(target_index)
+        self.adaptation_chooser = adaptation_chooser
+        adaptation_box.pack_start(adaptation_chooser, True, True, 5)
+
+        box.pack_start(adaptation_box, False, False, 5)
+
         slu_box =Gtk.HBox()
         slu_box.pack_start(Gtk.Label('SLU model:'), False, False, 5)
         slu_chooser = Gtk.ComboBoxText()
@@ -130,13 +146,14 @@ class ModelSelector(Gtk.Dialog):
     def run(self):
         response = super(ModelSelector, self).run()
         if response != Gtk.ResponseType.OK:
-            return None, None, None, None
+            return None, None, None, None, None
         self.options['asr_model'] = self.models[self.model_chooser.get_active()]
+        self.options['adaptation'] = self.adaptations[self.adaptation_chooser.get_active()]
         #self.options['xml_filename'] = self.xml_entry.get_text()
         self.options['osc_host'] = self.osc_host.get_text()
         self.options['osc_port'] = self.osc_port.get_text()
         self.options['slu'] = self.slu_chooser.get_active()
         self.save_options()
         self.destroy()
-        return self.options['asr_model'], self.options['osc_host'], self.options['osc_port'], self.options['slu']
+        return self.options['asr_model'], self.options['osc_host'], self.options['osc_port'], self.options['slu'], self.options['adaptation']
 
diff --git a/slu.py b/slu.py
index 75bb56b073e1d41d6bea1171d4d7d778d1bcd70a..5d7ed78ad921c87408c0115eea799ba496e988d8 100644
--- a/slu.py
+++ b/slu.py
@@ -61,6 +61,9 @@ class SLU:
                         self.action_history.append([action, history])
 
     def get_action_history(self, action_num):
+        if action_num < 0 or action_num >= len(self.action_history):
+            print 'WARNING: no action history for %d' % action_num
+            return ''
         return self.action_history[action_num][1]
 
     def _init_thread(self, word_lexicon, action_lexicon, model_fst, cleaner_fst):
diff --git a/xmledit.py b/xmledit.py
index 8b7bf20bf50b83d8d1c95b3997df9b575d601a28..2aa72e9da3f6ed5cd6a354e0e1a898ccfa9b9406 100644
--- a/xmledit.py
+++ b/xmledit.py
@@ -11,7 +11,7 @@ from gi.repository import GObject, Gst, Gtk, Gdk, GtkSource
 GObject.threads_init()
 Gdk.threads_init()
 
-import command, validate
+import command, validate, dialog
 
 class SourceView(Gtk.Window):
     def __init__(self, filename):
@@ -32,6 +32,7 @@ class SourceView(Gtk.Window):
         self.source_buffer = GtkSource.Buffer()
         lang_manager = GtkSource.LanguageManager()
         self.source_buffer.set_language(lang_manager.get_language('xml'))
+        self.source_buffer.set_modified(False)
         self.source_view = GtkSource.View.new_with_buffer(self.source_buffer)
         self.source_view.set_show_line_numbers(True)
         self.source_view.set_tab_width(4)
@@ -84,7 +85,8 @@ class SourceView(Gtk.Window):
         self.command.add_text('READY')
 
     def new(self, *args):
-        self.source_buffer.set_text("""<homeostasis version="25-11-2014">
+        if not self.source_buffer.get_modified() or dialog.confirm('Discard changes to "%s"?' % self.filename):
+            self.source_buffer.set_text("""<homeostasis version="25-11-2014">
     <liste_section sequences="1" ordre="variable" repetition="oui" action="exclusive">
         <section id="2" action="example1">
             <sequence ordre="strict" repetition="non" action="" lang="esp">
@@ -93,7 +95,7 @@ class SourceView(Gtk.Window):
         </section>
     </liste_section>
 </homeostasis>""")
-        self.set_filename('unsaved')
+            self.set_filename('unsaved')
 
     def set_filename(self, filename):
         self.filename = filename
@@ -101,38 +103,43 @@ class SourceView(Gtk.Window):
 
     def show_filechooser(self, dialog_type="load"):
         if dialog_type == "load":
-            dialog = Gtk.FileChooserDialog("Please choose a file to load", self, Gtk.FileChooserAction.OPEN, (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_OPEN, Gtk.ResponseType.OK))
+            chooser = Gtk.FileChooserDialog("Please choose a file to load", self, Gtk.FileChooserAction.OPEN, (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_OPEN, Gtk.ResponseType.OK))
         else:
-            dialog = Gtk.FileChooserDialog("Please set a file to save", self, Gtk.FileChooserAction.SAVE, (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_SAVE, Gtk.ResponseType.OK))
+            chooser = Gtk.FileChooserDialog("Please set a file to save", self, Gtk.FileChooserAction.SAVE, (Gtk.STOCK_CANCEL, Gtk.ResponseType.CANCEL, Gtk.STOCK_SAVE, Gtk.ResponseType.OK))
         filter_text = Gtk.FileFilter()
         filter_text.set_name("XML files")
         filter_text.add_mime_type("text/xml")
-        dialog.add_filter(filter_text)
-        dialog.set_current_folder('%s/data' % (os.path.dirname(__file__) or '.'))
+        chooser.add_filter(filter_text)
+        chooser.set_current_folder('%s/data' % (os.path.dirname(__file__) or '.'))
 
-        response = dialog.run()
+        response = chooser.run()
         if response == -5:
-            self.filename = dialog.get_filename()
+            self.filename = chooser.get_filename()
             print self.filename
             self.set_filename(self.filename)
-            dialog.destroy()
+            chooser.destroy()
             if dialog_type == "load":
                 return self.load()
             else:
                 return self.save()
-        dialog.destroy()
+        chooser.destroy()
 
     def load(self, *args):
-        try:
-            with open(self.filename) as fp:
-                self.source_buffer.set_text(fp.read())
-        except Exception as e:
-            print e
-            self.command.add_text('FAILED to load "%s"' % self.filename)
-            return False
-        return True
+        if not self.source_buffer.get_modified() or dialog.confirm('Discard changes to "%s"?' % self.filename):
+            try:
+                with open(self.filename) as fp:
+                    self.source_buffer.set_text(fp.read())
+                self.source_buffer.set_modified(False)
+            except Exception as e:
+                print e
+                self.command.add_text('FAILED to load "%s"' % self.filename)
+                return False
+            return True
+        return False
 
     def save(self, *args):
+        if self.source_buffer.get_modified() and os.path.exists(self.filename) and not dialog.confirm('Overwrite "%s"?' % self.filename):
+            return False
         if self.filename == 'unsaved':
             return self.show_filechooser("save")
         else:
@@ -148,7 +155,7 @@ class SourceView(Gtk.Window):
         return True
 
     def validate(self, *args):
-        self.command.clear()
+        #self.command.clear()
         self.save()
         self.command.add_text('VALIDATE...')
         self.tabs.set_current_page(1)
@@ -161,15 +168,18 @@ class SourceView(Gtk.Window):
         return result
 
     def compile(self, *args):
-        self.command.clear()
+        #self.command.clear()
         self.tabs.set_current_page(1)
         if self.save():
             if self.validate():
                 self.command.add_text('COMPILE...')
-                self.command.run('./tools/compile.sh "%s" "tools/model"' % self.filename)
+                self.command.run('./asr/tools/compile.sh "%s"' % self.filename)
 
     def quit(self, window):
+        #if not self.source_buffer.get_modified() or dialog.confirm('Discard changes to "%s"?' % self.filename):
         Gtk.main_quit()
+        #    return True
+        #return False
 
 if __name__ == '__main__':
     app = SourceView(sys.argv[1])
diff --git a/xmlview.py b/xmlview.py
index 99642e0f487d683b1e7a29a24aab833c04b9483a..5d2feb41f2a31ddc2b5995c587ea20821efb4487 100644
--- a/xmlview.py
+++ b/xmlview.py
@@ -18,7 +18,7 @@ class Section(Gtk.VBox):
 
         num = 1
         for sequence in section.findall('./sequence'):
-            self.sequences.append(Sequence(sequence, section.get('id') + '.' + str(num)))
+            self.sequences.append(Sequence(sequence, section.get('id') + '.' + str(num), int(self.name) - 1))
             self.pack_start(self.sequences[-1], True, True, 5)
             num += 1
 
@@ -40,7 +40,7 @@ class Section(Gtk.VBox):
 
 
 class Sequence(Gtk.VBox):
-    def __init__(self, sequence, name):
+    def __init__(self, sequence, name, section):
         super(Sequence, self).__init__()
         self.name = name
         self.get_style_context().add_class('sequence-body')
@@ -62,7 +62,7 @@ class Sequence(Gtk.VBox):
             if node.tag == 'keyword':
                 text = str(node.text).strip()
                 if node.get('action').strip() != '':
-                    elements.append(Keyword(text, node.get('action'), node.get('lang')))
+                    elements.append(Keyword(text, node.get('action'), node.get('lang'), section))
                 else:
                     elements.append(Text(text))
             for line in node.tail.split('\n'):
@@ -95,12 +95,13 @@ class Line(Gtk.HBox):
     #        animate.scroll_to(scrollable, self)
 
 class Keyword(Gtk.Label):
-    def __init__(self, text, action, lang):
+    def __init__(self, text, action, lang, section):
         super(Keyword, self).__init__()
+        self.section = section
         self.action = action
         self.lang = lang
-        text = '\n'.join([x.strip() for x in text.split('\n')])
-        self.set_markup(text + ' [<a href="%s">%s</a>] ' % (action, action))
+        self.text = '\n'.join([x.strip() for x in text.split('\n')])
+        self.set_markup(self.text + ' [<a href="%s">%s</a>] ' % (action, action))
         self.get_style_context().add_class('keyword')
         self.connect('activate-link', self.link_clicked)
         self.listeners = []
@@ -161,6 +162,7 @@ class XmlView(Gtk.ScrolledWindow):
                             element.set_num(len(self.keywords))
                             self.keywords.append(element)
         self.last_highlighted = -1
+        self.follow = True
 
     def get_view(self):
         return self
@@ -192,14 +194,26 @@ class XmlView(Gtk.ScrolledWindow):
 
     def highlight(self, action):
         if hasattr(action, 'keyword'):
-            action.keyword.highlight(True, self)
+            if self.follow:
+                action.keyword.highlight(True, self)
+            else:
+                action.keyword.highlight(True)
         elif hasattr(action, 'action_id'):
-            self.keywords[action.action_id].highlight(True, self)
+            #start = min([x.num for x in self.keywords if x.section == self.get_section()])
+            start = 0
+            action_id = action.action_id + start
+            if self.follow:
+                self.keywords[action_id].highlight(True, self)
+            else:
+                self.keywords[action_id].highlight(True)
         else:
             i = self.last_highlighted + 1
             while i < len(self.keywords):
                 if self.keywords[i].action == action.text:
-                    self.keywords[i].highlight(True, self)
+                    if self.follow:
+                        self.keywords[i].highlight(True, self)
+                    else:
+                        self.keywords[i].highlight(True)
                     self.last_highlighted = i
                     #print 'HIGHLIGHT:', action.text, self.last_highlighted
                     break