DAMASK_EICMD/processing/post
Philip Eisenlohr 10e31e489a new script to add arbitrary lines to ASCIItable header 2016-04-24 13:10:25 -05:00
..
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 new label name 2016-04-21 11:06:39 +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 changed default label of coordinates to "pos" 2016-04-15 18:27:23 -04: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 removed useless check for croaking 2016-04-24 13:00:57 -05:00
addDivergence.py changed default label of coordinates to "pos" 2016-04-15 18:27:23 -04:00
addEhkl.py further attemps to make it conform with best python practice 2016-03-01 20:44:43 +01:00
addEuclideanDistance.py now deals with 1D, 2D, 3D. speed up of grid detection. "pos" as default coordinate label. 2016-04-15 18:25:56 -04:00
addGradient.py changed default label of coordinates to "pos" 2016-04-15 18:27:23 -04: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 changed default label of coordinates to "pos" 2016-04-15 18:27:23 -04: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 Only read position coordinates for grid detection. Needs data_rewind before writing of (condensed due to readArray) head. 2016-04-24 09:22:07 -05: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 no long lines anymore and prospector is also happy 2016-03-03 14:44:29 +01: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 more improved scripts 2016-03-01 21:35:59 +01:00
stddevDown.py using prospector --tool=dodgy --tool=pyflakes -M to find python flaws 2016-03-01 18:25:14 +01: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 removed "legacy" option. STDOUT reports most modern format available (ASCII XML for point cloud, VTK for rectilinear grid). 2016-04-24 12:34:01 -05:00
vtk_rectilinearGrid.py removed "legacy" option. STDOUT reports most modern format available (ASCII XML for point cloud, VTK for rectilinear grid). 2016-04-24 12:34:01 -05:00