compare_amplifier_to_legacy#

lsst.images.tests.compare_amplifier_to_legacy(amplifier, legacy_amplifier, *, is_raw_assembled, expect_nominal_calibrations=True)#

Compare an Amplifier to a legacy lsst.afw.cameraGeom.Amplifier.

Parameters:
  • amplifier (Amplifier) – Amplifier to compare.

  • legacy_amplifier (Any) – Legacy lsst.afw.cameraGeom.Amplifier to compare against.

  • is_raw_assembled (bool) – Whether the raw geometry is expected to be the assembled-raw geometry (True) or the unassembled-raw geometry (False).

  • expect_nominal_calibrations (bool, default: True) – Whether the amplifier is expected to carry nominal calibrations.

Return type:

None

This page was last modified on .