Changeset 2421 for trunk/GSASII.py


Ignore:
Timestamp:
Aug 12, 2016 12:56:43 PM (9 years ago)
Author:
vondreele
Message:

name sequential results by type of sequence (peak fit, SASD, etc.) so multiple tables are kept in project
add reverse & copyforward to seq. strain fitting
trap cancel from various sequential fitting

File:
1 edited

Legend:

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

    r2420 r2421  
    30673067                name = self.PatternTree.GetItemText(item)
    30683068                if name not in ['Notebook','Controls','Covariance','Constraints',
    3069                     'Restraints','Phases','Rigid bodies','Sequential results']:
     3069                    'Restraints','Phases','Rigid bodies'] or 'Sequential' not in name:
    30703070                    if 'PWDR' in name: ifPWDR = True; nItems['PWDR'] += 1
    30713071                    if 'SASD' in name: ifSASD = True; nItems['SASD'] += 1
Note: See TracChangeset for help on using the changeset viewer.