Skip to content

Commit

Permalink
Update apophis.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
PerezHz committed Jul 26, 2023
1 parent a9465d3 commit 1d37d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pha/apophis.jl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ function main(dynamics::D, maxsteps::Int, jd0_datetime::DateTime, nyears_bwd::T,

# Compute radar residuals
res_del, w_del, res_dop, w_dop = NEOs.residuals(deldop; xvs, xve, xva, niter=10, tord=10)
jldsave("Apophis_res_w_radec.jld2"; res_del, w_del, res_dop, w_dop)
jldsave("Apophis_res_w_deldop.jld2"; res_del, w_del, res_dop, w_dop)
# JLD2.@load "Apophis_res_w_deldop.jld2"

### Process optical astrometry (filter, weight, debias)
Expand Down

0 comments on commit 1d37d62

Please sign in to comment.