Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ptiede/Comrade.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Oct 13, 2023
2 parents 39de9b6 + 957e217 commit 70bc674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calibration/caltable.jl
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ function fill_gmat!(gmat, v::FixedSeg, lookup, i, allstations, alltimes, gains)
end

function stations(g::JonesCache)
s1 = g.schema.sites
s1 = keys(g.seg)
if !(g.references isa AbstractVector{<:NoReference})
return sort(unique(vcat(s1, getproperty.(g.references, :site))))
end
Expand Down

0 comments on commit 70bc674

Please sign in to comment.