Ignore:
Timestamp:
Nov 6, 2015 11:44:24 AM (8 years ago)
Author:
vondreele
Message:

make sure XSC is reflection import default Type
convert Biso to Uiso for J2K atoms import
get plots to show hklm for SS 2D structure factor plots on status bar & tool tip
make wave coeff 5 places not 4
now get correct Fcalc2 for SS reflections; proper derivatives for x & Uij
(not for x waves or U waves)
correct error in single crystal Fcalc
2 & it's derivatives

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2sfact_CIF.py

    r1956 r2040  
    320320            self.RefDict['RefList'] = np.array(self.RefDict['RefList'])
    321321            self.errors = 'Error during reading of dataset parameters'
     322            Type = 'SXC'
    322323            if blk.get('_diffrn_radiation_probe'):
    323324                if blk['_diffrn_radiation_probe'] == 'neutron':
     
    326327                if blk['_diffrn_radiation.probe'] == 'neutron':
    327328                    Type = 'SNC'
    328             else:
    329                 Type = 'SXC'
    330329            self.RefDict['Type'] = Type
    331330            self.RefDict['Super'] = im
Note: See TracChangeset for help on using the changeset viewer.