|
IMP Reference Guide
2.7.0
The Integrative Modeling Platform
|
A set of input data, for example, a crystal structure or EM map. More...
Inheritance diagram for IMP.pmi.metadata.Dataset:A set of input data, for example, a crystal structure or EM map.
Definition at line 45 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 65 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 70 of file metadata.py.