Changeset 2849
- Timestamp:
- Jun 1, 2017 9:44:40 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIplot.py
r2848 r2849 7242 7242 color *= .5 7243 7243 if Page.poly: 7244 if len(Faces[iat])>16: 7244 if len(Faces[iat])>16: #allows tetrahedra but not stray triangles 7245 7245 RenderPolyhedra(x,y,z,Faces[iat],color) 7246 7246 else: -
trunk/GSASIIpwd.py
r2838 r2849 1458 1458 peakPos.append(peak[0]) 1459 1459 peakDsp.append(peak[-1]) #d-calc 1460 peakWt.append(peak[-1]**2/sig**2) #weight by d**2 1460 # peakWt.append(peak[-1]**2/sig**2) #weight by d**2 1461 peakWt.append(1./(sig*peak[-1])) # 1461 1462 peakPos = np.array(peakPos) 1462 1463 peakDsp = np.array(peakDsp)
Note: See TracChangeset
for help on using the changeset viewer.