read_exposure_grid

GridModel.read_exposure_grid(path=None, **kwargs)

Read the exposure grid.

If no path is provided the method tries to infer it from the model configurations.

Parameters

Name Type Description Default
path Path | str Path to an exposure grid, by default None None
kwargs dict Keyword arguments for reading. These are passed into open_grid after which into GridSouce/ {}
Back to top