Origin atan Fit

One of the useful features of Origin is its ability to easily fit functions to data. Unfortunatly atan isn’t one of the functions built in to origin. In this guide show you how to make and fit your own Origin atan function. Make and Fit Your Origin atan Function This quick guide shows you how… Read More »

Python Instrument Control

Python is becoming more established for scientific data analysis and processing, but what python instrument control options are there? For me the benchmark instrument control software has to be LabView. It’s incredibly expensive and certainly has it’s quirks, but I’ve found that it can often make interfacing with hardware relatively painless. I’ve recently been exploring… Read More »

How to Merge Polygons in Python

I’ve been working with the Shapely python package in python. This is a short guide for how to merge polygons in python. This guide is based on “cascaded_union.py” in the shapely examples. Find out how to install shapely in python here. How to Merge Polygons in Python Download the script for this guide here. In… Read More »