LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Classes | Functions
lsst.pipe.drivers.coaddDriver Namespace Reference

Classes

class  CoaddDriverConfig
 
class  CoaddDriverTask
 
class  CoaddDriverTaskRunner
 

Functions

def unpickle (factory, args, kwargs)
 

Function Documentation

◆ unpickle()

def lsst.pipe.drivers.coaddDriver.unpickle (   factory,
  args,
  kwargs 
)
Unpickle something by calling a factory

Definition at line 79 of file coaddDriver.py.

79 def unpickle(factory, args, kwargs):
80  """Unpickle something by calling a factory"""
81  return factory(*args, **kwargs)
82 
83 
lsst.pipe.drivers.coaddDriver.unpickle
def unpickle(factory, args, kwargs)
Definition: coaddDriver.py:79