コード例 #1
0
ファイル: micrographs.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)
     return choices + ['emx', 'xmipp3', 'scipion']
コード例 #2
0
ファイル: particles.py プロジェクト: kevinpetersavage/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)
     return choices
コード例 #3
0
ファイル: particles.py プロジェクト: denisfortun/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)
     return choices + ['emx', 'xmipp3', 'relion', 'scipion', 'frealign']#the order of this list is related to the constants defined
コード例 #4
0
ファイル: particles.py プロジェクト: kevinpetersavage/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
コード例 #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