7th Advanced Training Course on Radar Polarimetry

Hi,

This may well be the wrong forum for this question, but I note that previous versions of this course have been advertised here so I’ll give it a go.

I’m going through ESA’s 7th Advanced Training Course on Radar Polarimetry. The first practical (Monday - TomoSAR) has a series of imports in the Jupyter notebook:

import numpy as np
import matplotlib.pyplot as plt
from scipy.ndimage import filters
from ste_io import *
from tqdm import tqdm

The library ste_io is not available and it keeps throwing an error. I have installed Python us the provided .yml file on an Ubuntu system (the recommended method) and there was no problem so all libraries should be available. I can’t find any mention anywhere online of a Python library called ste_io. It’s a library (I’m guessing custom) for importing .rat files (the supplied data files) using lines like dtm = rrat(path2data + 'lidar_dtm.rat').

Does anyone have any idea about where I can get this library, or the right place to ask?

Edit: additionally, ste_io (or ste_io.py is not mentioned in the documentation, nor is it present anywhere in the course materials.