backend_for_name#

lsst.images.serialization.backend_for_name(name)#

Return the Backend with the given format name.

Parameters:

name (str) – Backend format name: "fits", "ndf", or "json".

Raises:

ValueError – If name is not a recognized backend name.

Return type:

Backend

This page was last modified on .