FrameSet#
- class lsst.images.FrameSet#
Bases:
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
get(in_frame, out_frame)Return the
Transformthat maps the two frames, orNoneif at least one is not known to theFrameSet.Methods Documentation