retistruct.read.markup | R Documentation |
Read the markup data contained in the files ‘markup.csv’,
‘P.csv’ and ‘T.csv’ in the directory ‘dataset’,
which is specified in the reconstruction object r
.
retistruct.read.markup(a, error = stop)
a |
Dataset object, containing |
error |
Function to run on error, by default |
The tear information is contained in the files ‘P.csv’ and
‘T.csv’. The first file contains the locations of outline
points that the tears were marked up on. The second file contains
the indices of the apex and backward and forward vertices of each
tear. It is necessary to have the file of points just in case the
algorithm that determines P
in
retistruct.read.dataset
has changed since the markup
of the tears.
The remaining information is contained in the file ‘markup.csv’.
If DVflip
is specified, the locations of points P
flipped in the y
-direction. This operation also requires the
swapping of gf
and gb
and VF
and VB
.
o RetinalDataset
object
V0 |
Indices in |
VB |
Indices in |
VF |
Indices in |
iN |
Index in |
iD |
Index in |
iOD |
Index in |
phi0 |
Angle of rim in degrees |
DVflip |
Boolean variable indicating if dorsoventral (DV) axis has been flipped |
David Sterratt
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.