Skip to content
Snippets Groups Projects
Commit 8f5cd30d authored by Stefan Reck's avatar Stefan Reck
Browse files

Renamed to orcasong_2

parent cf395cf7
No related branches found
No related tags found
No related merge requests found
OrcaSong Plag
=============
OrcaSong 2
==========
Several changes to the original OrcaSong. Allows to set desired binning via
a list.
......
File moved
......@@ -2,15 +2,15 @@ import os
import km3pipe as kp
import km3modules as km
from orcasong_plag.modules import (TimePreproc,
ImageMaker,
McInfoMaker,
BinningStatsMaker,
EventSkipper)
from orcasong_plag.mc_info_types import get_mc_info_extr
from orcasong_plag.util.bin_stats_plot import (plot_hists,
add_hists_to_h5file,
plot_hist_of_files)
from orcasong_2.modules import (TimePreproc,
ImageMaker,
McInfoMaker,
BinningStatsMaker,
EventSkipper)
from orcasong_2.mc_info_types import get_mc_info_extr
from orcasong_2.util.bin_stats_plot import (plot_hists,
add_hists_to_h5file,
plot_hist_of_files)
__author__ = 'Stefan Reck'
......
File moved
File moved
File moved
......@@ -14,7 +14,7 @@ import numpy as np
import km3pipe as kp
import matplotlib.pyplot as plt
from orcasong_plag.modules import time_preproc
from orcasong_2.modules import time_preproc
__author__ = 'Stefan Reck'
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment