calc_stokes
- acstools.polarization_tools.calc_stokes(pol0, pol60, pol120, c0=1, c60=1, c120=1)
Calculate the Stokes parameters for ACS observations.
- Parameters:
- pol0float
Measurement in the POL0 filter. Units: electrons or electrons/second.
- pol60float
Measurement in the POL60 filter. Units: electrons or electrons/second.
- pol120float
Measurement in the POL120 filter. Units: electrons or electrons/second.
- c0float (Default = 1; optional)
Efficiency term for the POL0 filter. This comes from the ACS Data Handbook Table 5.6 in Section 5.3.4.
- c60float (Default = 1; optional)
Efficiency term for the POL60 filter. This comes from the ACS Data Handbook Table 5.6 in Section 5.3.4.
- c120float (Default = 1; optional)
Efficiency term for the POL120 filter. This comes from the ACS Data Handbook Table 5.6 in Section 5.3.4.
- Returns:
- i, q, utuple of floats
Stokes I, Q, and U parameters.