conf#
Configuration tools for csky.
Functions:
|
Partially bind |
|
Get object of type |
|
Override elements of |
|
Get a |
|
Get |
|
Get a |
|
|
|
|
|
|
|
Get an |
|
Describe a csky object and any more csky objects inside it. |
- csky.conf.get_llh(a, conf, **kw)[source]#
Get a
csky.llh.LLHModel
.
- csky.conf.get_injs(a, llh_model, conf, do_inj=True, llh_conf={}, **kw)[source]#
Get
csky.inj.Injector
instances for TRUTH, background, and signal
- csky.conf.get_trial_runner(conf={}, inj_conf={}, **kw)[source]#
Get a
csky.trial.TrialRunner
.
- csky.conf.get_sky_scan_trial_runner(conf={}, inj_conf={}, multiflare=False, src_tr=False, **kw)[source]#
- csky.conf.get_spatial_prior_trial_runner(conf={}, inj_conf={}, multiflare=False, src_tr=False, **kw)[source]#
- csky.conf.get_analysis(repo, *args, **kw)[source]#
Get an
csky.analysis.Analysis
instance.- Parameters:
repo (
csky.selections.Repository
) – the repository for loading the data*args – one or more data specifications, with each one optionally preceded by a string indicating the desired dataset version (see
csky.selections
)**kw – other keyword arguments passed to
csky.analysis.Analysis
constructor