tlittenberg / lisacattools

Python module for interacting with example LISA catalogs
GNU General Public License v3.0
15 stars 7 forks source link

Cross-match mock UCB catalog with E-M catalogs. #2

Open tlittenberg opened 3 years ago

tlittenberg commented 3 years ago

Goal: identify candidate E-M counterparts to observe with ground-based telescopes.
Approach: select candidates, jointly, on the basis of position (RA,Dec), distance (parallax), frequency (optical variability), inclination (eclipsing).

Specific needs:

  1. Select list of targets on the basis of Galactic (l,b) or Celestial coordinates (RA,Dec). a. All SNR>XX objects above b>30 deg, or b. Within XX deg of (RA,Dec) coordinate

  2. Given an input prior on Chirp Mass, output distance posterior. a. A simple prior on chirp mass should capture most WD+WD binaries. Chirp mass for He+He ~ 0.2, He+CO ~ 0.35, CO+CO ~ 0.5.

    1. Use inclination as an optional constraint on eclipsing systems. Reject face-on systems (no optical variability).

    2. Export candidates in human-readable format (columns of ASCII numbers).

tlittenberg commented 3 years ago

1.b done, example here

tlittenberg commented 3 years ago

1.a, 3, 4 are done, example here