This adds two bits of transient output:
transientWindowType
was setoutputTransientFstatMap
is set to True.The main low-level change is that get_fullycoherent_twoF now returns 3 results, two being None
by default except for the transient case, and so I added [0]
to its calls from other usecases. Tests and examples seem to be unaffected, so I hope I got all of them, but a double-check can't hurt. Or maybe you now a more elegant solution @GregAshton ?