IMP logo
IMP Reference Guide  2.7.0
The Integrative Modeling Platform
IMP.pmi.metadata.Dataset Class Reference

A set of input data, for example, a crystal structure or EM map. More...

+ Inheritance diagram for IMP.pmi.metadata.Dataset:

Detailed Description

A set of input data, for example, a crystal structure or EM map.

Note
This class is only available in Python.

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...
 

Member Function Documentation

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.


The documentation for this class was generated from the following file: