Skip to content

Commit

Permalink
fix logging outptut
Browse files Browse the repository at this point in the history
  • Loading branch information
cg-laser committed Dec 22, 2023
1 parent 3402b10 commit e6a3330
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NuRadioMC/simulation/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ def __init__(self, inputfilename,

logger.status(f'Station.channel {station_id}.{channel_id:02d}: '
f'est. bandwidth = {integrated_channel_response / mean_integrated_response / units.MHz:.2f} MHz, '
f'max. filter amplification = {max_amplification:.2e} -> '
f'integrated response = {integrated_channel_response / units.MHz:.2e}MHz -> Vrms = '
f'max. filter amplification = {max_amplification:.2e} '
f'integrated response = {integrated_channel_response / units.MHz:.2e}MHz ->'
f'efield Vrms = {self._Vrms_efield_per_channel[station_id][channel_id] / units.V / units.m / units.micro:.2f}muV/m (assuming VEL = 1m) ')

else:
Expand Down

0 comments on commit e6a3330

Please sign in to comment.