Skip to content
Snippets Groups Projects
Commit 39db45ba authored by Jameson Graef Rollins's avatar Jameson Graef Rollins
Browse files

cli: add some IFO param calc logging

parent 0c9bed43
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,11 @@ def main(): ...@@ -107,6 +107,11 @@ def main():
logging.info("calculating noises...") logging.info("calculating noises...")
score, noises, ifo = gwinc(freq, ifo) score, noises, ifo = gwinc(freq, ifo)
logging.info('recycling factor: {: >0.3f}'.format(ifo.gwinc.prfactor))
logging.info('BS power: {: >0.3f} W'.format(ifo.gwinc.pbs))
logging.info('arm finesse: {: >0.3f}'.format(ifo.gwinc.finesse))
logging.info('arm power: {: >0.3f} kW'.format(ifo.gwinc.parm/1000))
if args.title: if args.title:
title = args.title title = args.title
else: else:
......
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