Changeset 4345 for trunk/GSASIIIO.py
- Timestamp:
- Mar 6, 2020 3:05:22 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIIO.py
r4343 r4345 345 345 Data['calibrant'] = '' 346 346 Data['IOtth'] = [5.0,50.0] 347 if GSASIIpath.GetConfigValue('Image_2theta_min'): 348 try: 349 Data['IOtth'][0] = float(GSASIIpath.GetConfigValue('Image_2theta_min')) 350 except: 351 pass 352 if GSASIIpath.GetConfigValue('Image_2theta_max'): 353 try: 354 Data['IOtth'][1] = float(GSASIIpath.GetConfigValue('Image_2theta_max')) 355 except: 356 pass 347 357 Data['LRazimuth'] = [0.,180.] 348 358 Data['azmthOff'] = 0.0
Note: See TracChangeset
for help on using the changeset viewer.