Skip to content
Snippets Groups Projects
Commit 472a1737 authored by Jennifer Rinker's avatar Jennifer Rinker
Browse files
parents bd29b7e4 c7e6df55
No related branches found
No related tags found
1 merge request!36Added two more tutorials
This commit is part of merge request !36. Comments created here will be created in the context of that merge request.
...@@ -470,7 +470,7 @@ def excel_stabcon(proot, fext='xlsx', pignore=None, pinclude=None, sheet=0, ...@@ -470,7 +470,7 @@ def excel_stabcon(proot, fext='xlsx', pignore=None, pinclude=None, sheet=0,
t0 = float(tags_dict['[t0]']) t0 = float(tags_dict['[t0]'])
tags_dict['[duration]'] = str(t_stop - t0) tags_dict['[duration]'] = str(t_stop - t0)
# in case there is a controller input file defined # in case there is a controller input file defined
if ['[controller_tuning_file]'] in tags_dict: if '[controller_tuning_file]' in tags_dict:
hs2 = hawcstab2.ReadControlTuning() hs2 = hawcstab2.ReadControlTuning()
hs2.read_parameters(tags_dict['[controller_tuning_file]']) hs2.read_parameters(tags_dict['[controller_tuning_file]'])
tags_dict['[pi_gen_reg1.K]'] = hs2.pi_gen_reg1.K tags_dict['[pi_gen_reg1.K]'] = hs2.pi_gen_reg1.K
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment