getDebugFrame¶
- lsstDebug.getDebugFrame(debugDisplay, name)¶
- Attempt to extract a frame for displaying a product called - namefrom the- debugDisplayvariable.- Per the above, an instance of - Infocan return an arbitrary object (or nothing) as its- displayattribute. It is convenient – though not required – that it be a dictionary mapping data products to frame numbers, as shown in the- lsstDebug.Infoexample. Given such a dictionary, this function extracts and returns the appropriate frame number. If- debugDisplayis not a collection, or if- nameis not found within it, we return- None.