~ubuntu-branches/ubuntu/vivid/r-cran-readbrukerflexdata/vivid-proposed

« back to all changes in this revision

Viewing changes to man/readAcquFile.Rd

  • Committer: Package Import Robot
  • Author(s): The Debichem Group
  • Date: 2012-11-11 10:44:00 UTC
  • Revision ID: package-import@ubuntu.com-20121111104400-r035hikf6f67yd6u
Tags: upstream-1.5
ImportĀ upstreamĀ versionĀ 1.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
\name{.readAcquFile}
 
2
\alias{.readAcquFile}
 
3
\title{Reads an acqu file.}
 
4
\usage{
 
5
  .readAcquFile(fidFile, verbose = FALSE)
 
6
}
 
7
\arguments{
 
8
  \item{file}{\code{character}, path to corresponding fid
 
9
  file (e.g.
 
10
  \code{Pankreas_HB_L_061019_A10/0_a19/1/1SLin/fid})}
 
11
 
 
12
  \item{verbose}{\code{logical}, print verbose messages?}
 
13
}
 
14
\value{
 
15
  a \code{list} with metadata
 
16
}
 
17
\description{
 
18
  This function reads constants, calibrations values and a
 
19
  lot of more from \emph{acqu} files.
 
20
}
 
21
\seealso{
 
22
  \code{\link[readBrukerFlexData]{readBrukerFlexFile}},
 
23
}
 
24
\keyword{internal}
 
25
\keyword{IO}
 
26