Transforms text strings into coordinate values by isopters, one subject at a time.
NOTE: For this function to run, a demographics file must exist (columns: Study ID No, Eye, Sex, Age, Quality of test).
Only subjects with values on at least Study ID No and Eye can be processed.
## For example, import raw data with:# M0001Oraw<- paste(scan("C:\\Data\\Octopus_raw\\M0001.txt", sep=';', what=''), collapse=';')
preprocess.octopus(M0001Oraw)