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']
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
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
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
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