示例#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']
示例#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
示例#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
示例#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
示例#5
0
文件: particles.py 项目: I2PC/scipion
 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
示例#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