Skip to content
Snippets Groups Projects
Commit 05028849 authored by Pieter Donker's avatar Pieter Donker
Browse files

repaired typo in arts_sc4_tabs_weights.py

parent 9b21a884
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ num_dish_active = len(tc.telStrList) ...@@ -57,7 +57,7 @@ num_dish_active = len(tc.telStrList)
norm_factor = 255.0/math.sqrt(num_dish_active) norm_factor = 255.0/math.sqrt(num_dish_active)
print "application ", tc.appStr, "size of array ", num_dish, "number of telescopes:", num_dish_active, " normalization factor: ", norm_factor print "application ", tc.appStr, "size of array ", num_dish, "number of telescopes:", num_dish_active, " normalization factor: ", norm_factor
beamweights = pi_arts_tab_beamformer_weights.BeamformerWeights(tc, io beamweights = pi_arts_tab_beamformer_weights.BeamformerWeights(tc, io,
n_tabs=num_tabs, n_tabs=num_tabs,
n_inputs=num_dish, n_inputs=num_dish,
n_beamlets=num_beamlets, n_beamlets=num_beamlets,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment