monochromaticDataToScarlet¶
- lsst.meas.extensions.scarlet.monochromaticDataToScarlet(blendData: ScarletBlendData, bandIndex: int, observation: Observation)¶
- Convert the storage data model into a scarlet lite blend - Parameters:
- blendData:
- Persistable data for the entire blend. 
- bandIndex:
- Index of model to extract. 
- observation:
- Observation of region inside the bounding box. 
 
- Returns:
- blendscarlet.lite.LiteBlend
- A scarlet blend model extracted from persisted data. 
 
- blend