powered by
Obtain zenith and azimuth angles from row and col numbers
zenith_azimuth_from_row_col(z, a, row_col, lens_coef = NULL)
Numeric vector of length two.
SpatRaster built with zenith_image().
zenith_image()
SpatRaster built with azimuth_image().
azimuth_image()
Numeric vector of length two. Row and col numbers.
Numeric vector. Polynomial coefficients of the lens projection function. See calibrate_lens().
calibrate_lens()
Other HSP Functions: read_manual_input(), read_opt_sky_coef(), row_col_from_zenith_azimuth(), write_sky_points(), write_sun_coord()
read_manual_input()
read_opt_sky_coef()
row_col_from_zenith_azimuth()
write_sky_points()
write_sun_coord()
z <- zenith_image(1000, lens()) a <- azimuth_image(z) zenith_azimuth_from_row_col(z, a, c(501, 750))
Run the code above in your browser using DataLab