Skip to content

Commit

Permalink
update mods
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Jul 15, 2022
1 parent 443e498 commit a30a1b2
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/models/modifiers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,14 @@ function transform_uv end
# return ut, vt, scale
# end

#@inline function _visibilities(m::AbstractModifier, u::AbstractArray, v::AbstractArray, args...)
# ut, vt, scales = apply_uv_transform(m, u, v)
# scales.*visibilities(unmodified(m), ut, vt, args...)
#end
# @inline function _visibilities(m::M, u::AbstractArray, v::AbstractArray, args...) {M<:AbstractModifier}
# return _visibilities(visanalytic(M), m, u, v, args...)
# end

# @inline function _visibilities(::NotAnalytic, m::AbstractModifier, u::AbstractArray, v::AbstractArray, args...)
# ut, vt, scales = apply_uv_transform(m, u, v)
# scales.*visibilities(unmodified(m), ut, vt, args...)
# end


# I need some special pass-throughs for the non-analytic FFT transform
Expand Down

0 comments on commit a30a1b2

Please sign in to comment.