Updated tables with pipes in front and at end of rows

This commit is contained in:
Magne Sjaastad 2013-10-24 18:56:35 +02:00
parent 0a7fc0d19e
commit 550354a888
3 changed files with 37 additions and 37 deletions

View File

@ -3,15 +3,15 @@
------ ------
## Command Line Parameters # ## Command Line Parameters #
Parameter|Description | Parameter | Description |
---------|----------- |-----------|-------------|
`-help, -?` | Displays help text and version info | `-help, -?` | Displays help text and version info |
`-last` | Open last used project | `-last` | Open last used project |
`-project <filename>` | Open project file <filename> | `-project <filename>` | Open project file <filename> |
`-case <casename>` | Import Eclipse case <casename> (do not include .GRID/.EGRID) | `-case <casename>` | Import Eclipse case <casename> (do not include .GRID/.EGRID) |
`-savesnapshots` | Save snapshot of all views to 'snapshots' folder in project file folder. Application closes after snapshots are written to file. | `-savesnapshots` | Save snapshot of all views to 'snapshots' folder in project file folder. Application closes after snapshots are written to file. |
`-regressiontest <folder>` | Run a regression test on all sub-folders starting with `TestCase*` of the given folder. **RegressionTest.rip** files in the sub-folders will be opened and snapshots of all the views is written to the sub-sub-folder **RegTestGeneratedImages**. Then difference images is generated in the sub-sub-folder **RegTestDiffImages** based on the images in sub-sub-folder **RegTestBaseImages**. The results are presented in **ResInsightRegressionTestReport.html** that is written in the given folder. | `-regressiontest <folder>` | Run a regression test on all sub-folders starting with `TestCase*` of the given folder. **RegressionTest.rip** files in the sub-folders will be opened and snapshots of all the views is written to the sub-sub-folder **RegTestGeneratedImages**. Then difference images is generated in the sub-sub-folder **RegTestDiffImages** based on the images in sub-sub-folder **RegTestBaseImages**. The results are presented in **ResInsightRegressionTestReport.html** that is written in the given folder. |
`-updateregressiontestbase <folder>` | For all sub-folders starting with `TestCase*`, copy the images in the sub-sub-folder **RegTestGeneratedImages** to the sub-sub-folder **RegTestBaseImages** after deleting **RegTestBaseImages** completely. | `-updateregressiontestbase <folder>` | For all sub-folders starting with `TestCase*`, copy the images in the sub-sub-folder **RegTestGeneratedImages** to the sub-sub-folder **RegTestBaseImages** after deleting **RegTestBaseImages** completely. |
See also the [Regression Test System ](RegressionTestSystem.md) for a more in-depth explanation. See also the [Regression Test System ](RegressionTestSystem.md) for a more in-depth explanation.

View File

@ -100,35 +100,35 @@ The X and Y grid data can be negated in order to make the Grid model appear corr
ResInsight comes with two 3D navigation modes. The active mode can be selected in the **Preferences** dialog (**Edit -> Preferences**). ResInsight comes with two 3D navigation modes. The active mode can be selected in the **Preferences** dialog (**Edit -> Preferences**).
Abbreviation | Meaning |Abbreviation | Meaning |
-------------|------- |-------------|---------|
LMB | Pressing left mouse button |LMB | Pressing left mouse button |
MMB | Pressing Middle mouse button or scroll wheel button |MMB | Pressing Middle mouse button or scroll wheel button |
RMB | Pressing Right mouse button |RMB | Pressing Right mouse button |
#### Ceetron navigation mode #### Ceetron navigation mode
Mouse interaction | Action |Mouse interaction | Action |
------------------|------- |------------------|---------|
LMB | Pan model |LMB | Pan model |
MMB | Zoom to mouse pointer location |MMB | Zoom to mouse pointer location |
Scroll wheel | Zoom to mouse pointer location |Scroll wheel | Zoom to mouse pointer location |
RMB | Rotate model |RMB | Rotate model |
| | | |
RMB single click | Context menu |RMB single click | Context menu |
LMB single click | Update status bar and **Result Info** |LMB single click | Update status bar and **Result Info** |
#### CAD navigation mode #### CAD navigation mode
Mouse interaction | Action |Mouse interaction | Action |
------------------|------- |------------------|--------|
MMB | Rotate model |MMB | Rotate model |
MMB + Shift | Pan model |MMB + Shift | Pan model |
Scroll wheel | Zoom to mouse pointer location |Scroll wheel | Zoom to mouse pointer location |
| | | |
RMB single click | Context menu |RMB single click | Context menu |
LMB single click | Update status bar and **Result Info** |LMB single click | Update status bar and **Result Info** |
### Project files and Cache directory ### Project files and Cache directory

View File

@ -16,12 +16,12 @@ Scripts can access the selection state in ResInsight, and also retrieve lists of
### Case Types ### Case Types
The case type (Labeled "CaseType" in the following specification) of a case is returned as a text string when retrieving lists of cases, and is one of the following: The case type (Labeled "CaseType" in the following specification) of a case is returned as a text string when retrieving lists of cases, and is one of the following:
Case Type | Description | Case Type | Description |
---------------|----------- |----------------|-------------|
ResultCase | A binary Eclipse case |ResultCase | A binary Eclipse case |
InputCase | A case based on ASCII Eclipse input data |InputCase | A case based on ASCII Eclipse input data |
StatisticsCase | A statistics case based on many source cases in Grid Case Group |StatisticsCase | A statistics case based on many source cases in Grid Case Group |
SourceCase | A binary Eclipse case in a Grid Case Group |SourceCase | A binary Eclipse case in a Grid Case Group |
### Unresolved issues ### Unresolved issues
The issue around having multiple instances of ResInsight is still not addressed, but might affect the function signatures by adding a port number parameter to all of them. We will try to find ways to avoid this, but are still not certain that we will succeed. The issue around having multiple instances of ResInsight is still not addressed, but might affect the function signatures by adding a port number parameter to all of them. We will try to find ways to avoid this, but are still not certain that we will succeed.