calc_jet_angle#
- radionets.evaluation.jet_angle.calc_jet_angle(image)[source]#
Caluclate the jet angle from an image created with gaussian sources. This is achieved by a PCA.
- Parameters:
- imagendarray
input image
- Returns:
- float
slope of the line
- float
intercept of the line
- float
angle between the horizontal axis and the jet axis