# \donttest{
# Load data
mat <- matrix(runif(160*120, 20, 40), nrow = 120, ncol = 160)
obj <- create_BioThermR(mat, name = "Simulation_01")
# Convert to EBImage format with normalization
eb_obj <- as_EBImage(obj, normalize = TRUE)
# Convert to BioThermR from EBImage
new_obj <- from_EBImage(eb_obj)
# }
Run the code above in your browser using DataLab