conv_select¶
- cosmic.utils.conv_select(bcm_save, bpp_save, final_kstar_1, final_kstar_2, method, conv_lims)[source]¶
Select bcm data for special convergence cases
- Parameters:
- bcm_savepandas.DataFrame
bcm dataframe containing all saved bcm data
- bpp_savepandas.DataFrame
bpp dataframe containing all saved bpp data
- final_kstar_1list
contains list of final primary kstars specified by user
- final_kstar_2list
contains list of final primary kstars specified by user
- methodstr
stage in binary evolution to check convergence for only one method may be supplied and they are specified in the inifile
- conv_limsdict
dictionary where keys are convergence params and the values are lists containing a [lo, hi] value to filter the convergence param between any non-specified convergence params will not be filtered
- Returns:
- conv_savepandas.DataFrame
filtered dataframe containing binaries that fulfill user-specified convergence criteria