Package iceprod :: Package client
[hide private]
[frames] | no frames]

Source Code for Package iceprod.client

 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