Skip to content

PsychoPy code to display visual instructions for a 'Breath Hold' and a 'Cued Deep Breathing' task, alongside MRI scanning.

License

Notifications You must be signed in to change notification settings

RayStick/Breathing-Task-Visual-PsychoPy

Repository files navigation

All Contributors

To cite this repository, please see: DOI

PsychoPy code to display visual instructions for a Breath Hold and a Cued Deep Breathing task, alongside MRI scanning.

How to run:

Download PsychoPy. The code in this repo is written in PsychoPy3.0.5 - compatibility with other versions has not been tested. Open PsychoPy on your computer. To run from 'Coder' view, simply do File-Open, select your breathing task file and then press the green running man symbol to start.

Input arguments that can be changed:

(See each code for default arguments used)

Breath_Hold.py

  • scan_trigger: value the MRI pulse trigger is read in as
  • doRest: 0 = no rest; 1 = rest before BH task; 2 = rest after BH trials; 3= rest before AND after BH trials (rest refers to showing a fixation cross)
  • tResting_start = duration of resting fixation at the start in seconds, if doRest=1 or doRest=3
  • tResting_end = duration of resting fixation at the end in seconds, if doRest=2 or doRest=3
  • trialnum = number of BH trial repeats (one trail is paced breathing + hold + exhale + recover)
  • tPace = duration of paced breathing in seconds
  • tBreathPace = duration of each breath in/out in seconds e.g. 6.0 s would be 3s IN and 3s OUT (tPace / tBreathPace pace needs to be integer )
  • tHold = duration of the hold period in seconds
  • tExhale = duration for expelling air after the hold in seconds
  • tRecover = duration of recovery breaths in seconds
  • BH_instructions = 'instructions to display to participant at start of experiment'
  • end_exp_key = key to press to end the experiment prematurely

Cued_Deep_Breathing.py

  • scan_trigger: value the MRI pulse trigger is read in as
  • doRest: 0 = no rest; 1 = rest before CDB trials; 2 = rest after CDB trials; 3= rest before AND after CDB trials (rest refers to showing a fixation cross)
  • tResting_start = duration of resting fixation at the start in seconds, if doRest=1 or doRest=3
  • tResting_end = duration of resting fixation at the end in seconds, if doRest=2 or doRest=3
  • trialnum = number of CDB trial repeats (Get Ready, IN-OUT, Breathe Normally)
  • tGetReady = duration of get ready warning before CDB section
  • tCDB = duration of CDB section
  • tCDBPace = duration of each breath in/out in seconds e.g. 6.0 s would be 3s IN and 3s OUT (tCDB / tCDBPace needs to be integer )
  • tFree = duration of free breathing in between each CDB section
  • CDB_instructions = 'instructions to display to participant at start of experiment'
  • end_exp_key = key to press to end the experiment prematurely

Fixation.py

  • RestDuration = duration of the resting block in seconds (fixation cross is shown in center of screen)
  • end_exp_key = key to press to end the experiment prematurely

Tips for using this code:

  • It is designed to be used alongside recordings of end-tidal CO2 and O2 via a nasal cannula, during MRI, but can be used with other set-ups.
  • If you are sampling exhaled CO2 and O2, it is good practice to measure the partial pressure of these recordings before the scanning session (to appropriately calibrate your gas analyzer within your recording environment, in order to convert signal recordings from Volts to mmHg).
  • Press '5' when it says 'waiting for scanner ...' to manually start the breathing task instructions. Or set this input to be whatever the MRI sends to indicate the first volume of data is being acquired so that your breathing task will be synchronized to the start of your scan.
  • Always practice with the participant before the main experimental session to make sure they understand the task instructions and can achieve the desired end-tidal changes. If possible, practice while monitoring the physiological signals closely. Pay particular attention to the exhalations preceding and following the hold: if they are not performed well, you won't be able to use the recorded data in the most appropriate way. See the pictures below, which show an example of good task compliance.
  • Tell them to breathe through their nose (if you are sampling end-tidal CO2 with a nasal cannula).
  • The fixation cross at the start and end of the BH and CDB tasks can help establish a steady-state response before the start of the breathing task and compensate for any signal delays between end-tidal recordings and other recordings e.g. blood flow with fMRI. It is always good to record the end-tidals for about a minute before and after your actual task, to allow for correcting these types of things.
  • If carrying out these tasks during MRI scanning, remind the particpant on a few occasions to try to keep their head as still as possible. Unfortunately, task-correlated motion is common.

For BH: There is a period of paced breathing to try to get the participant to breathe consistently. Also, this paced breathing finishes with an exhale. This is important because this allows an end-tidal estimate just before the hold period. During the hold period, the participant should not breathe in or out. Right at the end of the hold period it says 'Exhale' - this is important because it allows an end-tidal estimate just after the hold period. Instruct your participant by saying something like "You will want to breathe in just after the hold but we need you to do one more exhale - breathe out all the air you have left!". If a participant cannot manage the full length of the hold, that is okay - just tell them to always end the hold with this exhale, even if the hold is shorter. The 'Recover' period of time is for the participant to take a few recovery breaths, how they like, before the paced breathing starts up again. If your participants are struggling to do this task, even after further practice, consider decreasing the hold time and increasing the recovery time.

The CO2 and O2 recordings, measured here in mmHg, should look something like this (showing 3 trials, note the increased CO2 end-tidal after the hold):

image1

For CBD: There is a 'Get Ready' to warn the participant that the breathing instructions are about to appear. Then 'IN' and 'OUT' will cue the deep breaths - participants should be told that these breaths need to be deeper than their normal breaths.

The CO2 and O2 recordings, measured here in mmHg, should look something like this (showing 2 trials, note the decreased CO2 end-tidals after the deep breaths):

image2

Use a peak detection algorithm to create the end-tidal trace from breathing traces like this. A linear interpolation is often used between each sampled end-tidal value. Some peak detection algorithms on GitHub: peakdet and NeuroKit

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Kristina Zvolanek

👀 🤔

Stefano Moia

👀 🤔

Rachael Stickland

💻 🤔 📖

Molly Bright

🤔

This project follows the all-contributors specification. Contributions of any kind welcome!

About

PsychoPy code to display visual instructions for a 'Breath Hold' and a 'Cued Deep Breathing' task, alongside MRI scanning.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages