Project Instrument Python Module

Project instrument relationship.

class pacifica.metadata.orm.project_instrument.ProjectInstrument(*args, **kwargs)

Relates projects and instrument objects.

Attributes:
DoesNotExist

alias of ProjectInstrumentDoesNotExist

from_hash(obj)

Convert the hash into the object.

to_hash(**flags)

Convert the object to a hash.

classmethod where_clause(kwargs)

Where clause for the various elements.