Skip to content

Commit

Permalink
Merge pull request #1613 from caracal-pipeline/issue1611
Browse files Browse the repository at this point in the history
uniform weights
  • Loading branch information
Athanaseus authored Feb 4, 2025
2 parents 7ba604b + d5a7bf6 commit f6b1e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caracal/workers/prep_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def needs_astropy():
{
"vis": msname,
"script": "vis = os.path.join(os.environ['MSDIR'], '{:s}')\n"
"initweights(vis=vis, wtmode='weight', dowtsp=True)".format(msname),
"initweights(vis=vis, wtmode='ones', dowtsp=True)".format(msname),
},
input=pipeline.input,
output=pipeline.output,
Expand Down

0 comments on commit f6b1e76

Please sign in to comment.