Selecting specific flight mode from downloaded logs

Hi!

I downloaded PX4 logs for Fixed Wing but didn’t specify the flight mode. Is there a way to filter the stabilized and manual flight modes out of the downloaded logs?

python3 "$flight_review_repo/app/download_logs.py" \
    --mav-type "Fixed Wing" \
    --flight-modes "Stabilized" "Manual" \
    --max-num 2000

Have you tried this command and it didn’t work? Or what exactly are you asking?