HierarchicalSourceInfo#
- class scarlet2.init.HierarchicalSourceInfo(peak: SkyCoord, center: SkyCoord, spectrum: array, morphology: array, footprint: HierarchicalFootprint)[source]#
Bases:
objectInformation for initializing a hierarchical source.
- peak#
Sky position of detected peak
- center#
Sky position of the center of the bounding box
- spectrum#
1-D array of per-channel flux, shape
(model.frame.C,)- Type:
jnp.array
- morphology#
2-D intensity map, clipped to the footprint bounding box, normalized to maximum of 1
- Type:
jnp.array
- footprint#
The footprint from
hierarchical_footprints()- Type:
HierarchicalFootprint