compare_field_to_legacy#

lsst.images.tests.compare_field_to_legacy(field, legacy_field, subimage_bbox)#

Test a Field object by comparing it to an equivalent lsst.afw.math.BoundedField.

Parameters:
  • field (BaseField) – Field to test.

  • legacy_field (lsst.afw.math.BoundedField) – Equivalent legacy bounded field.

  • subimage_bbox (Box) – Bounding box for full-image tests.

Return type:

None

This page was last modified on .