in3Utils.geoTrans.findAngleProfile

findAngleProfile(tmp, ds, dsMin)[source]

Find the beta point: first point under the beta value given in prepareAngleProfile. Make sure that at least dsMin meters behind the point are also under the beta value otherwise keep searching

Parameters
  • tmp (1D numpy array) – index array of point in profile with slope bellow the given beta angle and bellow the splitPoint

  • ds (1D numpy array) – distance between points discribed in tmp

  • dsMin (float) – threshold distance [m] for looking for the beta point (at least dsMin meters below beta degres)

Returns

idsAnglePoint – index of beta point

Return type

int