File: readFidFile.Rd

package info (click to toggle)
r-cran-readbrukerflexdata 1.9.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,240 kB
  • sloc: sh: 13; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 837 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/readFidFile-functions.R
\name{.readFidFile}
\alias{.readFidFile}
\title{Reads binary fid file.}
\usage{
.readFidFile(fidFile, nIntensities, endian = "little")
}
\arguments{
\item{fidFile}{\code{character} path to fid file e.g.
Pankreas_HB_L_061019_A10/0_a19/1/1SLin/fid}

\item{nIntensities}{number of data entries
(total count; get from acqu file)}

\item{endian}{endianness of the fid file
(\sQuote{little} or \sQuote{big}; default: \sQuote{little})}
}
\value{
A vector of intensity values.
}
\description{
This function reads a binary fid file. A fid file contains intensities for
all measured time points.
}
\seealso{
\code{\link[readBrukerFlexData]{.readAcquFile}},
 \code{\link[readBrukerFlexData]{readBrukerFlexFile}}
}
\keyword{IO}
\keyword{internal}