Open rpoleski opened 1 year ago
@jenniferyee What should be the parameter name for source mass-ratio? Possibilities I can think about:
q_source
q_xi
xi_q
Dr. Jennifer C. Yee (she/her)
On Mon, Jul 24, 2023 at 11:38 AM Radek Poleski @.***> wrote:
@jenniferyee https://github.com/jenniferyee What should be the parameter name for source mass-ratio? Possibilities I can think about:
- q_source
- q_xi
- xi_q
- something else?
— Reply to this email directly, view it on GitHub https://github.com/rpoleski/MulensModel/issues/92#issuecomment-1648155384, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEK7UCO55UGFNXPFIMGMVB3XR2JFRANCNFSM6AAAAAA2VYQPRQ . You are receiving this because you were mentioned.Message ID: @.***>
Notes for myself on Trajectory
:
FitData.get_dataset_trajectory
- called twice in that file for gradient calculation; that function should be written more consistentlyMagnificationCurve.trajectory
- called only in that file; is MagnificationCurve only for a single source?Model.get_trajectory
- called only in FitData.get_dataset_trajectory
listed above
Task to be done to have a model with binary source and their full orbital motion (BSPL_xallarap branch):
.n_sources
for xallarap models depends on whetherq_source
is defined or notxi_u
and changexi_semimajor_axis
ModelParameters._update_sources()
- update and add calls to itModelParameters
ModelParameters.source_2_parameters
q_source
cannot be mixed with, e.g.,t_0_X
t_0_1
) - do we want that?xi_a_2
is problematic. After discussion with @jenniferyee : No. We should give proper documentation only.Model.get_trajectory()
(see also issue #94)Trajectory()
ModelParameters.xallarap_reference_position
- define it in a standard way (including docstring)ModelParameters.xallarap_reference_position
- unit testsModelParameters
q_source
Model.plot_trajectory()
mm.ModelParameters({'t_0': 1, 'u_0': 2, 't_E': 3, 'q_source': 1})
rho_2
but withoutq_soruce
parameter_names.pdf
After merge:
_set_default_parameters()
and_check_fixed_parameters()