calc_residual#
- stellarphot.utils.calc_residual(new_cal, catalog)[source]#
Calculate the standard deviations of the residuals between the new calibrated magnitude and the catalog magnitude.
- Parameters:
- new_cal
numpy.ndarray New calibrated magnitudes.
- catalog
numpy.ndarray Catalog magnitudes.
- new_cal
- Returns:
- float
Standard deviation of the residual.