Writing custom code for CEDAR

This page describes how to develop a new processing step for CEDAR.

There are two ways to accomplishing this.

You can either integrate your step directly into your local CEDAR version or write a CEDAR plugin, containing that step, which you can later include inside the CEDAR GUI.

In either case, you will have to write custom code for the processing step. We have created a tutorial that creates an exemplary processing step, which sums two inputs.