allensdk.brain_observatory.behavior.data_objects.metadata.ophys_experiment_metadata.ophys_container_id module

class allensdk.brain_observatory.behavior.data_objects.metadata.ophys_experiment_metadata.ophys_container_id.OphysContainerId(ophys_container_id: int)[source]

Bases: DataObject, LimsReadableInterface, JsonReadableInterface, NwbReadableInterface

“experiment container id

classmethod from_json(dict_repr: dict) ExperimentContainerId[source]

Populates a DataFile from a JSON compatible dict (likely parsed by argschema)

Returns:
DataObject:

An instantiated DataObject which has name and value properties

classmethod from_lims(ophys_experiment_id: int, lims_db: PostgresQueryMixin) ExperimentContainerId[source]

Populate a DataObject from an internal database (likely LIMS)

Returns:
DataObject:

An instantiated DataObject which has name and value properties

classmethod from_nwb(nwbfile: NWBFile) ExperimentContainerId[source]

Populate a DataObject from a pyNWB file object.

Parameters:
nwbfile:

The file object (NWBFile) of a pynwb dataset file.

Returns:
DataObject:

An instantiated DataObject which has name and value properties