Developer documentation

Adding a feature processing toolbox

  1. Check if config type is in fastr typelist: else, make your own

  2. Make FASTR tool: take pyradiomics as example.

  3. In WORC: (all in add_feature_calculator)

  1. Add converter for your config file

  2. Add a config safe function to save_config

  3. Make sure you add both sources and sinks for your tools

  4. Link these sources and sinks to the fastr network in the WORC.set function

  5. Add part to feature converter

  1. Add part to feature converter tool to convert your features to WORC format.

Testing and example data

Facades