allensdk.internal.api.behavior_lims_api module

class allensdk.internal.api.behavior_lims_api.BehaviorLimsApi(behavior_experiment_id: int, lims_credentials: Optional[allensdk.core.authentication.DbCredentials] = None)[source]

Bases: object

static behavior_session_id_to_foraging_id(behavior_session_id)[source]

maps behavior_session_id to foraging_id

static foraging_id_to_behavior_session_id(foraging_id)[source]

maps foraging_id to behavior_session_id

classmethod from_foraging_id(foraging_id: str, lims_credentials: Union[allensdk.core.authentication.DbCredentials, NoneType] = None)[source]
get_behavior_experiment_id(self)[source]
get_behavior_stimulus_file(self)[source]
get_extended_trials(self)[source]