sbm.SignalFields.circular_pointing_field#
- static SignalFields.circular_pointing_field(scan_field, mdim: int, rho: float, chi: float, temp_map: ndarray, pol_map: ndarray, eth_temp_map: ndarray, eth_pol_map: ndarray, o_eth_pol_map: ndarray)[source]#
Get the absolute pointing field of the detector
- Parameters:
scan_field (
ScanFields
) – scan field instancemdim (int) – dimension of the map-making liner system
rho (float) – magnitude of pointing offset in radian
chi (float) – direction of the pointing offset in radian
temp_map (np.ndarray) – temperature map
pol_map (np.ndarray) – polarization map (i.e. Q+iU)
eth_temp_map (np.ndarray) – spin up gradient of the temperature map
eth_pol_map (np.ndarray) – spin up gradient of the polarization map
o_eth_pol_map (np.ndarray) – spin down gradient of the polarization map