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[NDCube]) – List of NDCube objects on which to resolve polarization
- Returns:
modified version of the input with polarization resolved
- Return type:
List[NDCube]
- punchbowl.level2.polarization.resolve_polarization_task(data_list: list[ndcube.NDCube | None]) list[ndcube.NDCube | None]#
Prefect task for polarization resolving.
- Parameters:
data_list (List[NDCube]) – List of NDCube objects on which to resolve polarization
- Returns:
modified version of the input with polarization resolved
- Return type:
List[NDCube]