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

Moritz Huebner: Now looping through a tuple instead of a dictionary

parent 88a821f1
No related branches found
No related tags found
1 merge request!13Source reimplementation
......@@ -86,7 +86,7 @@ class Interferometer:
"""
signal = source.frequency_domain_strain()
for mode in signal.keys():
for mode in signal:
det_response = self.antenna_response(source.ra, source.dec, source.geocent_time, source.psi, mode)
signal[mode] *= det_response
......
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