R/write_vol_slo.R

Defines functions write_vol_slo

Documented in write_vol_slo

#' Write the VOL SLO image
#'
#' Writes the SLO information from a Heidelberg Spectralis VOL file.
#'
#' @param con connection to a VOL file
#' @param slo SLO data matrix
write_vol_slo <- function(vol_con, slo_image) {

    writeBin(c(slo_image), con = vol_con, size = 1, endian = "little")

}
barefootbiology/heyexr documentation built on July 9, 2022, 3:35 a.m.