Simon,
I found another anomaly that you may already be aware of.
In tutorial 7 the parm tract is spelled as trct in the “Note” section.
Cheers KSK
Also, Simon, I’m working through Step 7 of the Tutorial. I’m not clear if meas_coadd is accurate. I see that my execution has created a directory actually named coad_meas . Can you advise if this is what we want here?
See cut/paste below:
import os
from lsst.daf.butler import Butler
collections = [f"u/{os.environ[‘USER’]}/objects", f"u/{os.environ[‘USER’]}/meas_coadd"]
butler = Butler(‘SMALL_HSC’, collections=collections)