Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| eyes:logics:append [2017/06/12 16:04] bgraf | eyes:logics:append [2017/06/12 18:46] (current) jschlie1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Append is being used to append one image stack to another.  | Append is being used to append one image stack to another.  | ||
| - | ===== Input ==== | + | ===== I/O ==== | 
| - | **input1:** First image stack to which the second image stack is being appended | + | |
| - | **input2:** Second image stack to be appended to the first one | + | |< 100% 30% >| | 
| + | ^ Input ^ Description ^ | ||
| + | | 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 ===== | + | |< 100% 30% >| | 
| - | **output:** Appended image stack | + | ^ Output  ^ Description ^ | 
| + | | Output2 | Appended image stack | | ||
| ===== Additional Information ===== | ===== Additional Information ===== | ||
| 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:  | 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>  | + | <code>SELECT *,img AS imageId FROM t0</code> | 
| - | SELECT *,img AS imageId FROM t0 | + | |
| - | </code> | + | |
| This also adds the header entry img, though. | This also adds the header entry img, though. | ||