Skip to content

decompose_power -> keep_phase_information

Martin Reinecke requested to merge keep_phase_information into master

Rename "decompose_power" to "keep_phase_information" and try to improve documentation.

Nice to have: add a test case that checks whether

np.abs(f.power_analyze(keep_phase_information=True))

is almost equal to

f.power_analyze(keep_phase_information=False)

Volunteers? :)

Merge request reports