Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 764 Bytes

api.rst

File metadata and controls

33 lines (19 loc) · 764 Bytes

API

Project object

relion.Project

The individual stage accessors .ctffind, .class2D, etc. return a dictionary-like object that allows you to access individual Relion jobs within that particular stage. The dictionary key names are the relion job names (usually jobXXX), the dictionary value is a list of stage-specific named tuples, listed below.

Stage-specific information

relion._parser.ctffind.CTFMicrograph

relion._parser.motioncorrection.MCMicrograph

relion._parser.class2D.Class2DParticleClass

relion._parser.class3D.Class3DParticleClass