Processing

To access the Processing tools, click the Processing tab on the right edge of the Edgar desktop. This panel supports basic operations for +, -, *, and / with 2 operands. The operands may be either a file or a constant (except that both operands may not be a constant). By default, the file chooser for each operand is enabled. To use a constant instead, check the box next to the Constant field.

By default, the output file name is set to one of the input file names plus ".pro”. This can be edited manually to any desired filename.

When one operand is a file and the other is a constant, the number of subfiles in the output file will be the same as the number of subfiles in the input file. When both operands are files, the number of subfiles in the output file will be the smallest of the number of subfiles in the input files. There are 2 exceptions. First, if the number of subfiles in one of the files is exactly 2, then these will be treated as forward/reverse (or even/odd) and used in a loop for the corresponding forward/reverse subfiles in the other input file. Second, if the number of subfiles in one of the files is exactly 1, then this subfile will be used in a loop for all of the subfiles in the other input file.