jmackereth / asteroestimate

python-based detection probabilities and scaling relations for asteroseismology (Work In Progress!)
MIT License
3 stars 4 forks source link

https://www.dropbox.com/sh/g9duucyyxgy9e3u/AABdwdX0YsSzrcy_lvZu-M25a?dl=0 #9

Open grd349 opened 4 years ago

grd349 commented 4 years ago

Get the catalogue and make some sensible cuts. This will be our testing data.

grd349 commented 4 years ago

Here is the cut we should make in the catalogue ...

(numax_dnu_consistent == 1) & (lum_flag_BHM == 1)

Perhaps we could make a small version of the catalogue in a simple csv file that loads within 1 second (with a helper function to load it), as well as a helper function that will load the full catalogue.