Skip to content
Snippets Groups Projects
Commit f7ebbd04 authored by moritz's avatar moritz
Browse files

Moritz Huebner: Added another option to parse in parameter keys

parent 2d6d290c
No related branches found
No related tags found
No related merge requests found
......@@ -41,6 +41,10 @@ hf_signal = waveform_generator.frequency_domain_strain()
sampling_parameters = peyote.parameter.Parameter.\
parse_floats_to_parameters(simulation_parameters)
#sampling_parameters = peyote.parameter.Parameter.\
# parse_keys_to_parameters(simulation_parameters.keys())
# Simulate the data in H1
H1 = peyote.detector.H1
H1.set_data(sampling_frequency=sampling_frequency, duration=time_duration,
......
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