Link Search Menu Expand Document

Data acquisition model

Table of contents

  1. Introduction
  2. Fields
  3. Types of Data acquisition
    1. Audio and Behavioral Tracking
    2. Electrophysiology
    3. Optical Imaging
    4. Magnetic and Functional Imaging
    5. Tomography and Ultrasound
  4. Permissions
  5. Data acquisition API access

Introduction

Data acquisition encompasses the diverse range of data types acquired during scientific experiments. These data types are crucial for understanding the complex workings of the brain and nervous system, offering insights into neural function, structure, behavior, and the effects of various interventions. While Data acquisition types share relationships, fields are tailored to the various data types.

Fields

FieldDescription
SessionSession of the data acquisition (required). Must reference an existing session. Example: “Recording session #3”
TypeType of data acquisition (required). Selected from predefined types. Example: “Extracellular Electrophysiology”. See options below
ProceduresRelated subject procedures (required). Must reference existing procedures. Example: “Silicon probe implant #A123”
EquipmentsEquipments used to acquire the data (required). Must reference existing equipment. Example: “Intan RHD2000”
NotesNotes about the data acquisition (string). Example: “Good signal quality throughout recording”
Hardware deviceHardware device used to perform the data acquisition. Example: “Neuralynx Digital Lynx”
Type detailsType-specific fields. Fields vary by acquisition type. Example: For electrophysiology - sampling rate, number of channels. See options below

Types of Data acquisition

These are the available Type options for data acquisition:

Audio and Behavioral Tracking

  • Audio
  • Behavioral Tracking

Electrophysiology

  • Electroencephalography (EEG)
  • Electroneurogram (ENG)
  • Extracellular Electrophysiology
  • Intracellular Electrophysiology

Optical Imaging

  • Confocal Microscopy
  • Fiber Photometry
  • Light Field Microscopy (LFM)
  • Miniscope Microscopy
  • Single-Photon Microscopy
  • Two-Photon Microscopy
  • Three-Photon Microscopy

Magnetic and Functional Imaging

  • Functional Magnetic Resonance Imaging (fMRI)
  • Magnetic Resonance Imaging (MRI)
  • Magnetoencephalography (MEG)

Tomography and Ultrasound

  • Computed Tomography (CT)
  • Positron Emission Tomography (PET)
  • Single-Photon Emission Computed Tomography (SPECT)
  • Functional Ultrasound Imaging (fUS)

A detailed list of the type-specific fields can be found on the Data acquisition types page.

Permissions

Data acquisition inherits permissions through its associated session.

Visit the permissions page to learn more.

Data acquisition API access

The API allows for programmable access to data acquisition. Learn more about the data acquisition fields and data structure on the data acquisition API page.