Skip to main content

Stimuli for vision science, as image arrays

Project description

Stimupy

A pure-Python package for creating new and existing visual stimuli commonly used in the study of contrast, brightness, lightness, and other aspects of visual perception.

Tests Documentation Status



stimupy has been designed to:

  • generate (novel) visual stimuli in a reproducible, flexible, and easy way
  • recreate exact stimuli as they have been used in prior vision research
  • explore large parameter spaces to reveal relations between formerly unconnected stimuli
  • provide classic stimulus sets (e.g. ModelFest), exactly as described in the original manuscripts (including experimental data)
  • build new stimulus sets or benchmarks (e.g. for testing computational models), and easily add them to stimupy
  • support vision science by providing a large, openly-available and flexible battery of relevant stimulus functions
  • unify and automate stimulus creation
  • be FAIR: Findable, Accessible, Interoperable, and Reusable

Core features:

Stimupy has been designed to generate stimuli from code, so that they are reproducible, flexible, and easy.

  • basic visual stimulus components, such as basic shapes, wave gratings, Gaussians

  • visual noise textures, of different kinds,

  • many different parameterized visual stimuli

    • Gabors, plaids, edges,
    • a variety of so-called illusions (e.g. Simultaneous Brightness Contrast, White's illusion, Hermann grid, Ponzo illusion), and many more
  • exact replications of stimuli previously published (e.g. ModelFest) as described in their respecive papers

  • all stimuli are fully parameterizable

    • with interpretable parameters that are familiar and relevant to vision scientists (e.g. visual angle, spatial frequency, target placements).
    • This also makes it possible to explore stimulus parameter spaces which might reveal relations between formerly unconnected stimuli
  • stimuli are composable/composed:

    • stimuli tend to be composed from several components, and these provided building blocks and masks can be used to assemble more complicated geometries
  • flexible output structures

    • generated stimuli are Python dictionary
      • mutable data structures (compared to objects), so they allow the user to add additional information easily (e.g. stimulus descriptions, stimulus masks, experimental data).
    • containing the stimulus-image as a NumPy-array,
      • makes images fully interoperable using common NumPy tooling (rather than, e.g., an OpenGL texture),
    • together with other useful stimulus-specific information (e.g. (target) masks, sizes etc.).
  • modular and therefore easy to extend with new stimulus functions, and new stimulus sets

  • utility functions for stimulus import, export, manipulation (e.g. contrast, size), or plotting

  • application-oriented documentation documentation, including interactive demonstrations of stimulus functions

  • unit and integration tests

See the documentation for more details

A small fraction of the stimulus variety that stimupy can produce \label{fig:overview}


Citing stimupy

Your stimulus (set) is not here?

Given the modular nature of the package, any stimulus or stimulus set not currently available, can be easily added. Open an issue and let us know what you'd like to see added.

If you want to contribute yourself, see contributing


Installation

For now, pip can install directly from GitHub (the main branch) GitHub repository

pip install https://github.com/computational-psychology/stimupy/zipball/main

OR (for developers), install from source:

  1. Clone the repository from GitHub:

    git clone git@github.com:computational-psychology/stimupy.git
    
  2. stimupy can then be installed using pip. From top-level directory run:

    pip install .
    

    to install to your local python library.

To install in developer/editable mode: pip install -e . at the root directory. This makes changes to files immediately usable, rather than having to reinstall the package after every change.

Dependencies

Dependencies should be automatically installed (at least using pip). stimupys required dependencies are:

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

stimupy-0.101.1.tar.gz (188.2 kB view hashes)

Uploaded Source

Built Distribution

stimupy-0.101.1-py3-none-any.whl (219.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page