Closed
Description
The PSES analysis code has grown a bit and recent forays into it indicate it might be due for a clean up. The script analysis part of PSES is one of its main jobs and where a lot of performance issues seem to lie. We should refactor the code here as much as possible to simplify how analysis works, do as little work as required, and ideally not call PowerShell unless we really need to.