Extract summary information from an Nclamp/Igor Sweep File
Source:R/ReadNclamp.R
SummariseSweepFile.Rd
e.g. for import into Physiology database
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")
#> There are 100 waves in the file each of total duration 20 ms and sample duration 0.025 ms