Skip to content

Commit

Permalink
minor in use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoleski committed Nov 25, 2024
1 parent ed6ca91 commit 0a697e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/use_cases/use_case_14_coordinate_system.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def convert_cof_mag2mass(t0, te, u0, alpha, s, q):
# Alternatively,
model = mm.Model(
{'t_0': 2457000., 'u_0': 0.1, 't_E': 30., 'rho': 0.001,
'alpha': 30*u.deg, 's': 1.1, 'q': 0.001},
'alpha': 30, 's': 1.1, 'q': 0.001},
frame_origin='magnification')

print(model.parameters.t_0, model.parameters.u_0)

0 comments on commit 0a697e0

Please sign in to comment.