reliontomo.objects module

class reliontomo.objects.EnumRe4GenFilesProps(value)[source]

Bases: enum.Enum

An enumeration.

class reliontomo.objects.PSubtomogram(fileName=None, samplingRate=None, ctfFile=None, tsId=None, classId=None, **kwargs)[source]

Bases: pwem.objects.data.Volume

getCtfFile()[source]
getTomoId()[source]
class reliontomo.objects.SetOfPseudoSubtomograms(**kwargs)[source]

Bases: pwem.objects.data.SetOfVolumes

ITEM_TYPE

alias of reliontomo.objects.PSubtomogram

class reliontomo.objects.StarFileComparer(starFile1, starFile2, table2Read)[source]

Bases: object

compare(excludeLabelsList=None)[source]
compareLabels()[source]
compareSize()[source]
compareValues(excludeLabelsList=None, tolerance=0.1)[source]
property dataTable1
property dataTable2
reliontomo.objects.list2str(inList)[source]
class reliontomo.objects.relionTomoMetadata(optimSetStar=None, relionBinning=None, tsSamplingRate=None, nParticles=0, **kwargs)[source]

Bases: pwem.objects.data.EMObject

copyInfo(other)[source]
property filesMaster
getCurrentSamplingRate()[source]
getManifolds()[source]
getNumParticles()[source]
getParticles()[source]
getReferenceFsc()[source]
getRelionBinning()[source]
getTomograms()[source]
getTrajectories()[source]
getTsSamplingRate()[source]
updateGenFiles(extraPath)[source]

Some protocols don’t generate the optimisation_set.star file. In that case, the input Object which represents it will be copied and, after that, this method will be used to update the corresponding attributes with the generated files.