punchbowl.level2.polarization#
Functions#
|
Take a set of input data in the camera MZP frame and convert to the solar MZP frame. |
|
Prefect task for polarization resolving. |
Module Contents#
- punchbowl.level2.polarization.resolve_polarization(data_list: list[ndcube.NDCube]) list[ndcube.NDCube]#
Take a set of input data in the camera MZP frame and convert to the solar MZP frame.
- Parameters:
data_list (List[PUNCHData]) – List of PUNCHData objects on which to resolve polarization
- Returns:
modified version of the input with polarization resolved
- Return type:
List[PUNCHData]
- punchbowl.level2.polarization.resolve_polarization_task(data_list: list[ndcube.NDCube]) list[ndcube.NDCube]#
Prefect task for polarization resolving.
- Parameters:
data_list (List[PUNCHData]) – List of PUNCHData objects on which to resolve polarization
- Returns:
modified version of the input with polarization resolved
- Return type:
List[PUNCHData]