Skip to content

Data auto-binning algorithm- takes x,y,z data and organizes it in x and y user prescribed bins, auto-interpolates data gaps, then plots z

Notifications You must be signed in to change notification settings

BKR7E/DataBinner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This a data binning algorithm that takes user data in the form (x,y,z) from file UserData.csv, organizes the data into prescribed bins, then attempts to interpolate and fill in empty bins in the data, then plots the data on a surface plot and other various forms. this is the same code used in NusseltFunofAngleRen.py from HeatFluxSensors repo

The .CSV file can be made to be any set of x,y,z data, but the heading of x,y,z has to be retained.

Coded by Eric Alar, UW-Madison (4/24/24) with help from ChatGPT 3.5

x = Angle, y = RE, z = Nusselt #

image image image image image

About

Data auto-binning algorithm- takes x,y,z data and organizes it in x and y user prescribed bins, auto-interpolates data gaps, then plots z

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages