Changeset 4081 for trunk/imports/G2pwd_CIF.py
- Timestamp:
- Aug 7, 2019 3:58:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/imports/G2pwd_CIF.py
r3786 r4081 306 306 else: 307 307 vl.append(v) 308 elif sucf == '_pd_proc_intensity_total': 309 for val in cf[blk].get(sucf,'?'): 310 v,e = cif.get_number_with_esd(val) 311 if v is None: # not parsed 312 vl.append(0.) 313 elif v <= 0: 314 vl.append(1.) 315 else: 316 vl.append(1./v) 308 317 elif sucf == '_pd_meas_counts_total': 309 318 for val in cf[blk].get(sucf,'?'):
Note: See TracChangeset
for help on using the changeset viewer.