:py:mod:`km3flux.utils.km3flux` =============================== .. py:module:: km3flux.utils.km3flux .. autoapi-nested-parse:: Updates the files in the data folder by scraping the publications. Existing data files are not re-downloaded. Usage: km3flux [-spx] update km3flux (-h | --help) km3flux --version Options: -x Overwrite existing files when updating. -s Include seasonal flux data from Honda. -p Include production height tables from Honda. -h Show this screen. -v Show the version. Currently only the Honda fluxes are download from https://www.icrr.u-tokyo.ac.jp/~mhonda/ .. !! processed by numpydoc !! Module Contents --------------- Functions ~~~~~~~~~ .. autoapisummary:: km3flux.utils.km3flux.get_honda km3flux.utils.km3flux.main Attributes ~~~~~~~~~~ .. autoapisummary:: km3flux.utils.km3flux.URL km3flux.utils.km3flux.log .. py:data:: URL :annotation: = https://www.icrr.u-tokyo.ac.jp/~mhonda/ .. !! processed by numpydoc !! .. py:data:: log .. !! processed by numpydoc !! .. py:function:: get_honda(include_seasonal=False, include_production_height=False, overwrite=False) Grab all the Honda fluxes .. !! processed by numpydoc !! .. py:function:: main() .. !! processed by numpydoc !!