wcprod.project module

class wcprod.project.wcprod_project(cfg=None)[source]

Bases: object

__init__(cfg=None)[source]

Initialize self. See help(type(self)) for accurate signature.

configure(cfg)[source]
__str__()[source]

Return str(self).

property zmin
property zmax
property rmin
property rmax
property gap_space
property gap_angle
property project
property positions
property directions
property configs
property num_photons
draw_dir()[source]
draw_pos()[source]
__dict__ = mappingproxy({'__module__': 'wcprod.project', '__init__': <function wcprod_project.__init__>, 'configure': <function wcprod_project.configure>, '__str__': <function wcprod_project.__str__>, 'zmin': <property object>, 'zmax': <property object>, 'rmin': <property object>, 'rmax': <property object>, 'gap_space': <property object>, 'gap_angle': <property object>, 'project': <property object>, 'positions': <property object>, 'directions': <property object>, 'configs': <property object>, 'num_photons': <property object>, 'draw_dir': <function wcprod_project.draw_dir>, 'draw_pos': <function wcprod_project.draw_pos>, '__dict__': <attribute '__dict__' of 'wcprod_project' objects>, '__weakref__': <attribute '__weakref__' of 'wcprod_project' objects>, '__doc__': None, '__annotations__': {}})
__module__ = 'wcprod.project'
__weakref__

list of weak references to the object (if defined)