Skip to contents

This function removes Doppler bins from the detected First Order Region (FOR) if their corresponding radial velocity exceeds a predefined maximum threshold.

Usage

seasonder_limitFORCurrentRange(seasonder_cs_object)

Arguments

seasonder_cs_object

A SeaSondeRCS object containing spectral data and FOR parameters.

Value

The updated SeaSondeRCS object with the FOR bins filtered based on maximum velocity.

Details

Steps in Current Range Limiting:

  1. Retrieve Maximum Velocity Threshold:

  2. Obtain Current FOR Detection Results:

  3. Compute Radial Velocities for Doppler Bins:

  4. Identify Bins Exceeding Maximum Velocity:

    • Finds the Doppler bins where the absolute radial velocity is greater than or equal to currmax.

  5. Filter Out Exceeding Bins:

    • Uses setdiff to remove bins exceeding currmax from the FOR region.

  6. Store Updated FOR Data in Object:

    • Updates the SeaSondeRCS object with the filtered FOR results.

This function ensures that only Doppler bins corresponding to physically realistic radial velocities are included in the first-order Bragg region.

See also