updated setup_processing and corrected descriptions for new scripts
This commit is contained in:
parent
f3bd920c23
commit
e691ff1ea1
|
@ -41,8 +41,8 @@ def index(location,res):
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
||||||
parser = OptionParser(option_class=extendableOption, usage='%prog [options] [file[s]]', description = """
|
parser = OptionParser(option_class=extendableOption, usage='%prog [options] [file[s]]', description = """
|
||||||
Average each data block of size 'packing' into single values thus reducing the former resolution
|
Blows up each value to a surrounding data block of size 'packing' thus increasing the former resolution
|
||||||
to resolution/packing. (Requires numpy.)
|
to resolution*packing. (Requires numpy.)
|
||||||
|
|
||||||
""" + string.replace('$Id: averageDown.py 1857 2012-10-31 10:06:11Z MPIE\m.diehl $','\n','\\n')
|
""" + string.replace('$Id: averageDown.py 1857 2012-10-31 10:06:11Z MPIE\m.diehl $','\n','\\n')
|
||||||
)
|
)
|
||||||
|
|
|
@ -41,7 +41,7 @@ def index(location,res):
|
||||||
# --------------------------------------------------------------------
|
# --------------------------------------------------------------------
|
||||||
|
|
||||||
parser = OptionParser(option_class=extendableOption, usage='%prog [options] [file[s]]', description = """
|
parser = OptionParser(option_class=extendableOption, usage='%prog [options] [file[s]]', description = """
|
||||||
Average each data block of size 'packing' into single values thus reducing the former resolution
|
Calculates the standard deviation of data in blocks of size 'packing' thus reducing the former resolution
|
||||||
to resolution/packing. (Requires numpy.)
|
to resolution/packing. (Requires numpy.)
|
||||||
|
|
||||||
""" + string.replace('$Id: averageDown.py 1857 2012-10-31 10:06:11Z MPIE\m.diehl $','\n','\\n')
|
""" + string.replace('$Id: averageDown.py 1857 2012-10-31 10:06:11Z MPIE\m.diehl $','\n','\\n')
|
||||||
|
|
|
@ -115,6 +115,8 @@ bin_link = { \
|
||||||
'addStrainTensors.py',
|
'addStrainTensors.py',
|
||||||
'averageDown.py',
|
'averageDown.py',
|
||||||
'binXY.py',
|
'binXY.py',
|
||||||
|
'blowUp.py',
|
||||||
|
'stddevDown.py',
|
||||||
'deleteColumn.py',
|
'deleteColumn.py',
|
||||||
'deleteInfo.py',
|
'deleteInfo.py',
|
||||||
'filterTable.py',
|
'filterTable.py',
|
||||||
|
|
Loading…
Reference in New Issue