SummariseSweepFile: Extract summary information from an Nclamp/Igor Sweep File

View source: R/ReadNclamp.R

SummariseSweepFileR Documentation

Extract summary information from an Nclamp/Igor Sweep File

Description

e.g. for import into Physiology database

Usage

SummariseSweepFile(f, Verbose = FALSE)

Arguments

f

path to an Nclamp/Igor PXP format sweep file.

Verbose

if TRUE, print details while parsing underlying PXP file.

Value

A list of about 25 fields summarising the sweep file.

Author(s)

jefferis

Examples

l <- SummariseSweepFile(system.file("igor", "WedJul407c2_001.pxp", package="IgorR"))
cat("There are", l$NumWaves, "waves in the file each of total duration", l$StimWaveLength, 
 "ms and sample duration", l$StimSampleInterval, "ms \n") 

jefferis/IgorR documentation built on Nov. 10, 2023, 10:46 p.m.