Skip to content

Commit

Permalink
Typo in RawData fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tclements committed Nov 17, 2020
1 parent b207aaa commit 8344810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Types/NoiseData.jl
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ mutable struct RawData <: NoiseData
# get starting and ending indices
startind, endind = slide_ind(startslice, endslice, C.fs,C.t)
x, starts = slide(@view(C.x[startind:endind]), cc_len, cc_step, C.fs, startslice,endslice)
return new(C.id,Dates.format(u2d(starts[1],"Y-mm-dd"),C.loc,C.fs,
return new(C.id,Dates.format(u2d(starts[1]),"Y-mm-dd"),C.loc,C.fs,
C.gain,1. / cc_len,C.fs/2,cc_len,cc_step,false,"", C.resp,
C.misc,C.notes,starts,x)
end
Expand Down

0 comments on commit 8344810

Please sign in to comment.