Changeset 919
- Timestamp:
- May 17, 2013 11:46:02 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIrestrGUI.py
r918 r919 1237 1237 XYZ = np.array(G2mth.GetAtomItemsById(Atoms,AtLookUp,indx,cx,3)) 1238 1238 calc = G2mth.getRestChiral(XYZ,Amat) 1239 table.append([name,calc,obs,esd,(obs-calc)/esd] ])1239 table.append([name,calc,obs,esd,(obs-calc)/esd]) 1240 1240 rowLabels.append(str(i)) 1241 1241 except KeyError: … … 1252 1252 XYZ = G2mth.getSyXYZ(XYZ,ops,SGData) 1253 1253 calc = G2mth.getRestChiral(XYZ,Amat) 1254 table.append([name,calc,obs,esd,(obs-calc)/esd] ])1254 table.append([name,calc,obs,esd,(obs-calc)/esd]) 1255 1255 rowLabels.append(str(i)) 1256 1256 except KeyError:
Note: See TracChangeset
for help on using the changeset viewer.