How to Start
How to start neoEBV
You can start neoEBV with the following command line
$ nebv [options] [<filename> ...]
If <filename>
is specified, neoEBV starts with the view of the entire file.
Multiple files can be specified at the same time.
You do not need to specify the data format of the files as neoEBV automatically determines the format.
If no <filename>
is specified, neoEBV starts with an empty display.
A file can be opened using button on the File List. Refer to File Open page.
File other than Pattern File
If the specified file is not a pattern file of any supported data format and has the extension csv
, it is opened as a Mark Location File.
Executing Order of Boot Options
You can execute various functions upon startup by specifying options
.
- Display the specified files by
<filename>
- Execution of options except for the ones mentioned below.
- Execution of taking screenshots. (
--screenshot-out
option) - Execution of commands in the script file. (
--python-file
option) - Execution of exit. (
--exit
option)
Refer to Boot Options page for a list of startup options.
Last modified April 17, 2024