Ignore:
Timestamp:
Aug 25, 2019 11:06:49 PM (4 years ago)
Author:
toby
Message:

move GetPhaseData? inside histogram loop so sym constraints are generated in SeqRef?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIImapvars.py

    r3788 r4111  
    12851285def StoreEquivalence(independentVar,dependentList,symGen=True):
    12861286    '''Takes a list of dependent parameter(s) and stores their
    1287     relationship to a single independent parameter (independentVar)
     1287    relationship to a single independent parameter (independentVar).
     1288
     1289    Called with user-supplied constraints by :func:`GSASIIstrIO.ProcessConstraints,
     1290    with Pawley constraints from :func:`GSASIIstrIO.GetPawleyConstr`,
     1291    with Unit Cell constraints from :func:`GSASIIstrIO.cellVary`
     1292    with symmetry-generated atom constraints from :func:`GSASIIstrIO.GetPhaseData`
    12881293
    12891294    :param str independentVar: name of master parameter that will be used to determine the value
Note: See TracChangeset for help on using the changeset viewer.