Skip to content
Snippets Groups Projects
orcasong_example.toml 633 B
Newer Older
Stefan Reck's avatar
Stefan Reck committed
# This is an example config for running orcasong. It's not intended
# to be used for actual large-scale productions.

Stefan Reck's avatar
Stefan Reck committed
# the mode to run orcasong in; either 'graph' or 'image'
mode="graph"
Stefan Reck's avatar
Stefan Reck committed
# arguments for FileGraph or FileBinner can be put here
# (see orcasong.core for a list of parameters)
Stefan Reck's avatar
Stefan Reck committed
time_window = [-100, 5000]
Stefan Reck's avatar
Stefan Reck committed
# can also give the arguments of orcasong.core.BaseProcessor,
# which are shared between modes
chunksize=16
Stefan Reck's avatar
Stefan Reck committed
# built-in extractor function to use (see orcasong.from_toml.EXTRACTORS)
Stefan Reck's avatar
Stefan Reck committed
extractor = "nu_chain_neutrino"
Stefan Reck's avatar
Stefan Reck committed

[extractor_config]
Stefan Reck's avatar
Stefan Reck committed
# arguments for setting up the extractor function can go here. None in this case.