Post Mass Transfer Catalog

A collaborative project to catalog and analyze post-mass transfer binary systems.

About

This project aims to provide a comprehensive catalog and analysis of post-mass transfer binary systems, including their key properties and observational data. The data is structured for easy analysis and reproducibility, supporting the astrophysics community in understanding binary evolution.

Repository link: binary-observations/post_mt_catalog

Data

You can download the catalog in JSON format here.



Data Structure

All systems are stored in a json dictionary with at least the following columns (with key quantities as [err-, value, err+] triplets):

System Name, RA, Dec, Period, Eccentricity, M1, M1_sin3i, M2, M2_sin3i, q, Mass Function, Type1, Type2, Detection Method, Reference, Notes

Example entry:

{
"System Name": "Example system",
"RA": [0.005, 150.025, 0.005],
"Dec": [0.004, -45.123, 0.004],
"Period": [0.2, 12.5, 0.3],
"Eccentricity": [0.02, 0.30, 0.03],
"M1": [0.5, 5.0, 0.5],
...
}

Missing values are represented as np.nan. Lower/upper limits are handled using the M1_sin3i and M2_sin3i columns.

Suggest missing systems

Do you think a post-mass transfer system is missing from the catalog? Double check if your system already exists in the catalog (by name/ID and by position). If it is not in the catalog, please submit the missing-system proposal. Thanks for contributing!

Open missing-system workflow

Catalog description paper

Processed tables and data products are available in the result_tables/ directory. Each file contains results for different post-mass transfer systems. See the project repository for details.

Interactive Plots

The interactive plots are generated using the Plotly library. You can find the code for the plots in the plots/ directory.

Try clicking the legend to toggle different classes on/off. Have fun exploring the data below!