SmoothnessPrior#
- class jolideco.priors.SmoothnessPrior(width=2)[source]#
Bases:
PriorGradient based smoothness prior
Initialize internal Module state, shared by both nn.Module and ScriptModule.
Methods Summary
__call__(flux)Call self as a function.
to_dict()Convert deconvolver configuration to dict, with simple data types.
Methods Documentation