decompose_power -> keep_phase_information
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? :)