Building Experiments in PsychoPy
Autor Jonathan Peirce, Michael MacAskillen Limba Engleză Paperback – 6 iun 2018
Recomandăm această lucrare ca resursă fundamentală pentru nivelul de licență și master în psihologie, neuroștiințe și lingvistică, fiind utilă în egală măsură ca referință profesională pentru cercetătorii activi. Scrisă chiar de Jonathan Peirce, creatorul platformei, Building Experiments in PsychoPy oferă o introducere structurată în utilizarea acestui software open-source, eliminând bariera tehnică adesea intimidantă a programării experimentale. Ne-a atras atenția modul în care autorii echilibrează simplitatea interfeței grafice 'Builder' cu puterea brută a codului Python, permițând utilizatorului să evolueze de la simple sarcini de afișare a imaginilor la studii complexe de psihofizică.
Textul este organizat logic în trei părți. Prima secțiune ghidează studentul prin crearea primului experiment, utilizând exemple concrete precum studiile de percepție a feței sau sarcina de cueing Posner. A doua parte, dedicată profesioniștilor, analizează profunzimea tehnică a sistemelor: de la gestionarea erorilor de debugging până la problemele de latență ale computerului și utilizarea 'Monitor Center'. Ultima secțiune extinde cadrul teoretic spre aplicații avansate, oferind protocoale pentru integrarea cu echipamente de fMRI și EEG. În comparație cu Python for Experimental Psychologists de Edwin S. Dalmaijer, care se concentrează pe scripting-ul pur în Python 3, lucrarea de față prioritizează fluxul de lucru hibrid din PsychoPy, făcând-o mult mai accesibilă celor fără experiență prealabilă în programare. De asemenea, spre deosebire de The E-Primer, care se limitează la ecosistemul proprietar E-Prime, volumul editat de SAGE Publications promovează o soluție gratuită și flexibilă, adaptabilă oricărui laborator modern.
Preț: 389.89 lei
Carte disponibilă
Livrare economică 11-25 mai
Livrare express 24-30 aprilie pentru 40.14 lei
Specificații
ISBN-10: 1473991390
Pagini: 312
Dimensiuni: 170 x 242 x 16 mm
Greutate: 0.52 kg
Ediția:1
Editura: SAGE Publications
Colecția Sage Publications Ltd
Locul publicării:London, United Kingdom
De ce să citești această carte
Suntem de părere că această carte este esențială pentru oricine dorește să treacă de la simpla utilizare a unor șabloane la proiectarea autonomă a experimentelor comportamentale. Cititorul câștigă competențe tehnice direct de la sursă, învățând cum să controleze precizia stimulilor și cum să colecteze date riguroase. Este un ghid practic care transformă programarea dintr-un obstacol într-un instrument de cercetare versatil, indiferent de nivelul de experiență tehnică.
Descriere scurtă
The book is written by Jonathan Peirce, the original creator of PsychoPy and Michael MacAskill, and they utilise their breadth of experience in Python development to educate students and researchers in this intuitive, yet powerful, experiment generation package.
Recenzii
Python is quickly becoming the programming language of choice in psychology and one very useful toolbox for designing and implementing experiments is PsychoPy. The PsychoPy Builder, in combination with this book, provides a smooth transition into the fine art of writing experiment code. This book is written by vision scientists, and it shows.
An essential read for anyone starting out creating computer-based experiments using PsychoPy. As an open source project, PsychoPy has evolved far beyond its original purpose, to the point where it can now interact with a variety of different hardware devices (e.g., eye-trackers, button boxes) and produce online web-based experiments. So, the time is ripe for a manual that gently guides the reader through from beginner to professional and ultimately to discovering the specialist applications of PsychoPy.
Including a variety of real-word examples and step-by-step screenshots for beginners with further sections for professionals, this a resource essential reading for anyone wanting to use it for serious research.
This book fills an incredibly important gap in the field. Many users of PsychoPy will be excited to learn that there is now a highly accessible and well-designed written guide to refine their skills. No more tinkering with the templates of other people’s scripts (unless you want to, of course). The book provides clear instructions on how to build computerized experiments from scratch to the exact specifications you want.
Having previously taught PsychoPy to university students, I am also convinced that the book will soon turn into one of their most cherished learning companions. In particular, its dedicated ‘Warning’ sections provide extremely handy reminders what to look out for when a script does not seem to do what it was meant to do. In fact, within 30 min of reading the book, I spotted a problem I currently had with one of my own scripts (the typical ‘duh!’ moment).
Equally handy are the book’s chapters that outline how to make PsychoPy ‘speak’ to external devices, ranging from eye-trackers to fMRI scanners. They provide invaluable information about all the nitty-gritty details that should be considered under such circumstances. In consequence, the book really helps with handling any unnecessary panic that can set in when setting up a new experiment.
The only thing that can be criticized about this book is that it was not published any earlier. I am a bit envious of the generations of new users that can simply look up ‘loop ordering options’ or ‘non-slip timing’.
Cuprins
Section 1: For the beginner
Chapter 2: Building your first experiment
Chapter 3: Using images - a study into face perception
Chapter 4: Timing and brief stimuli: Posner cueing
Chapter 5: Creating dynamic stimuli (revealing text and moving stimuli)
Chapter 6: Providing feedback: simple Code Components
Chapter 7: Ratings: Measure the Big 5 personality constructs
Chapter 8: Randomization, blocks and counterbalancing: a bilingual
Chapter 9: Using the mouse for input: creating a visual search task li
Section 2: For the professional
Chapter 10: Implementing research designs with randomization
Chapter 11: Coordinates and color spaces
Chapter 12: Understanding your computer timing issues
Chapter 13: Monitors and Monitor Center
Chapter 14: Debugging Your Experiment
Chapter 15: Pro-tips, tricks, and lesser-known features
Section 3: For the specialist
Chapter 16: Psychophysics, stimuli and staircases
Chapter 17: Building an fMRI study
Chapter 18: Building an EEG study
Chapter 19: Add eye-tracking to your experiment
A: Mathematics refresher
B: Exercise solutions