sage.debug.plot_nrt_corner_mismatch
Corner plot: IMRPhenomXAS_NRTidalv3 mismatch vs LALSim across N random BNS draws.
Parameters shown: m1, m2, chi1z, chi2z, Lambda1, Lambda2 Colour: log10(mismatch)
Usage
Run from the sage root directory:
python -m sage.debug.plot_nrt_corner_mismatch
or:
python sage/debug/plot_nrt_corner_mismatch.py [--n_samples N] [--seed S] [--out PATH]
The BNS production config (T=295 s, 2048 Hz, f_low=20 Hz) is set up inline; no external run-config files are required.
Attributes
Functions
|
Draw n_samples random BNS systems and return (params_dict, mismatches). |
|
Save a corner plot of log10(mismatch) vs BNS parameters. |
Module Contents
- compute_mismatches(n_samples=1000, seed=20260604)[source]
Draw n_samples random BNS systems and return (params_dict, mismatches).