Changeset 1018
- Timestamp:
- Aug 7, 2013 8:04:32 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIstrIO.py
r1017 r1018 2275 2275 for excl in controlDict[pfx+'Exclude']: 2276 2276 Histogram['Data'][0] = ma.masked_inside(Histogram['Data'][0],excl[0],excl[1]) 2277 2277 ma.mask_rows(Histogram['Data']) 2278 2278 Background = Histogram['Background'] 2279 2279 Type,bakDict,bakVary = GetBackgroundParms(hId,Background)
Note: See TracChangeset
for help on using the changeset viewer.