pre_processor_bemovi: Preprocessor bemovi data

View source: R/pre_processor_bemovi.R

pre_processor_bemoviR Documentation

Preprocessor bemovi data

Description

Convert all .cxd files in the input/bemovi folder to non-proprietary avi format.

Usage

pre_processor_bemovi(input, output)

Arguments

input

directory from which to read the data

output

directory to which to write the data

Details

This function requires the following files and directories:

  • one input directory which contains

    • a folder named bemovi with

      • the .cxd files

      • a file bemovi_extract.yml containing all the parameter for the analysis. This parameter file will be loaded for the analysis.

    • a folder named ⁠00.general.parameter⁠ at the same level as input

This function creates the following folder if it does not exist:

  • ⁠output\bemovi⁠ in which will contain

    • the .avi files (converted .cxd files)

    • the .metadata text files containing the extracted metadata from the .cxd files

    • the files recursively copied from the ⁠00.general.parameter⁠ folder

Value

invisibly TRUE when completed successful


rkrug/LEEF.measurement.bemovi documentation built on Feb. 9, 2025, 7:01 a.m.