calibrated_from_instrumental#
- stellarphot.utils.calibrated_from_instrumental(X, a, b, c, d, z)[source]#
Calculate the calibrated magnitudes from the instrumental magnitudes and colors.
- Parameters:
- Xtuple of numpy.ndarray
The first element is an array of instrumental magnitudes, the second is an array of colors.
- a, b, c, d, zfloat
Parameters of the fit.
- Returns:
numpy.ndarrayArray of calibrated magnitudes.