Martin Diehl
|
6ab88aad2b
|
default format for Table is ASCII
hence, renamed load_ASCII/save_ASCII to load/save
|
2020-09-20 20:45:06 +02:00 |
Philip Eisenlohr
|
f52aae3c29
|
legacy shell scripts again output legacy ASCIItables
|
2020-09-15 10:19:19 -04:00 |
Philip Eisenlohr
|
96ad358f83
|
modified file reading/writing methods to load_X, save_X formalism
|
2020-09-15 01:14:05 -04:00 |
Martin Diehl
|
f6758ecc28
|
table class operates out of place
|
2020-09-14 07:04:01 +02:00 |
Philip Eisenlohr
|
9fb3fef4b0
|
changed British "normalise" to US "normalize" as we (should) follow US English everywhere else.
|
2020-09-08 10:39:31 -04:00 |
Philip Eisenlohr
|
be0668dc27
|
fixed all affected shell scripts
|
2020-09-03 11:19:19 -04:00 |
Martin Diehl
|
652ece6bb3
|
fix: wrong capitalization
|
2020-05-17 07:25:17 +02:00 |
Martin Diehl
|
347e3b8c60
|
using new table class + vectorized rotation
|
2020-05-16 11:14:35 +02:00 |
Martin Diehl
|
b1be4e7ac8
|
rotation class does not take care of correct shape anymore
|
2020-04-21 13:22:24 +02:00 |
Martin Diehl
|
e93f5c84ff
|
'buffered' has no effect any more
|
2020-02-20 15:05:38 +01:00 |
Martin Diehl
|
b92cfbbd5b
|
do not use bare except
|
2019-12-07 20:15:50 +01:00 |
Philip Eisenlohr
|
926217fcb6
|
added possibility to reduce rotation to specific fundamental zone, and to output 3-dim Rodrigues vector
|
2019-09-10 15:09:27 -04:00 |
Martin Diehl
|
1cf9c59850
|
standardizing
import follows PEP style guide, encoding not needed for python3
|
2019-06-14 13:03:30 +02:00 |
Martin Diehl
|
433281f71d
|
following Rowenhorst convention
|
2019-03-09 19:58:17 +01:00 |
Martin Diehl
|
5ab8e50d09
|
consistent with reference paper
|
2019-03-08 19:07:19 +01:00 |
Martin Diehl
|
b3455c825e
|
transition to new orientation class
forward-backward conversion quite stable
|
2019-02-23 21:49:05 +01:00 |
Martin Diehl
|
93ae5cbd07
|
Merge remote-tracking branch 'origin/development' into 10-consistent-orientation-conversions-3
|
2019-02-22 23:05:36 +01:00 |
Martin Diehl
|
5c20609e81
|
more verbose help, drop support for really old vtk
|
2019-02-16 22:20:44 +01:00 |
Martin Diehl
|
fa003e8077
|
small adjustments for autodoc
|
2019-02-16 15:26:21 +01:00 |
Martin Diehl
|
217024667b
|
forgotten comma
|
2019-02-12 11:30:43 +01:00 |
Martin Diehl
|
608852df83
|
rotation paper has angle as last component
|
2019-02-12 10:58:38 +01:00 |
Martin Diehl
|
336a80091f
|
rodrigues is 4-vector with rotation being the last component
established a single source of truth for length
|
2019-02-12 08:59:26 +01:00 |
Martin Diehl
|
97ac437686
|
more user friendly constructors
|
2019-02-12 08:14:27 +01:00 |
Martin Diehl
|
48b0307fab
|
using new rotation class
cannot rotate matrices (3,3) and (3,3,3,3) at the moment
|
2019-02-12 00:27:13 +01:00 |
Martin Diehl
|
767650e002
|
more general option + improved descriptions
hopefully more user friendly
|
2018-12-10 09:27:39 +01:00 |
Martin Diehl
|
d219842ad8
|
[skip ci] consistent tolerances
|
2018-12-09 20:19:33 +01:00 |
Martin Diehl
|
60686fb72c
|
[skip ci] improved reporting
|
2018-12-09 18:05:37 +01:00 |
Martin Diehl
|
65165ffc5e
|
assumed wrong type
quaternion should have lenght one
|
2018-12-09 12:35:32 +01:00 |
Philip Eisenlohr
|
3f8726464d
|
addOrientations now checks its input for convention conformity
|
2018-12-08 13:22:22 -05:00 |
Philip Eisenlohr
|
ac45a9e2d3
|
more output options, frame input changed to "lab expressed in crystal"
|
2018-12-07 22:03:14 -05:00 |
Philip Eisenlohr
|
9b82b7fadd
|
removed obsolete keyword "Bunge" from asEulers() method
|
2018-11-22 11:51:53 -05:00 |
Martin Diehl
|
558745b548
|
explicitly require python3
on older systems, python3 tpyically exists but python2 is the defaul
|
2018-11-17 08:12:12 +01:00 |
Martin Diehl
|
fe2c7efa27
|
seem to work
|
2018-11-15 13:56:48 +01:00 |
Martin Diehl
|
1f637a0c49
|
python3 compatible map requires conversion to list
|
2018-07-19 18:01:38 +02:00 |
Philip Eisenlohr
|
e82df723d1
|
added Rodrigues vector as possible input format
|
2017-08-23 14:10:56 -04:00 |
Martin Diehl
|
8a94f55a2e
|
python 3 compatibility
|
2016-10-25 06:44:12 +02:00 |
Martin Diehl
|
6c82641713
|
added defaults (bugfix)
|
2016-08-01 16:43:14 +02:00 |
Philip Eisenlohr
|
fa3387486d
|
clarified meaning of possible (global) rotation (lab/crystal frame)
|
2016-07-31 19:35:10 -04:00 |
Philip Eisenlohr
|
79ff040426
|
sorting and clarification of help, shortening of output labels
|
2016-07-30 15:07:44 -04:00 |
Martin Diehl
|
cd63a92733
|
using python 2.7 has shebang will also work on mac without symlink
unless someone uses the 6 year old python 2.6, this should be save
|
2016-07-18 19:35:35 +02:00 |
Martin Diehl
|
a21e8cd863
|
usind explicitly python2 to run in environments with python 3 as default
|
2016-05-11 11:01:39 +02:00 |
Philip Eisenlohr
|
b933359f17
|
clarified text of error message complaining about wrong input dimension
|
2016-03-09 12:28:36 -05:00 |
Martin Diehl
|
9cfc27d295
|
line too long (132 lines max code, like Fortran, 159 including comments, Python standard)
|
2016-03-01 21:18:32 +01:00 |
Martin Diehl
|
80dc23d93d
|
following "prospector -t pep8 -t pyflakes -t dodgy -t profile-validator -t pep257"
|
2016-03-01 21:11:43 +01:00 |
Martin Diehl
|
2a50c6bf86
|
using prospector --tool=dodgy --tool=pyflakes -M to find python flaws
|
2016-03-01 18:25:14 +01:00 |
Martin Diehl
|
7c9d344601
|
python files now report their version depending on VERSION file in $DAMASK_ROOT
|
2016-01-27 17:06:00 +00:00 |
Philip Eisenlohr
|
ccf7530121
|
added output selection “rodrigues”
|
2015-11-10 01:34:10 +00:00 |
Martin Diehl
|
f4d4a8e1ec
|
adopted philips changes for reporting, using pyflakes to clean up
|
2015-09-24 09:24:42 +00:00 |
Tias Maiti
|
3c901e5549
|
added option for Euler angle output in degrees
|
2015-09-23 23:05:28 +00:00 |
Martin Diehl
|
5f9fae1b75
|
simplified reporting using "emph"
|
2015-09-11 12:55:43 +00:00 |