Ignore:
Timestamp:
Apr 8, 2015 11:42:52 AM (8 years ago)
Author:
vondreele
Message:

fix display of fixed wavelength selection
show no. user rejected refl. in lst file after least squares
improve color display for Refl. Lists
skip user rejected reflections in single crystal cif output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/exports/G2export_CIF.py

    r1659 r1782  
    12071207            refcount = len(histblk['Data']['RefList'])
    12081208            for ref in histblk['Data']['RefList']:
     1209                if ref[3] < 0:      #skip user rejected reflections (mul < 0)
     1210                    continue
    12091211                s = "  "
    12101212                if hklmin is None:
Note: See TracChangeset for help on using the changeset viewer.