First post! The PixInsight community has been so vast and helpful I haven’t found the need to request help until now.
I'm processing a time lapse of solar prominence action consisting of 80+ images. I've created a ProcessContainer with all the process steps involved and am attempting to apply these steps to all images. In the processes I create a rangemask to protect/ enhance the sun’s surface and the prominences.
You probably can guess where I’m going here. The rangemask is unique to every new image in the batch since the prominence, disk alignment and surface feature change over the two hour period of capture. When I run the ProcessContainer to the batched ImageContainner I find the original mask is used for each new solar image and further ProcessContainer steps needing their own specific rangemask end up producing unpredictable results.
In short, Is there some source code that will allow me to create a specific new RangeMask (same parameters for every image) for every new image in the ImageContainer?
I’d hate to have to manually apply a RangeMask to every solar image when a process needs one.
Lazy me.
Thanks I hope,
Dan