@@ -2296,7 +2296,7 @@ def GetCell(self,phasenam,unique=False):
22962296 try :
22972297 pfx = str (phasedict ['pId' ])+ '::'
22982298 A ,sigA = G2stIO .cellFill (pfx ,phasedict ['General' ]['SGData' ],self .parmDict ,self .sigDict )
2299- cellSig = G2stIO .getCellEsd (pfx ,phasedict ['General' ]['SGData' ],A ,
2299+ cellSig = G2lat .getCellEsd (pfx ,phasedict ['General' ]['SGData' ],A ,
23002300 self .OverallParms ['Covariance' ],unique = unique ) # returns 7 vals, includes sigVol
23012301 cellList = G2lat .A2cell (A ) + (G2lat .calc_V (A ),)
23022302 return cellList ,cellSig
@@ -2337,7 +2337,7 @@ def GetSeqCell(self,phasenam,data_name):
23372337 'varyList' : [Dlookup .get (striphist (v ),v ) for v in data_name ['varyList' ]],
23382338 'covMatrix' : data_name ['covMatrix' ]
23392339 }
2340- return list (G2lat .A2cell (A )) + [G2lat .calc_V (A )], G2stIO .getCellEsd (str (pId )+ '::' ,SGdata ,A ,covData )
2340+ return list (G2lat .A2cell (A )) + [G2lat .calc_V (A )], G2lat .getCellEsd (str (pId )+ '::' ,SGdata ,A ,covData )
23412341
23422342 def GetAtoms (self ,phasenam ):
23432343 """Gets the atoms associated with a phase. Can be used with standard
0 commit comments