shareloc.geofunctions.rectification_grid

This module contains the rectification_grids class to handle CARS rectification grids.

Module Contents

Classes

RectificationGrid

Rectification grid

class shareloc.geofunctions.rectification_grid.RectificationGrid(grid_filename)[source]

Rectification grid

get_positions()[source]

return grid positions

:return grid positions :rtype numpy array, numpy array

interpolate(positions)[source]

interpolate position

:param positions : positions to interpolate : array Nx2 [col,row] :type positions: np.array :return interpolated positions : array Nx2 [col,row] :rtype np.array