Skip to content

Commit

Permalink
Minor tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Sep 1, 2024
1 parent a8485f8 commit b6db95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osl/source_recon/beamforming.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ def transform_recon_timeseries(
recon_index, dist = rhino_utils.closest_node(coords_out[:, cc], recon_coords_out)

if dist < spatial_resolution:
recon_timeseries_out[cc, :] = recon_timeseries[recon_index, ...]
recon_timeseries_out[cc] = recon_timeseries[recon_index]
recon_indices[cc] = recon_index

return recon_timeseries_out, reference_brain_resampled, coords_out, recon_indices
Expand Down

0 comments on commit b6db95e

Please sign in to comment.