Examples: Filtered Radials |
Command Line Radial Filter Tool Examples |
Here's a normal radial output..

|
LLUVCutoff -diag=99 -source=RDLm_BMLR_2008_09_04_1600.ruv -output="RDLm_BMLR_Test1.ruv" -zero -range=50 -sector=0,360 -range=150 -sector=190,260 -method=flag

|
Example of the "-invert" param. ./LLUVCutoff -diag=99 -source=RDLm_BMLR_2008_09_04_1600.ruv -output="RDLm_BMLR_Test2.ruv" -invert -zero -range=50 -sector=0,360 -range=150 -sector=190,260 -method=flag

|
Example of moving the origin of the angseg with "-origin" param lat,lon and can be almost an format. ./LLUVCutoff -diag=99 -source=RDLm_BMLR_2008_09_04_1600.ruv -output="RDLm_BMLR_Test3.ruv" -origin="37d28m44N,122d30m12W" -closed -range=200 -sector=200,300 -method=flag

|
Filter out all vel > 40cm/s./LLUVCutoff -diag=99 -source=RDLm_BMLR_2008_09_04_1600.ruv -output="RDLm_BMLR_Test4.ruv" -maxvel=40 -method=remove

|
Filter out all vel >40cms only to the NW ./LLUVCutoff -diag=99 -source=RDLm_BMLR_2008_09_04_1600.ruv -output="RDLm_BMLR_Test5.ruv" -maxvel=40 -method=remove -range=0 -sector=270,360
 |