// I would like to put it all in a struct, but then I'd have to write a constructor for it, due to members defined as references, creating a worse nightmare than the one I'd like to simplify...
@@ -771,6 +775,10 @@ int cluster_jxi488_cycle(int jxi488, ScattererConfiguration *sconf, GeometryConf
elapsed=interval_end-interval_start;
message="INFO: matrix calculation for scale "+to_string(jxi488)+" took "+to_string(elapsed.count())+"s.\n";