Skip to content

Commit

Permalink
new model
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Apr 7, 2024
1 parent c35d32c commit da962dd
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions appletree/parameters/er_sr.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,22 @@
"prior_type": "free",
"prior_args": {},
"allowed_range": [
0,
10.0
0.9,
1.1
],
"init_mean": 1,
"init_std": 0.02,
"unit": "au",
"doc": "Parameter for Gaussian emission model mean"
},
"p_mu_1": {
"prior_type": "free",
"prior_args": {},
"allowed_range": [
0.1,
0.7
],
"init_mean": 1.044,
"init_mean": 0.4,
"init_std": 0.02,
"unit": "au",
"doc": "Parameter for Gaussian emission model mean"
Expand All @@ -179,11 +191,11 @@
"prior_type": "free",
"prior_args": {},
"allowed_range": [
0,
1.0
0.2,
0.6
],
"init_mean": 0.0242,
"init_std": 0.0004,
"init_mean": 0.4,
"init_std": 0.02,
"unit": "au",
"doc": "Parameter for Gaussian emission model std"
},
Expand Down

0 comments on commit da962dd

Please sign in to comment.