def _preprocessClass(self, classItem, classRow):
     KendersomBaseClassify._preprocessClass(self, classItem, classRow)
     ref = classRow.getValue(xmipp.MDL_REF) # get class number
     classItem.spectraPlot = em.Image()
     classItem.spectraPlot.setFileName(self._createSpectraPlot('class', 
                                                               self.classArray, 
                                                               ref))
Example #2
0
 def _preprocessClass(self, classItem, classRow):
     KendersomBaseClassify._preprocessClass(self, classItem, classRow)
     ref = classRow.getValue(xmipp.MDL_REF) # get class number
     classItem.spectraPlot = em.Image()
     classItem.spectraPlot.setFileName(self._createSpectraPlot('class', 
                                                               self.classArray, 
                                                               ref))