Ejemplo n.º 1
0
 def _getImportChoices(self):
     """ Return a list of possible choices
     from which the import can be done.
     (usually packages formas such as: xmipp3, eman2, relion...etc.
     """
     choices = ProtImportImages._getImportChoices(self)
     return choices + ['emx', 'xmipp3', 'scipion']
Ejemplo n.º 2
0
 def _getImportChoices(self):
     """ Return a list of possible choices
     from which the import can be done.
     (usually packages formas such as: xmipp3, eman2, relion...etc.
     """
     choices = ProtImportImages._getImportChoices(self)
     return choices
Ejemplo n.º 3
0
 def _getImportChoices(self):
     """ Return a list of possible choices
     from which the import can be done.
     (usually packages formas such as: xmipp3, eman2, relion...etc.
     """
     choices = ProtImportImages._getImportChoices(self)
     return choices + ['emx', 'xmipp3', 'relion', 'scipion', 'frealign']#the order of this list is related to the constants defined
Ejemplo n.º 4
0
 def _getImportChoices(self):
     """ Return a list of possible choices
     from which the import can be done.
     (usually packages formas such as: xmipp3, eman2, relion...etc.
     """
     choices = ProtImportImages._getImportChoices(self)
     # Do not change the order of this list since
     # it is related to the constants defined
     return choices + self.importFormats
Ejemplo n.º 5
0
 def _getImportChoices(self):
     """ Return a list of possible choices
     from which the import can be done.
     (usually packages formas such as: xmipp3, eman2, relion...etc.
     """
     choices = ProtImportImages._getImportChoices(self)
     # Do not change the order of this list since
     # it is related to the constants defined
     return choices + self.importFormats
Ejemplo n.º 6
0
 def _getImportChoices(self):
     """ Return a list of possible choices
     from which the import can be done.
     (usually packages formas such as: xmipp3, eman2, relion...etc.
     """
     choices = ProtImportImages._getImportChoices(self)
     return choices + [
         'emx', 'xmipp3', 'relion', 'scipion', 'frealign'
     ]  #the order of this list is related to the constants defined