read_opt_sky_coef {rcaiman}R Documentation

Read optimized sky coefficients

Description

Read optimized CIE sky coefficients stored in an HSP project.

Usage

read_opt_sky_coef(path_to_HSP_project, img_name)

Arguments

path_to_HSP_project

Character vector of length one. Path to the HSP project folder. For instance, "C:/Users/johndoe/Documents/HSP/Projects/my_prj/".

img_name

Character vector of length one. For instance, "DSCN6342.pgm" or "DSCN6342". See details.

Details

Refer to the Details section of function write_sky_points().

Value

Numeric vector of length five.

See Also

cie_sky_model_raster()

Other HSP Functions: read_manual_input(), row_col_from_zenith_azimuth(), write_sky_points(), write_sun_coord(), zenith_azimuth_from_row_col()


[Package rcaiman version 1.2.2 Index]