Skip to content

Commit

Permalink
Remove debugging print statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaycedowell committed Jan 31, 2025
1 parent fb3bf9b commit 541c44f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/correlateTBF.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ def process_chunk(idf, site, good, filename, freq_decim=1, int_time=5.0, pols=['

## Run the cross multiply and accumulate
vis = XEngine2(d1, d2, v1, v2)
print(vis.shape,baselines[0])

## Apply the cable delays as phase rotations
for k,(ant1,ant2) in enumerate(baselines):
Expand Down

0 comments on commit 541c44f

Please sign in to comment.