Skip to content
Snippets Groups Projects
Commit 594b4bae authored by Gregory Ashton's avatar Gregory Ashton
Browse files

Fix spacing of injection output

parent 68c51853
No related branches found
No related tags found
No related merge requests found
......@@ -771,8 +771,8 @@ class Interferometer(object):
time_duration=self.strain_data.duration).real)
logging.info("Injected signal in {}:".format(self.name))
logging.info(" optimal SNR = {:.2f}".format(opt_snr))
logging.info(" matched filter SNR = {:.2f}".format(mf_snr))
logging.info(" optimal SNR = {:.2f}".format(opt_snr))
logging.info(" matched filter SNR = {:.2f}".format(mf_snr))
for key in parameters:
logging.info(' {} = {}'.format(key, parameters[key]))
......
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