From 4361e42557ca0ad28b2f9119890fbcff27cc2ac6 Mon Sep 17 00:00:00 2001 From: ViaFerrata <michimoser@onlinehome.de> Date: Thu, 3 Jan 2019 11:22:17 +0100 Subject: [PATCH] Minor bugfix. --- orcasong/data_to_images.py | 1 + .../conf_ORCA_115l_mupage_xyz-c.toml | 13 ++++++++++--- .../conf_ORCA_115l_mupage_xyz-t.toml | 13 ++++++++++--- 3 files changed, 21 insertions(+), 6 deletions(-) diff --git a/orcasong/data_to_images.py b/orcasong/data_to_images.py index 0ffb865..8309330 100644 --- a/orcasong/data_to_images.py +++ b/orcasong/data_to_images.py @@ -97,6 +97,7 @@ import toml from docopt import docopt #from memory_profiler import profile # for memory profiling, call with @profile; myfunc() #import line_profiler # call with kernprof -l -v file.py args +import numpy as np import km3pipe as kp import km3modules as km import matplotlib as mpl diff --git a/user/config/orca_115l_mupage_rn_neutr_classifier/conf_ORCA_115l_mupage_xyz-c.toml b/user/config/orca_115l_mupage_rn_neutr_classifier/conf_ORCA_115l_mupage_xyz-c.toml index bcaa0b3..c6dc7b5 100644 --- a/user/config/orca_115l_mupage_rn_neutr_classifier/conf_ORCA_115l_mupage_xyz-c.toml +++ b/user/config/orca_115l_mupage_rn_neutr_classifier/conf_ORCA_115l_mupage_xyz-c.toml @@ -1,8 +1,11 @@ -# A config file for OrcaSong with multiple configurations. -# Outcomment the config that you want to use! +# A config file for OrcaSong with a list of all configuration options. # More info about the .toml format at https://github.com/toml-lang/toml ### All available options with some dummy values +# --o = '/home/woody/capn/mppi033h/orcasong_output' +# --chunksize = 32 +# --complib = 'zlib' +# --complevel = '1' # --n_bins = '11,13,18,60' # --det_geo = 'Orca_115l_23m_h_9m_v' # --do2d = false @@ -32,4 +35,8 @@ --do4d_mode = 'channel_id' --timecut_mode = 'trigger_cluster' --timecut_timespan = 'tight-0' ---prod_ident = 3 # for neutrinos: 1: 3-100 GeV prod, 2: 1-5 GeV prod ; mupage: 3 ; random_noise: 4 \ No newline at end of file +--prod_ident = 3 # for neutrinos: 1: 3-100 GeV prod, 2: 1-5 GeV prod ; mupage: 3 ; random_noise: 4 +--o = '/home/woody/capn/mppi033h/orcasong_output' +--chunksize = 32 +--complib = 'zlib' +--complevel = '1' \ No newline at end of file diff --git a/user/config/orca_115l_mupage_rn_neutr_classifier/conf_ORCA_115l_mupage_xyz-t.toml b/user/config/orca_115l_mupage_rn_neutr_classifier/conf_ORCA_115l_mupage_xyz-t.toml index e594752..1d6b6fb 100644 --- a/user/config/orca_115l_mupage_rn_neutr_classifier/conf_ORCA_115l_mupage_xyz-t.toml +++ b/user/config/orca_115l_mupage_rn_neutr_classifier/conf_ORCA_115l_mupage_xyz-t.toml @@ -1,8 +1,11 @@ -# A config file for OrcaSong with multiple configurations. -# Outcomment the config that you want to use! +# A config file for OrcaSong with a list of all configuration options. # More info about the .toml format at https://github.com/toml-lang/toml ### All available options with some dummy values +# --o = '/home/woody/capn/mppi033h/orcasong_output' +# --chunksize = 32 +# --complib = 'zlib' +# --complevel = '1' # --n_bins = '11,13,18,60' # --det_geo = 'Orca_115l_23m_h_9m_v' # --do2d = false @@ -32,4 +35,8 @@ --do4d_mode = 'time' --timecut_mode = 'trigger_cluster' --timecut_timespan = 'tight-0' ---prod_ident = 3 # for neutrinos: 1: 3-100 GeV prod, 2: 1-5 GeV prod ; mupage: 3 ; random_noise: 4 \ No newline at end of file +--prod_ident = 3 # for neutrinos: 1: 3-100 GeV prod, 2: 1-5 GeV prod ; mupage: 3 ; random_noise: 4 +--o = '/home/woody/capn/mppi033h/orcasong_output' +--chunksize = 32 +--complib = 'zlib' +--complevel = '1' \ No newline at end of file -- GitLab