Skip to content

Commit

Permalink
Add missing docstring and fix example in cphase
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Sep 23, 2024
1 parent fc174b1 commit eff6418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ Comrade.loglikelihood
Comrade.dataproducts
Comrade.skymodel
Comrade.instrumentmodel(::Comrade.AbstractVLBIPosterior)
Comrade.instrumentmodel(::Comrade.AbstractVLBIPosterior, ::Any)
Comrade.forward_model
Comrade.prior_sample
Comrade.likelihood
Expand Down
2 changes: 1 addition & 1 deletion examples/intermediate/ClosureImaging/main.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ skymeta = (;mimg = imgpr./flux(imgpr));
# of the GMRF is a hyperparameter that is fit during imaging. We pass the data to the prior
# to estimate what the maximumal resolutoin of the array is and prevent the prior from allowing
# correlation lengths that are much small than the telescope beam size. Note that this GMRF prior
# has unit variance. For more information on the GMRF prior see the [corr_image_prior](@ref) doc string.
# has unit variance. For more information on the GMRF prior see the [`corr_image_prior`](@ref) doc string.
cprior = corr_image_prior(grid, dlcamp)

# Putting everything together the total prior is then our image prior, a prior on the
Expand Down

0 comments on commit eff6418

Please sign in to comment.