acdc.predict_dark_level.fun_opt

fun_opt(coeffs, darks, binned_sci, excluded_rows)[source]

TODO- fill in

Parameters:
  • coeffs (list) – The output coefficients.

  • darks (list) – A list of all superdarks to model, typicall [quiescent_dark, active_dark].

  • binned_sci (array) – Binned science image.

  • excluded_rows (array) – List of rows to exclude from modeling. Correspond to the PSA and WCA regions.

Returns:

cval (list) – Coefficients? TODO