Getting started#

Download the tutorial repository#

Download the repository if it is not already done : here. We will start with the notebook named giwaxs_analysis_insight.ipynb. Open it in Jupyter, and check that you have all the right packages installed by running the first code cell. Install the missing packages.

import insight_scatter as ins
import pandas as pd
import xraydb as xraydb
import numpy as np
import matplotlib.pyplot as plt
import matplotlib.colors as colors
import matplotlib.cm as cmx
import itertools
import tifffile as tiff
import os
from typing import cast

This tutorial was done using insight version 0.2.2.