Difference between revisions of "mrcImageLogicalOperation"
From EosPedia
(Created page with "'''mrcImageLogicalOperation''' is Eos's Command that performs Logical Operation between mrcImages. == List of option == === Main option === <table border="1">...") |
(No difference)
|
Latest revision as of 04:27, 25 July 2014
mrcImageLogicalOperation is Eos's Command that performs Logical Operation between mrcImages.
List of option
Main option
| Option | Essential/Optional | Description | Default |
|---|---|---|---|
| -i1 | Essential | Input(P): mrcImage | NULL |
| -i2 | Optional | Input(Q): mrcImage | NULL |
| -o | Essential | Output: mrcImage | NULL |
| -c | Optional | ConfigurationFile | NULL |
| -m | Optional | Mode | 0 |
| -h | Optional | Help |
-m details
| Value | Description |
|---|---|
| 0 | AND(P*Q) |
| 1 | OR(P+Q) |
| 2 | ^(1-P) |
| 3 | XOR |
| 4 | XNOR |
| 5 | NAND |
| 6 | NOR |
| 7 | False |
| 8 | True |
| 9 | P |
| 10 | Q |
| 11 | IMP(^P+Q) : Implication: P -> Q |
| 12 | NIMP(P*^Q) : Not Implication: P -\-> Q |
| 13 | IIMP(P+^Q) : Inverse Implication: Q -> P |
| 14 | NIIMP(^P*Q) : Not Inverse Implication: Q -\-> P |