Ignore:
Timestamp:
Feb 26, 2021 4:49:53 PM (2 years ago)
Author:
vondreele
Message:

show more places in Absorb output
improve image absorption calcs for cylinders now seems to work OK
reorganize Image controls GUI & add option for vertical samples
hide printing of LS cycles if Rrint=False in HessianLSQ
implement (& not use) Klein-Nishina PDF correction
Fix bug in if importer

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2phase_CIF.py

    r4659 r4830  
    598598                isodistort_warnings += '\nRepeated atom labels prevents ISODISTORT decode'
    599599            for lbl in phasenamefields: # get a name for the phase
    600                 name = blk.get(lbl)
     600                name = blk.get(lbl)[0]
    601601                if name is None:
    602602                    continue
Note: See TracChangeset for help on using the changeset viewer.