Changeset 4583 for trunk/GSASIImath.py


Ignore:
Timestamp:
Oct 5, 2020 7:10:21 PM (5 years ago)
Author:
toby
Message:

revise graphics & input for Insert Rigid Body

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/GSASIImath.py ΒΆ

    r4578 r4583  
    983983    no translation applied. To be used for numerical derivatives
    984984   
    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
    991990    '''
    992991    XYZ = np.zeros_like(Cart)
Note: See TracChangeset for help on using the changeset viewer.