コード例 #1
0
 def __init__(self, ebins, czbins, **kwargs):
     """
     Parameters needed to initialize a PID service with parametrizations:
     * ebins: Energy bin edges
     * czbins: cos(zenith) bin edges
     * pid_paramfile: JSON containing the parametrizations
     """
     PIDServiceBase.__init__(self, ebins, czbins, **kwargs)
コード例 #2
0
ファイル: PIDServiceParam.py プロジェクト: hignight/pisa
 def __init__(self, ebins, czbins, **kwargs):
     """
     Parameters needed to initialize a PID service with parametrizations:
     * ebins: Energy bin edges
     * czbins: cos(zenith) bin edges
     * pid_paramfile: JSON containing the parametrizations
     """
     PIDServiceBase.__init__(self, ebins, czbins, **kwargs)
コード例 #3
0
ファイル: PIDServiceKernelFile.py プロジェクト: hignight/pisa
 def __init__(self, ebins, czbins, **kwargs):
     """
     Parameters needed to instantiate a PID service with
     pre-calculated kernels:
     * ebins: Energy bin edges
     * czbins: cos(zenith) bin edges
     * pid_kernelfile: JSON containing the kernel dict
     """
     PIDServiceBase.__init__(self, ebins, czbins, **kwargs)
コード例 #4
0
ファイル: PIDServiceKernelFile.py プロジェクト: mamday/pisa
 def __init__(self, ebins, czbins, **kwargs):
     """
     Parameters needed to instantiate a PID service with
     pre-calculated kernels:
     * ebins: Energy bin edges
     * czbins: cos(zenith) bin edges
     * pid_kernelfile: JSON containing the kernel dict
     """
     PIDServiceBase.__init__(self, ebins, czbins, **kwargs)