If we add in OTS an analyzer (artlink/physicsLinks/analyzersLinks) and it is enabled, I think we should automatically add that to a analyzer paths which is then added to the end_path. If a "user" adds an analyzer, they also want to actually run that.
Assyming we add an analyzer called Analyzer0, I think we want to create:
physics: {
analyzers: {
Analyzer0 :
}
}
, like we already do, but also:
analyzePath: [ "Analyzer0" ]
end_paths: [ "analyzePath",....]