FrameSet#
- class lsst.images.FrameSet#
Bases:
DescribableMixin,ABCA container or factory for
Transformobjects that relates frames.Notes
FrameSetsupposesin(__contains__) tests on individualFrameobjects to test whether they are known to the frame set, and indexing (__getitem__) of pairs of frames to return aTransformthat maps the first to the second.Methods Summary
describe(*[, brief, detail, exclude])Return a
Reportdescribing this object.get(in_frame, out_frame)Return the
Transformthat maps the two frames, orNoneif at least one is not known to theFrameSet.Methods Documentation
- describe(*, brief=False, detail=False, exclude=())#
Return a
Reportdescribing this object.- Parameters:
brief (
bool, optional) – Whether to build only whatreprandstrread.detail (
bool, optional) – Whether to include extras that are too expensive for a default report, such as per-plane set-pixel counts.exclude (
Collection[str], optional) – Names of report elements to omit.
- Returns:
report – Report describing this object.
- Return type: