component_from_list#
- radiosim.jets.jet.component_from_list(size, amp, x, y, sx, sy, rotation)[source]#
Creating jet components from a list of attributes.
- Parameters:
- size: int
shape of the output image will be (size, size)
- attributes: list or array
[amp, x, y, sx, sy, rotation]
- Returns:
- jet_comp: list of ndarray
all jet components stored in one list