# This is an example config for running orcasong. It's not intended
# to be used for actual large-scale productions.

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

[extractor_config]
# arguments for setting up the extractor function can go here. None in this case.