Hi,
Could you clarify if a good p_any should be a high or low value? The manual on page 11 suggests that the p_any value should be low. Whilst the calibrate cuttoff example (below) suggests that only large values should be kept.
python3 ~/.local/bin/nway-calibrate-cutoff.py example1.fits example1.fits-fake.fits
created plot "example1.fits_p_any_cutoffquality.pdf"
created plot "example1.fits_p_any_p_i.pdf"
For a false detection rate of <5%
--> use only counterparts with p_any>0.66 (0.51% of matches)
Hi, Could you clarify if a good p_any should be a high or low value? The manual on page 11 suggests that the p_any value should be low. Whilst the calibrate cuttoff example (below) suggests that only large values should be kept.
python3 ~/.local/bin/nway-calibrate-cutoff.py example1.fits example1.fits-fake.fits created plot "example1.fits_p_any_cutoffquality.pdf" created plot "example1.fits_p_any_p_i.pdf"
For a false detection rate of <5% --> use only counterparts with p_any>0.66 (0.51% of matches)
Thanks.