This is an old revision of the document!


Append

THIS position should be used for a brief introduction (max 2 sentences!) of the logic, stating WHAT and WHY it is doing something.

Append is being used to append one image stack to another.

input1: First image stack to which the second image stack is being appended

input2: Second image stack to be appended to the first one

output: Appended image stack

Note: The imageID in the headers is not changed by append. This can lead to non-unique imageIDs. To set unique imageIDs, use the following command in the sql-logic: <code> SELECT *,img AS imageId FROM t0 <code/>

This also adds the header entry img, though.