chime-experiment / ch_util

CHIME utilities
https://chime-experiment.github.io/ch_util
MIT License
2 stars 3 forks source link

Add HFB target list as new catalog #54

Closed rikvl closed 1 year ago

rikvl commented 1 year ago
rikvl commented 1 year ago

There is a slight overlap between the existing collection specfind_v2_5Jy_vollmer2009.json and the new hfb_target_list.json added in this PR. This results in a bunch of somewhat annoying warning messages upon importing hfbcat.py (a warning for each of the alternate_names that already exists). It's these 2 sources:

One solution would be to make things so one can import the class definitions from fluxcat.py without automatically loading the default collections. Is that desirable? We can also just live with these warning messages.