The Linear Derivation transform allows you to create new channels from linear combinations
of existing channels. The new channels are calculated from coefficients that are assigned to
existing channels based on the following formula: New channel = coeff1 * channel1 + coeff2
* channel2 + .... You can enter these coefficients in a matrix and also save and load them.