Hi, all, I’m new to Omero. I have a situation where I’m accumulating a time series of tiff files: A_T1.tif, A_T2.tif, … , A_T9.tif. At some point during the accumulation, I have perhaps 3 of these files ready. I can successfully load these 3 files into Omero using a pattern file (A_T<1-3>.tif). Doing this, the data seems correctly grouped into the early part of my time series. Once A_T4.tif is ready, is there a way to create the now-longer series (A_T<1-4>.tif) without re-importing the first files?
Ideally, I would like to do this programmatically through Python, but any guidance on programmatic or interactive approaches would be appreciated.