Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GainCache struct or function not in Docs #180

Closed
rohandahale opened this issue Oct 18, 2022 · 1 comment
Closed

GainCache struct or function not in Docs #180

rohandahale opened this issue Oct 18, 2022 · 1 comment

Comments

@rohandahale
Copy link

rohandahale commented Oct 18, 2022

Comrade.jl/src/calibration/gains.jl

Line 70 to 81:

struct GainCache{D1<:DesignMatrix, D2<:DesignMatrix, T, S}
    m1::D1
    m2::D2
    times::T
    stations::S
end

function GainCache(st::ScanTable)
    gtime, gstat = gain_stations(st)
    m1, m2 = gain_design(st)
    return GainCache(m1, m2, gtime, gstat)
end
@rohandahale rohandahale changed the title GainCache struct or function not on Docs GainCache struct or function not in Docs Oct 18, 2022
@rohandahale
Copy link
Author

This is included in the new docs https://ptiede.github.io/Comrade.jl/dev/ and not the old docs https://ptiede.github.io/Comrade.jl/stable/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant