Hello,
I am analyzing full focal plane images taken with the CCOB narrow beam with the goal to analyze secondary spots.
I found afw.display
very useful to keep make nice stamps around each “ghost”, and keep plenty of useful information about the absolute stamp position within the focal plane.
I would like to make a gallery of ghost spots with their fit in one matplotlib
figure, which basically means having a figure with 20 subplots and be able to plot all my nice afw.display
on the different figure axis
.
Is there a way to do so?
I have tried different things but failed so far.
I have successfully created a lsst.afw.display.utils.mosaic
of ghosts stamps, but that’s not exactly what I want.
Thanks for you help
Johan