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

class allensdk.brain_observatory.behavior.data_objects.metadata.ophys_experiment_metadata.ophys_session_id.OphysSessionId(session_id: int)[source]

Bases: allensdk.core._data_object_base.data_object.DataObject, allensdk.core._data_object_base.readable_interfaces.LimsReadableInterface, allensdk.core._data_object_base.readable_interfaces.JsonReadableInterface, allensdk.core._data_object_base.readable_interfaces.NwbReadableInterface

“Ophys session id

classmethod from_json(dict_repr: dict) → 'OphysSessionId'[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: allensdk.internal.api.PostgresQueryMixin) → 'OphysSessionId'[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: pynwb.file.NWBFile) → 'OphysSessionId'[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