ana5Utils.distanceTimeAnalysis.maskRangeFull

maskRangeFull(flowF, threshold, rangeMasked)[source]

mask range (already masked with radar field of view) also with avalanche result field where NOT above threshold

Parameters
  • flowF (numpy array) – flow variable result field

  • threshold (float) – threshold of result field - masked where values NOT above this threshold

  • rangeMasked (numpy masked array) – range to radar location masked with radar field of view

Returns

  • maskAva (numpy mask) – mask where result field NOT above threshold

  • bmaskAvaRadar (numpy mask) – mask where result field NOT above threshold and NOT in radar field of view

  • rMaskedAvaRadar (numpy masked array) – masked range array with NOT in radar field of view and result field NOT above threshold