boundedDataToBox¶
- 
lsst.meas.extensions.scarlet.boundedDataToBox(nBands, boundedData)¶ Convert bounds from the data storage format to a
scarlet.bbox.BoxParameters: - nBands : 
int The number of bands in the model.
- boundedData
 The scarlet data object containing
xy0andextentattributes giving bounding box information in the lsst format(x, y).
Returns: - bbox : 
scarlet.bbox.Box The scarlet bounding box generated by the bounds.
- nBands :