Add new features to RAPIDSΒΆ

Take accelerometer features as an example.

  1. Add your script to accelerometer folder

    • Copy the signature of the base_accelerometer_features() function for your own feature function
  2. Add any parameters you need for your function

    • Add your parameters to the settings of accelerometer sensor in config file
    • Add your parameters to the params of accelerometer_features rule in features.snakefile
  3. Merge your new features with the existent features

    • Call the function you just created below this line (LINK) of accelerometer_features.py script
  4. Update config file

    • Add your new feature names to the FEATURES list for accelerometer in the config file