≡ ⎆
MRRC Wiki
Trace: • Flywheel Gears • Triggering Task Start

Triggering Task Start

The Prisma scanners send a = key push to the task computer every TR (see TTL hardware). To ensure your task and the MR image acquisition are in sync, a “Waiting For Scanner” screen in your task should pause until it receives this key.

Log the precise time the start key is received in milliseconds. Also see Pyschtoolbox Timing

The scanner will send the first = when all the “discarded volumes” 1). This should happen and trigger the task when the bottom left timer and volume count change. Time starts to decrease and count changes from 0 to 1.

Examples

For Psychopy, example code can be found in lncdtask.screen.wait_for_scanner.

textbox.setText('Waiting for scanner (pulse trigger)')
textbox.draw()
textbox.win.flip()
event.waitKeys(keyList=['equal'])
starttime = core.getTime() # save start time to file!
1)
up to 20 seconds after the sequence is started, multiband sequences are longest
Previous Next

MRRC Wiki

Table of Contents

  • Onboarding
  • Scanners
    • 3T Prisma 1
    • 3T Prisma 2
    • 3T Prisma 3
    • 7T plus (BST3)
    • 7T Terra.X
  • MRRC MR Data
    • Quality Assurance
    • ReproIn naming convention
    • XNAT
    • Flywheel
    • Filesystem
  • Supporting Hardware
    • Experimental Task PCs
    • Eye Tracking
      • SR Research EyeLink 1000 Plus
      • Avotec Arrington Eye Tracker
  • MR Physics Reports
  • Imaging Notes
    • XNAT vs Gyrus DICOMs
    • Resampling vs Registration
    • MR Task Notes
      • Psychtoolbox
  • NPAC
    • NPAC Support and Services
  • sitemap