icecube.gulliver_modules.gulliview module¶
- class icecube.gulliver_modules.gulliview.GulliView(ctx)¶
Bases:
I3ConditionalModule
Likelihood space visualization
This module displays (or save PNGs for) the two-dimensional slices of the likelihood space around the seed.
- Configure((I3ConditionalModule)arg1) None : ¶
- C++ signature :
void Configure(PythonModule<I3ConditionalModule> {lvalue})
- property Filename¶
Output filename base for plots; if None, run interactively.
- property LogLikelihood¶
LogLikelihood service to use
- property NSteps¶
Number of steps to take along each dimension
- property Parametrization¶
Parametrization service to use
- Physics((I3ConditionalModule)arg1, (I3Frame)arg2) None : ¶
- C++ signature :
void Physics(PythonModule<I3ConditionalModule> {lvalue},boost::shared_ptr<I3Frame>)
- property SeedService¶
Seed service to use
- property StepSize¶
Size of each step in unit of the parametrization’s step size
- property WithGradients¶
Plot LogLikelihood gradients along with function values.
- map_llh_space(specs)¶
- plot_llh_space(specs, llhmap)¶