getDebugFrame#
- lsstDebug.getDebugFrame(debugDisplay, name)#
Attempt to extract a frame for displaying a product called
namefrom thedebugDisplayvariable.Per the above, an instance of
Infocan return an arbitrary object (or nothing) as itsdisplayattribute. It is convenient – though not required – that it be a dictionary mapping data products to frame numbers, as shown in thelsstDebug.Infoexample. Given such a dictionary, this function extracts and returns the appropriate frame number. IfdebugDisplayis not a collection, or ifnameis not found within it, we returnNone.Parameters#
- debugDisplay
object The contents of
lsstDebug.Info(__name__).display.- name
str The name of the data product to be displayed.
Returns#
- frame
int A frame number, or
None.
- debugDisplay