Skip to content

Commit

Permalink
Bug fix with max_std
Browse files Browse the repository at this point in the history
  • Loading branch information
tclements committed Sep 3, 2019
1 parent 4e7fb84 commit 8d209de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/compute_fft.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function compute_fft(S::SeisData,freqmin::Float64,freqmax::Float64,fs::Float64,
with max std = $max_std.")
end
A = A[:,ind]
start = starts[ind]
starts = starts[ind]
FFT = process_fft(A, freqmin, freqmax, fs, time_norm=time_norm,
to_whiten=to_whiten)
return F = FFTData(S[1].id, Dates.format(u2d(starts[1]),"Y-mm-dd"),
Expand Down

0 comments on commit 8d209de

Please sign in to comment.