Changeset 2480 for trunk/GSASIIphsGUI.py


Ignore:
Timestamp:
Sep 28, 2016 12:16:00 PM (7 years ago)
Author:
vondreele
Message:

add make magnetic phase to General/Transform? option
trap missing rigid bodies to define torsion seq option
fix lighting issues for polygons
fix xye importer to stop on trailing blank lines rather than crashing
fix error in powder structure factor calc
add magnetic structure factor calc. (some error still & no derivatives yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIphsGUI.py

    r2476 r2480  
    13771377        try:
    13781378            if dlg.ShowModal() == wx.ID_OK:
    1379                 newPhase,Trans,Vec = dlg.GetSelection()
     1379                newPhase,Trans,Vec,ifMag = dlg.GetSelection()
    13801380            else:
    13811381                return
     
    13831383            dlg.Destroy()
    13841384        phaseName = newPhase['General']['Name']
    1385         newPhase = G2lat.TransformPhase(data,newPhase,Trans,Vec)
     1385        newPhase = G2lat.TransformPhase(data,newPhase,Trans,Vec,ifMag)
    13861386        newPhase['General']['Map'] = mapDefault.copy()
    13871387        sub = G2frame.PatternTree.AppendItem(parent=
Note: See TracChangeset for help on using the changeset viewer.