Changeset 4583 for trunk/GSASIImath.py
- Timestamp:
- Oct 5, 2020 7:10:21 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/GSASIImath.py ΒΆ
r4578 r4583 983 983 no translation applied. To be used for numerical derivatives 984 984 985 :param type name: description 986 987 :returns: type name: description 988 989 ''' 990 ''' returns crystal coordinates for atoms described by RBObj 985 :param array Bmat: Orthogonalization matrix, see :func:`GSASIIlattice.cell2AB` 986 :param array Cart: 2D array of coordinates 987 :param array Q: quaternion as an np.array 988 989 :returns: 2D array of fractional coordinates, without translation to origin 991 990 ''' 992 991 XYZ = np.zeros_like(Cart)
Note: See TracChangeset
for help on using the changeset viewer.