|
|
|
find(pathlist,
pattern,
filetype=' file ' )
Return a list of files that match a given pattern |
source code
|
|
|
|
|
|
|
findjava(searchpath=' /usr/java:/usr/local/java ' ) |
source code
|
|
|
md5sum(filename,
buffersize=4096)
Return md5 digest of file |
source code
|
|
|
|
|
myputenv(name,
value)
function to set environment variables |
source code
|
|
|
copy(src,
dest)
function to copy a local file |
source code
|
|
|
wget(url,
dest=' ./ ' ,
cache=False,
options=[ ] )
wrapper for downloading from multiple protocols |
source code
|
|
|
isurl(url)
Determine if this is a supported protocol |
source code
|
|
|
|
|
hoerandel_fluxsum(emin,
dslope)
function to caculate CORSIKA fluxsum FLUXSUM is the integral in
energy of the primary cosmic ray between the minimum and the maximum
set energy. |
source code
|
|
|
|
|
|