|
| Struct | lsst.pipe.tasks.prettyPictureMaker._task.run (self, Mapping[str, Exposure] images, Projection[Any]|None image_wcs=None, Box|None image_box=None) |
| |
| None | lsst.pipe.tasks.prettyPictureMaker._task.runQuantum (self, QuantumContext butlerQC, InputQuantizedConnection inputRefs, OutputQuantizedConnection outputRefs) |
| |
| dict[str, Exposure] | lsst.pipe.tasks.prettyPictureMaker._task.makeInputsFromRefs (self, Iterable[DatasetRef] refs, Butler|QuantumContext butler) |
| |
| dict[str, DeferredDatasetHandle] | lsst.pipe.tasks.prettyPictureMaker._task.makeInputsFromArrays (self, **kwargs) |
| |
| dict[int, DeferredDatasetHandle] | lsst.pipe.tasks.prettyPictureMaker._task.makeInputsFromExposures (self, **kwargs) |
| |
| | lsst.pipe.tasks.prettyPictureMaker._task.findBackgroundPixels (self, image, threshold_pair=None) |
| |
| | lsst.pipe.tasks.prettyPictureMaker._task._findControlPoints (self, Exposure exposure, Point2I origin, bool use_detection_mask=False, tuple[float, float]|None threshhold_pair=None) |
| |
| | lsst.pipe.tasks.prettyPictureMaker._task.fixBackground (self, image, list[float] yloc, list[float] xloc, list[float] values) |
| |
| | lsst.pipe.tasks.prettyPictureMaker._task.run (self, Exposure inputCoadd, list[Exposure]|None neighbors=None) |
| |