Changeset 808 for trunk/imports


Ignore:
Timestamp:
Dec 5, 2012 10:06:52 AM (13 years ago)
Author:
vondreele
Message:

Add Babinet modification to form factors - works OK
Use atom Ids for restraints
add 'all' in atom constraint editing routines
New add routines for bond restraints (angle add not done yet)
FindAtomIndexByIDs, FillAtomLookUp?, GetAtomsByID, & GetAtomItemsById? all now in GSASIImath.py
removed from GSASIIphsGUI.py
change phase tick mark colors
get GSASIIstruct.py to recognize protein atoms & do a protein calc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/imports/G2pwd_fxye.py ΒΆ

    r803 r808  
    3232            if i==0: # first line is always a comment
    3333                continue
    34             if i==1 and line[:4].lower() == 'inst' and ':' in line:
     34#            if i==1 and line[:4].lower() == 'inst' and ':' in line:
     35            if i==1 and line[:4].lower() == 'inst':
    3536                # 2nd line is optional instrument parameter file
    3637                continue
Note: See TracChangeset for help on using the changeset viewer.