Home | Trees | Indices | Help |
---|
|
1 # -*- coding: utf-8 -*- 2 # @date: Wed Aug 27 18:46:50 CDT 2008 3 # @author: Juan Carlos Diaz Velez <juancarlos@icecube.wisc.edu> 4 # 5 # @brief: A set of python tools for submitting and managing jobs on 6 # distributed computing systems 7 __version__ = '0.1.1' 8 9 #initialize descripton 10 descriptionstr = "%(geometry)s %(simcat)s %(composition)s " 11 descriptionstr += "with %(weighted)s " 12 descriptionstr += "spectrum of %(spectrum)s, using %(icemodel)s " 13 descriptionstr += "%(photonpropagator)s. " 14 descriptionstr += "Angular range of %(angularrange)s " 15 descriptionstr += "and energy range of %(energyrange)s. " 16
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jan 4 16:45:35 2013 | http://epydoc.sourceforge.net |