Skip to content

Commit

Permalink
Change lower bound for R from 0.1 to 0.3 (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton authored Jan 12, 2024
1 parent 633decf commit c53561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fink_spins/ssoft.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def estimate_sso_params_spark(ssnamenr, magpsf, sigmapsf, jd, fid, ra, dec, meth
},
'SHG1G2': {
'p0': [15.0, 0.15, 0.15, 0.8, np.pi, 0.0],
'bounds': ([0, 0, 0, 1e-1, 0, -np.pi / 2], [30, 1, 1, 1, 2 * np.pi, np.pi / 2])
'bounds': ([0, 0, 0, 3e-1, 0, -np.pi / 2], [30, 1, 1, 1, 2 * np.pi, np.pi / 2])
},
}

Expand Down

0 comments on commit c53561e

Please sign in to comment.