Skip to content

Commit

Permalink
ncorr -> nc
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Feb 5, 2024
1 parent 2d462b1 commit f51501c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pfb/utils/stokes.py
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ def _weight_data_impl(data, weight, flag, jones, tbin_idx, tbin_counts,

coerce_literal(weight_data, ["product", "pol", "nc"])

vis_func, wgt_func = stokes_funcs(data, jones, product, pol, ncorr)
vis_func, wgt_func = stokes_funcs(data, jones, product, pol, nc)

def _impl(data, weight, flag, jones, tbin_idx, tbin_counts,
ant1, ant2, pol, product):
Expand Down

0 comments on commit f51501c

Please sign in to comment.