Skip to content

Commit 38b2588

Browse files
bug fix
1 parent 5af156f commit 38b2588

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/util/spectra.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function apply_doppler_boost!(spectra::AS, dict::AbstractDict ) where { AS<:Abst
7070
if haskey(dict,:ssb_rv_kmps)
7171
@info "apply_doppler_boost! found ssb_rv (in m/s) and ssb_rv_kmps (in km/s). Defaulting to only use ssb_rv."
7272
have_issued_multiple_ssb_warning = true
73+
end
7374
elseif haskey(dict,:ssb_rv_kmps)
7475
doppler_factor *= calc_doppler_factor(rv_kmps=dict[:ssb_rv_kmps])
7576
end

0 commit comments

Comments
 (0)