allensdk.brain_observatory.behavior.behavior_project_cache.tables.util.image_presentation_utils module

allensdk.brain_observatory.behavior.behavior_project_cache.tables.util.image_presentation_utils.get_image_set(df: DataFrame) Series[source]

Get image set

The image set here is the letter part of the session type ie for session type OPHYS_1_images_B, it would be “B”

Some session types don’t have an image set name, such as gratings, which will be set to null

Parameters:
df

The session df

Returns:
Series with index same as df whose values are image_set