f_cash_root_cython# gammapy.stats.f_cash_root_cython(x, counts, background, model)# Function to find root of. Described in Appendix A, Stewart (2009). Parameters: xfloatModel amplitude. countsndarrayCount image slice, where model is defined. backgroundndarrayBackground image slice, where model is defined. modelndarraySource template (multiplied with exposure).