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

Updates writer - if h0 = 0 don't give the injection file

parent 04eb2bc3
No related branches found
No related tags found
No related merge requests found
......@@ -3030,6 +3030,7 @@ transientTauDays={:1.3f}\n""")
cl.append('--fmin={}'.format(int(self.fmin)))
cl.append('--Band={}'.format(self.Band))
cl.append('--Tsft={}'.format(self.Tsft))
if self.h0 != 0:
cl.append('--injectionSources="{}"'.format(self.config_file_name))
cl = " ".join(cl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment