|
252 | 252 | }, |
253 | 253 | "max_cos_lambda": { |
254 | 254 | "type": "double", |
255 | | - "description": "Maximum of the absolute value of the cosine for the aspect angle", |
| 255 | + "description": "Maximum of the cosine for the aspect angle", |
256 | 256 | }, |
257 | 257 | "mean_cos_lambda": { |
258 | 258 | "type": "double", |
259 | | - "description": "Mean of the absolute value of the cosine for the aspect angle", |
| 259 | + "description": "Mean of the cosine for the aspect angle", |
260 | 260 | }, |
261 | 261 | "min_cos_lambda": { |
262 | 262 | "type": "double", |
263 | | - "description": "Minimum of the absolute value of the cosine for the aspect angle", |
| 263 | + "description": "Minimum of the cosine for the aspect angle", |
264 | 264 | }, |
265 | 265 | "period": { |
266 | 266 | "type": "double", |
|
345 | 345 | }, |
346 | 346 | "max_cos_lambda": { |
347 | 347 | "type": "double", |
348 | | - "description": "Maximum of the absolute value of the cosine for the aspect angle", |
| 348 | + "description": "Maximum of the cosine for the aspect angle", |
349 | 349 | }, |
350 | 350 | "mean_cos_lambda": { |
351 | 351 | "type": "double", |
352 | | - "description": "Mean of the absolute value of the cosine for the aspect angle", |
| 352 | + "description": "Mean of the cosine for the aspect angle", |
353 | 353 | }, |
354 | 354 | "min_cos_lambda": { |
355 | 355 | "type": "double", |
356 | | - "description": "Minimum of the absolute value of the cosine for the aspect angle", |
| 356 | + "description": "Minimum of the cosine for the aspect angle", |
357 | 357 | }, |
358 | 358 | } |
359 | 359 |
|
@@ -481,7 +481,7 @@ def extract_ssoft_parameters( |
481 | 481 | ), |
482 | 482 | }, |
483 | 483 | "SOCCA": { |
484 | | - "p0": [15.0, 0.15, 0.15, np.pi, 0.0, 5.0, 1.05, 1.05, 0.0], |
| 484 | + "p0": [15.0, 0.15, 0.15, np.pi, 0.0, 5.0, 1.05, 1.15, 0.0], |
485 | 485 | "bounds": ( |
486 | 486 | [-3, 0, 0, 0, -np.pi / 2, 2.2 / 24.0, 1, 1, -np.pi / 2], |
487 | 487 | [30, 1, 1, 2 * np.pi, np.pi / 2, 1000, 5, 5, np.pi / 2], |
@@ -538,11 +538,12 @@ def extract_ssoft_parameters( |
538 | 538 | flavor=model_name, |
539 | 539 | shg1g2_constrained=True, |
540 | 540 | period_blind=True, |
541 | | - pole_blind=True, |
| 541 | + pole_blind=False, |
542 | 542 | alt_spin=False, |
543 | 543 | period_in=None, |
544 | 544 | terminator=False, |
545 | 545 | period_quality_flag=True, |
| 546 | + time_in=True, |
546 | 547 | ) |
547 | 548 |
|
548 | 549 | # replace names inplace for the remaning computation |
|
0 commit comments