def _createItemMatrix(self, item, row):
     from pyworkflow.em.packages.xmipp3.convert import createItemMatrix
     import pyworkflow.em as em
     
     createItemMatrix(item, row, align=em.ALIGN_PROJ)
    def _createItemMatrix(self, item, row):
        from pyworkflow.em.packages.xmipp3.convert import createItemMatrix
        import pyworkflow.em as em

        createItemMatrix(item, row, align=em.ALIGN_PROJ)
Example #3
0
 def _createItemMatrix(self, item, row):
     createItemMatrix(item, row, align=em.ALIGN_2D)
 def _createItemMatrix(self, item, row):
     createItemMatrix(item, row, align=em.ALIGN_2D)