TaskError

exception lsst.pipe.base.TaskError[source]

Use to report errors for which a traceback is not useful.

Notes

Examples of such errors:

  • processCcd is asked to run detection, but not calibration, and no calexp is found.
  • coadd finds no valid images in the specified patch.