# NOT RUN {
# load a polar volume
pvolfile <- system.file("extdata", "volume.h5", package = "bioRad")
example_pvol <- read_pvolfile(pvolfile)
# elevations for the scans in the volume
get_elevation_angles(example_pvol)
# extract the first scan:
scan <- example_pvol$scans[[1]]
# elevation angle of the scan:
get_elevation_angles(scan)
# }
Run the code above in your browser using DataLab