Hello,
I'll answer your question about DBE at the end of this reply. But let me talk about PixInsight's user interface first.
What you are experiencing is quite frequent among new PixInsight users when they face the application for the first time. This is because PixInsight implements a user interface paradigm that is quite different from most interfaces used by imaging applications. It's just that PixInsight has a learning curve that new users can't avoid. But the benefits are well worth the effort
The traditional interface that you are accustomed to does not separate the objects you are manipulating (images in this case) from the actions that you are applying to them (processing routines and procedures). For example, when you apply a levels adjustment, a dialog box opens and you have to either complete or cancel the levels adjustment to continue with your workflow. This is known as a
document-oriented user interface.
With PixInsight, there is a perfect isolation between images and processes by design. You can define virtually any process in PixInsight without having an image open, because processes are self-contained and self-defined in PixInsight (we often refer to this as
process encapsulation). An example: you can define a histogram transform (the counterpart to levels in other applications), while you are modifying a mask to protect certain image areas, watching how the mask is acting in real time, inspecting image statistics and how they change as you apply the histogram transform, and even applying other processes to see how they interact all together. You can store, edit, reorder, modify and reuse any processing sequence without limits across different processing projects (with ProcessContainer objects). This is what we call an
object-oriented user interface.
In my opinion, PixInsight's object-oriented user interface is much more powerful and versatile than common document-oriented interfaces. Most users report this when they break the initial effort required to feel comfortable with the application. Our implementation is also a fresh, innovative approach to the advanced image processing workflow. Process icons and process containers are only two obvious elements of this new paradigm. However, being so different and flexible, our interface has a learning curve, as I said before.
The Dynamic Background Extraction (DBE) process still has not been implemented in the new PixInsight Standard platform. We'll publish a new (and tremendously improved) version very soon, but for now, you can find DBE in the latest PixInsight Limited Edition (LE) version. You can download LE here:
http://pleiades-astrophoto.com/download/LE/index.htmlPlease download LE version 1.0.1.141, and follow the instructions to upgrade to 1.0.1.142. Let me know if you have any problem.
Thank you