Hmm. I assume that the source window to copy and rename is an open image on the desktop or is this a on disk operation you're looking to do?
Is there a way to add things to a ProcessContainer like duplicate and rename an image?
Hi Joel,QuoteIs there a way to add things to a ProcessContainer like duplicate and rename an image?There is an ImageIdentifier process, which you can use to rename a view, and of course you can include an instance of ImageIdentifier in a ProcessContainer instance. There is no process to duplicate an image, so this cannot be done using process instances, including ProcessContainer instances. The main reason is that duplicating an image does not transform anything in an image. You should write a script to perform this kind of actions. Scripting is much easier in PixInsight than it may seem at first sight; don't hesitate to ask about this if you are interested.
PixelMath would do what you want as well :-) as a short term solution. Single channel with the source image as the target and create new image as the result with the new nameBut Jaun, beat me to the real punch. Scripting is very easy and handy.