User Tools

Site Tools


visual3d:documentation:pipeline:event_commands:example_-_identify_events_at_local_max

This is an old revision of the document!


The goal in this example is to identify Events at the local maximum values of the following signal, but only within a specified range.

Consider the following signal:

images_5_54_event13_1.jpg

Switch to Signal and Events mode.

Create a START Event manually

images_a_a1_event13_2.jpg

Create a STOP Event manually

images_5_56_event13_3.jpg

Compute All Maxima

Now modify the Event_Maximum pipeline command to compute all maxima of the x-component of the signal FCD within the range defined by the START event and END event.

images_2_22_event13_4.jpg

Event_Maximum /SIGNAL_TYPES=LINK_MODEL_BASED /SIGNAL_NAMES=FCD ! /SIGNAL_FOLDER=ORIGINAL /EVENT_NAME=MAX /SELECT_X=TRUE /SELECT_Y=FALSE ! /SELECT_Z=FALSE ! /FRAME_WINDOW=8 START_AT_EVENT=START /END_AT_EVENT=END /EVENT_INSTANCE=0 ; Note that the Event_Instance=0 means that all instances are identified in this range.

Result

images_d_d7_event13_5.jpg

Report Graph Start to End

images_f_fc_event13_6.jpg

images_9_9a_event13_7.jpg

Report Graph Max to Max

images_c_cb_event13_8.jpg

images_4_49_event13_9.jpg

Retrieved from “”

visual3d/documentation/pipeline/event_commands/example_-_identify_events_at_local_max.1718385947.txt.gz · Last modified: 2024/06/14 17:25 by sgranger