Coder Social home page Coder Social logo

Abort experiment about neuropsydia.py HOT 3 OPEN

neuropsychology avatar neuropsychology commented on August 11, 2024
Abort experiment

from neuropsydia.py.

Comments (3)

DominiqueMakowski avatar DominiqueMakowski commented on August 11, 2024 1

@cMadan there are currently no generic way to abort an experiment other than alt+tab and console quit. However, this can be easily added within the experiment code whenever a key press is required.

For instance:

....
n.refresh()  # Diplay stimulus on screen
response, RT = n.response()  # Collect the response and its time

# Categorize the response
if response == "SPACE" and stimulus == "green":
    response_type = "HIT"  # Hit
if response != "SPACE" and stimulus == "green":
    response_type = "MISS"  # Miss
if response == "ESCAPE":
    quit()

from neuropsydia.py.

cMadan avatar cMadan commented on August 11, 2024

Thanks! Maybe this can be added to the documentation somewhere?

I don't think alt-tab worked for me, but that may have been related to other video issues (see #21). In my case I had to ssh into my mac machine and kill the python process.

from neuropsydia.py.

DominiqueMakowski avatar DominiqueMakowski commented on August 11, 2024

@cMadan I'm back from holidays 😄, I added an example of how to enable quitting in the stroop tutorial in docs.

from neuropsydia.py.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.