UCBerkeleySETI / hyperseti

A SETI / technosignature search code to find intelligent life beyond Earth
https://hyperseti.readthedocs.io
10 stars 4 forks source link

Need to drive the logging level and kernel selection from the top #53

Closed texadactyl closed 2 years ago

texadactyl commented 2 years ago

Currently, log.py hard codes logger_group.level = logbook.WARNING However, it would be helpful to drive this from the highest level, namely find_et and run_pipeline.

Source to modify:

Also, need to be able to choose which kernel is to be used in the same manner.