Hi Bitli,
access output parameters of a process
This is already possible (from long time ago). Processes such as ImageCalibration, ImageIntegration, StarAlignment, etc, provide read-only output parameters, also known as
output properties. Output properties can already be accessed from JavaScript scripts, and since the next version of PCL, also from PCL-based modules. A good example is the BatchPreprocessing script, where we use output properties to coordinate the whole preprocessing pipeline.
Output properties are fully documented for processes such as ImageIntegration and StarAlignment (see the
Scripting and Automation sections of the corresponding documents). The Object Browser window in version 1.7 (which is integrated with Script Editor), or the Object Explorer component in version 1.8, provide information on all process parameters, including output properties. You have this information also in Process Explorer when the Property Browser panel is selected.