fpipy.data

Test images.

Functions

house_calibration()

Calibration sequence for the house dataset.

house_radiance(**kwargs)

Radiance image of a house and foliage.

house_raw(**kwargs)

Raw images of a house and nearby foliage.

fpipy.data.house_radiance(**kwargs)[source]

Radiance image of a house and foliage.

Radiances calculated by the VTT software from the house_raw dataset.

CC0

Parameters

**kwargs – Parameters passed on to xr.open_rasterio.

Returns

house_rad – (4, 400, 400) radiance cube with metadata.

Return type

xarray.Dataset

fpipy.data.house_raw(**kwargs)[source]

Raw images of a house and nearby foliage.

Raw CFA data from the VTT FPI imager.

CC0

Parameters

**kwargs – Keyword arguments passed on to read_ENVI_cfa.

Returns

house_raw – (4, 400, 400) cube of CFA images with metadata.

Return type

xarray.Dataset

fpipy.data.house_calibration()[source]

Calibration sequence for the house dataset.

Calibration data for the house_raw dataset as read from the camera calibration file (instead of the VTT generated header).