Peak2D.from_dp_list
Peak2D.from_dp_list#
- classmethod Peak2D.from_dp_list(dp_list, tw=0.0, angles=None, p=1.0)[source]#
Make
Peak2Dfrom a list ofDressedPathwayassociated with the same 2D resonance.- Parameters
dp_list (List[DressedPathway]) – List of dressed pathway, can mix rephasing and nonrephasing pathways.
tw (Optional[float]) – Delay between second and third pulse (in s).
angles (Optional[Union[Mapping[str, Any], Sequence]]) – Sequence of polarization angles.
p (Optional[float]) – Pressure (in atm), only matters for
max_intensity.
- Return type