IMP Reference Guide
2.8.0
The Integrative Modeling Platform
|
A set of input data, for example, a crystal structure or EM map. More...
A set of input data, for example, a crystal structure or EM map.
Definition at line 46 of file metadata.py.
Public Member Functions | |
def | add_parent |
Add another Dataset from which this one was derived. More... | |
def | add_primary |
Add another Dataset from which the ultimate parent of this one was derived. More... | |
def IMP.pmi.metadata.Dataset.add_parent | ( | self, | |
dataset | |||
) |
Add another Dataset from which this one was derived.
For example, a 3D EM map may be derived from a set of 2D images.
Definition at line 66 of file metadata.py.
def IMP.pmi.metadata.Dataset.add_primary | ( | self, | |
dataset | |||
) |
Add another Dataset from which the ultimate parent of this one was derived.
Definition at line 71 of file metadata.py.