Skip to main content

A package for fluid mechanic experimentalists

Project description

SplashLab

Python packages intended to assist with experimental research in the field of fluid dynamics. The tools are divided into two categories: computer vision and dimensional analysis. The entire package can be installed with pip install splashlab.

Computer Vision

The computer vision module contains several functions and classes that assist mainly with processing image and video data. The first example shows how to use read_image_folder to convert all images in a directory to a single numpy array and display the images with animate_images:

import splashlab.computer_vision as vision

images = read_image_folder(folder_path, file_extension='.tif', start=0, end=None, step=1, read_color=False)
animate_images(images, wait_time=10, wait_key=False, BGR=True, close=True)

Dimensional Analysis

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

splashlab-0.0.34.tar.gz (16.3 kB view hashes)

Uploaded Source

Built Distribution

splashlab-0.0.34-py3-none-any.whl (18.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page