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

Source Code for Package iceprod.client

 1  # -*- coding: utf-8 -*- 
 2  #   @date: mie mar 10 16:18:10 CST 2010 
 3  #   @author: Juan Carlos Diaz Velez <juancarlos@icecube.wisc.edu> 
 4  #   @brief: A set of python tools for submitting and managing jobs on 
 5  #    distributed computing systems 
 6  __version__ = '0.1.10' 
 7   
 8  #initialize descripton 
 9  descriptionstr = "%(category)s %(geometry)s %(simcat)s %(composition)s " 
10  descriptionstr += "with %(weighted)s " 
11  descriptionstr += "spectrum of %(spectrum)s, using %(icemodel)s " 
12  descriptionstr += "photon tables. " 
13  descriptionstr += "Angular range of %(angularrange)s " 
14  descriptionstr += "and energy range of %(energyrange)s. " 
15