Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura Beghini committed Jan 21, 2024
1 parent 648f8bb commit babbbee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Navigator.jl
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ function NavCorr!(nav::Array{Complex{T}, 4}, acqData::AcquisitionData, params::D

correlation = nothing
wrapped_points = nothing
trace_data = nothing
trace_time = nothing
trace_data_int = nothing

corr_type = split(params[:corr_type], "_")
if size(corr_type, 1) == 2
Expand Down

0 comments on commit babbbee

Please sign in to comment.