.. |
3Dvisualize.py
|
further attemps to make it conform with best python practice
|
2016-03-01 20:44:43 +01:00 |
addAPS34IDEstrainCoords.py
|
further attemps to make it conform with best python practice
|
2016-03-01 20:44:43 +01:00 |
addCalculation.py
|
further attemps to make it conform with best python practice
|
2016-03-01 20:44:43 +01:00 |
addCauchy.py
|
using prospector --tool=dodgy --tool=pyflakes -M to find python flaws
|
2016-03-01 18:25:14 +01:00 |
addCompatibilityMismatch.py
|
renamed options.coords/options.coordinates consistently to options.pos
|
2016-04-26 22:49:58 +02:00 |
addCumulative.py
|
using prospector --tool=dodgy --tool=pyflakes -M to find python flaws
|
2016-03-01 18:25:14 +01:00 |
addCurl.py
|
renamed options.coords/options.coordinates consistently to options.pos
|
2016-04-26 22:49:58 +02:00 |
addDeterminant.py
|
further attemps to make it conform with best python practice
|
2016-03-01 20:44:43 +01:00 |
addDeviator.py
|
further attemps to make it conform with best python practice
|
2016-03-01 20:44:43 +01:00 |
addDisplacement.py
|
changed from "coords" to "pos"
|
2016-04-27 09:28:43 -04:00 |
addDivergence.py
|
renamed options.coords/options.coordinates consistently to options.pos
|
2016-04-26 22:49:58 +02:00 |
addEhkl.py
|
further attemps to make it conform with best python practice
|
2016-03-01 20:44:43 +01:00 |
addEuclideanDistance.py
|
fixed serious bug regarding wrong reshaping order (was 'C' now 'F') of 3dim to 1dim and back.
|
2016-04-28 13:25:46 -04:00 |
addGradient.py
|
renamed options.coords/options.coordinates consistently to options.pos
|
2016-04-26 22:49:58 +02:00 |
addGrainID.py
|
polished option help messages
|
2016-04-22 14:20:36 -05:00 |
addIPFcolor.py
|
clarified text of error message complaining about wrong input dimension
|
2016-03-09 12:28:36 -05:00 |
addInfo.py
|
new script to add arbitrary lines to ASCIItable header
|
2016-04-24 13:10:25 -05:00 |
addMapped.py
|
following "prospector -t pep8 -t pyflakes -t dodgy -t profile-validator -t pep257"
|
2016-03-01 21:11:43 +01:00 |
addMises.py
|
using prospector --tool=dodgy --tool=pyflakes -M to find python flaws
|
2016-03-01 18:25:14 +01:00 |
addNorm.py
|
following "prospector -t pep8 -t pyflakes -t dodgy -t profile-validator -t pep257"
|
2016-03-01 21:11:43 +01:00 |
addOrientations.py
|
clarified text of error message complaining about wrong input dimension
|
2016-03-09 12:28:36 -05:00 |
addPK2.py
|
no long lines anymore and prospector is also happy
|
2016-03-03 14:44:29 +01:00 |
addPole.py
|
clarified text of error message complaining about wrong input dimension
|
2016-03-09 12:28:36 -05:00 |
addSchmidfactors.py
|
long line
|
2016-04-11 13:24:43 +02:00 |
addSpectralDecomposition.py
|
following "prospector -t pep8 -t pyflakes -t dodgy -t profile-validator -t pep257"
|
2016-03-01 21:11:43 +01:00 |
addStrainTensors.py
|
following "prospector -t pep8 -t pyflakes -t dodgy -t profile-validator -t pep257"
|
2016-03-01 21:11:43 +01:00 |
addTable.py
|
using prospector --tool=dodgy --tool=pyflakes -M to find python flaws
|
2016-03-01 18:25:14 +01:00 |
averageDown.py
|
renamed options.coords/options.coordinates consistently to options.pos
|
2016-04-26 22:49:58 +02:00 |
averageTable.py
|
fixed bug preventing files specified with full path to be treated properly
|
2016-04-05 16:17:55 -04:00 |
binXY.py
|
more improved scripts
|
2016-03-01 21:35:59 +01:00 |
blowUp.py
|
renamed options.coords/options.coordinates consistently to options.pos
|
2016-04-26 22:49:58 +02:00 |
fillTable.py
|
more improved scripts
|
2016-03-01 21:35:59 +01:00 |
filterTable.py
|
corrected usage message to tell about string comparison in filter condition
|
2016-03-17 19:02:30 -04:00 |
histogram.py
|
added option to report probability density
|
2016-04-05 16:18:34 -04:00 |
imageData.py
|
next round
|
2016-03-02 11:11:20 +01:00 |
imageDataDeformed.py
|
line too long
|
2016-03-01 21:59:59 +01:00 |
imageDataRGB.py
|
clarified text of error message complaining about wrong input dimension
|
2016-03-09 12:28:36 -05:00 |
mentat_colorMap.py
|
long line
|
2016-03-02 10:55:21 +01:00 |
perceptualUniformColorMap.py
|
adopted to new json format of paraview
|
2016-04-11 19:47:07 +02:00 |
permuteData.py
|
adjusting style (mainly long lines an "== None")
|
2016-03-02 10:52:24 +01:00 |
postResults.py
|
Missed out on putting the if..else statement as a bracketed group in a former commit. Next try of getting rid of {True: a,False: b}[choice] style...
|
2016-04-22 13:19:32 -05:00 |
reLabel.py
|
now works properly for labels specified as index (instead of string)
|
2016-03-27 16:29:45 -04:00 |
rotateData.py
|
adjusting style (mainly long lines an "== None")
|
2016-03-02 10:52:24 +01:00 |
scaleData.py
|
python files now report their version depending on VERSION file in $DAMASK_ROOT
|
2016-01-27 17:06:00 +00:00 |
shiftData.py
|
python files now report their version depending on VERSION file in $DAMASK_ROOT
|
2016-01-27 17:06:00 +00:00 |
showTable.py
|
python files now report their version depending on VERSION file in $DAMASK_ROOT
|
2016-01-27 17:06:00 +00:00 |
sortTable.py
|
sorting labels are now optional. uses existing labels (from left to right) for sorting if none specified.
|
2016-04-28 20:28:45 -04:00 |
stddevDown.py
|
renamed options.coords/options.coordinates consistently to options.pos
|
2016-04-26 22:49:58 +02:00 |
vtk2ang.py
|
no long lines anymore and prospector is also happy
|
2016-03-03 14:44:29 +01:00 |
vtk_addPointcloudData.py
|
added support for legacy VTK format
|
2016-04-18 15:08:29 -04:00 |
vtk_addRectilinearGridData.py
|
removed --mode option. script figures on its own.
|
2016-04-15 14:06:01 -04:00 |
vtk_pointcloud.py
|
distinguished between singular and plural in remark
|
2016-04-25 10:23:08 -05:00 |
vtk_rectilinearGrid.py
|
distinguished between singular and plural in remark
|
2016-04-25 10:23:08 -05:00 |