def _updateParticle(self, item, row):
        item.setClassId(row.getValue(md.RLN_PARTICLE_CLASS))
        item.setTransform(rowToAlignment(row, em.ALIGN_PROJ))

        item._rlnLogLikeliContribution = em.Float(
            row.getValue('rlnLogLikeliContribution'))
        item._rlnMaxValueProbDistribution = em.Float(
            row.getValue('rlnMaxValueProbDistribution'))
示例#2
0
 def _updateParticle(self, item, row):
     #print "_updateParticle"
     #row.printDict()
     item.setClassId(row.getValue(md.RLN_PARTICLE_CLASS))
     item.setTransform(rowToAlignment(row, em.ALIGN_2D))
     
     item._rlnNormCorrection = em.Float(row.getValue('rlnNormCorrection'))
     item._rlnLogLikeliContribution = em.Float(row.getValue('rlnLogLikeliContribution'))
     item._rlnMaxValueProbDistribution = em.Float(row.getValue('rlnMaxValueProbDistribution'))
 def _updateParticle(self, item, row):
     item.setClassId(row.getValue(md.RLN_PARTICLE_CLASS))
     item.setTransform(rowToAlignment(row, em.ALIGN_PROJ))
     
     item._rlnLogLikeliContribution = em.Float(row.getValue('rlnLogLikeliContribution'))
     item._rlnMaxValueProbDistribution = em.Float(row.getValue('rlnMaxValueProbDistribution'))