writing

This module contains convenience functions for writing reciprocal space maps.

Module Contents

Functions

linear_bin_to_vtk

Takes binned data and saves it to a .vtk file.

API

writing.linear_bin_to_vtk(binned_data: numpy.ndarray, file_path: str, start: numpy.ndarray, stop: numpy.ndarray, step: numpy.ndarray) None

Takes binned data and saves it to a .vtk file.