python

Distributed image processing using Dask

In this post…

Image registration using scikit image

Registration of two images using scikit image.

Creating a Custom Jupyter Kernel Configuration

A custom Jupyter kernel allows for user customization of packages and settings loaded at startup so that we do not have to start all notebooks with the same setup code.

Automatic data requests from the ESO archive

In this post I describe an alternative method of querying the ESO archive using browser automation. The method is simple and general enough to be applicable to any other archive web interface.

Using Tensorflow for time series modelling and forecasting

This is a quick example on using TensorFlow to learn about a time series and perform forecasting. This can be used as an entry point for detecting anomalies.