Hi,
I'm processing a milky way time lapse consisting of 580 images. I've created a ProcessContainer with all the process steps involved and am planning to apply it to all the images. One of the processes is a Morphological Transformation used to dim and reduce the stars size. The process includes a StarMask which is particular for every new image in the batch because each image is different from each other. When I run the ProcessContainer to the ImageContainner that contains all the images I find that every new Mask created for the new image gets a new Id (e.g Mask1, then Mask2, and so on, instead of replacing the original one), in such a way that the first Mask applies to all the images producing bizarre results. Is short, How can I create a new StarMask from scratch that replaces the previous one for every new image in the ImageContainer?
Thanks for helping!