tools#

Subpackage for visualization, samplers, etc.

Functions

sample3d_rz(function3d, r_range, z_range[, phi])

Sample a 3D function with a specified toroidal angle and a certain range of R-Z coordinates

sample_xy_plane(func, x_range, y_range[, z])

Sample a 3D function over the specified range with X-Y coords at a certain Z-axis value.

Classes

Spinner([text, interval, frames, timer, side])

Implements a context manager that spawns a child process to write spinner frames into a tty (stdout) duringcontext execution.

Modules

samplers

This module provides a set of sampling functions for rapidly generating samples of a 3D functions with cylindrical coords.

spinner

Module offering terminal spinner Spinner implementation.

fetch

Module to fetch files from the remote server using the SFTP downloader.

visualization

Module relating to visualizing, plotting, etc.

utility

Module containing utility functions to help with data processing and analysis.