New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

retinawhitenoise

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retinawhitenoise

Recreate white-noise stimuli

  • 1.0.1
  • PyPI
  • Socket score

Maintainers
1

RecreateWhiteNoiseStimuliWithPython

Build status PyPI version

Code for regenerating the random-number-based contrast values applied in experiments with white-noise stimulation in the Gollisch Lab. Used for both temporal and spatiotemporal stimuli, and for both binary and Gaussian white noise.

The random-number sequences are needed for analyzing the spike responses of recorded cells under white-noise stimulation.

Installation

A full installation of the package is done from command-line using pip with

pip install retinawhitenoise
Manual installation

If the pip package is not available for a given operating system or Python version, the package and Cython code can be compiled manually instead.

pip install https://github.com/gollischlab/RecreateWhiteNoiseStimuliWithPython/archive/main.tar.gz

Windows might require the Microsoft C++ Build Tools to be installed (including "Windows SDK" and "MSVC ... C++ x64/x86 build tools"). For details, see here.

Usage

The Python package retinawhitenoise offers two modules binarystimulus and gaussianstimulus, each offering routines to recreate, save (to disk), and load stimulus sequences.

Instructions on how to use them with example code and explanations is included in the jupyter notebook examples.ipynb.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc