Default parameters
Below are the default parameters for most of the objects in the module.
p_phys = {'name': 'SIS',
'psi0': 1}
p_prec = {}
p_phys = {'name': 'CIS',
'psi0': 1,
'rc': 0.05}
p_prec = {}
p_phys = {'name': 'point lens',
'psi0': 1}
p_prec = {'xc': 1e-10}
p_phys = {'name': 'ball',
'psi0': 1.0,
'b': 1.0}
p_prec = {}
p_phys = {'name': 'NFW',
'psi0': 1.0,
'xs': 0.1}
p_prec = {'eps_soft': 1e-15,
'eps_NFW': 0.01}
p_phys = {'name': 'tSIS',
'psi0': 1,
'xb': 10}
p_prec = {}
p_phys = {'name': 'eSIS',
'psi0': 1.0,
'q': 1.0,
'alpha': 0,
'xc1': 0.0,
'xc2': 0.0}
p_prec = {}
p_phys = {'name': 'ext',
'kappa': 0,
'gamma1': 0,
'gamma2': 0}
p_prec = {}
p_phys = {'name': 'off-center SIS',
'psi0': 1,
'xc1': 0,
'xc2': 0}
p_prec = {}
p_phys = {'name': 'off-center CIS',
'psi0': 1,
'xc1': 0,
'xc2': 0,
'rc': 0.05}
p_prec = {}
p_phys = {'name': 'off-center point lens',
'psi0': 1,
'xc1': 0,
'xc2': 0}
p_prec = {'xc': 1e-10}
p_phys = {'name': 'off-center ball',
'psi0': 1.0,
'b': 1.0,
'xc1': 0.0,
'xc2': 0.0}
p_prec = {}
p_phys = {'name': 'off-center NFW',
'psi0': 1,
'xs': 0.1,
'xc1': 0,
'xc2': 0}
p_prec = {'eps_soft': 1e-15,
'eps_NFW': 0.01}