km3flux.utils.km3flux

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/

Module Contents

Functions

get_honda(include_seasonal=False, include_production_height=False, overwrite=False)

Grab all the Honda fluxes

main()

Attributes

URL

log

km3flux.utils.km3flux.URL = https://www.icrr.u-tokyo.ac.jp/~mhonda/[source]
km3flux.utils.km3flux.log[source]
km3flux.utils.km3flux.get_honda(include_seasonal=False, include_production_height=False, overwrite=False)[source]

Grab all the Honda fluxes

km3flux.utils.km3flux.main()[source]