Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
alta
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alta
alta
Commits
10551cfc
Commit
10551cfc
authored
Nov 14, 2013
by
Laurent Belcour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding more documentation to the commands
parent
9457fdc7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
30 additions
and
0 deletions
+30
-0
documents/doxygen.conf
documents/doxygen.conf
+1
-0
documents/mainpage.dox
documents/mainpage.dox
+1
-0
sources/softs/data2data/main.cpp
sources/softs/data2data/main.cpp
+28
-0
No files found.
documents/doxygen.conf
View file @
10551cfc
...
...
@@ -20,3 +20,4 @@ DETAILS_AT_TOP = YES
MULTILINE_CPP_IS_BRIEF
=
NO
HTML_STYLESHEET
=
doxygen
.
css
IMAGE_PATH
= ./
images
documents/mainpage.dox
View file @
10551cfc
...
...
@@ -17,6 +17,7 @@ and models</b>, or just perform <b>statistical analysis</b> on your data.
<h3>Sample results</h3>
\image html sample_result_01.png
<h2>Download and install</h2>
...
...
sources/softs/data2data/main.cpp
View file @
10551cfc
/*! \package data2data
* \ingroup commands
* \brief
* This command transform a \ref data object into another data object.
* \details
* This command is useful to change the parametrization of a data file,
* or to perform interpolation of sample values (i.e. to fill gaps).
*
* <h3>Usage</h3>
* \verbatim
data2data --input data.file --output data.file --out-data exporter.so --in-data importer.so
\endverbatim
*
* <h3>Parameters</h3>
* <ul>
* <li><b>\-\-input <i>filename</i></b> data file to be loaded. The
* loading plugin is defined using the option <b>\-\-in-data <i>
* filename</i></b>.
* </li>
* <li><b>\-\-in-data <i>filename</i></b></li> specify the data plugin
* used to load the input file. If this option is not specified, the
* loading plugin will be a \ref vertical_segment plugin. \note If
* the input plugin is not interpolating, like \ref vertical_segment,
* you can only use the reparametrization tool.
* <li><b>\-\-input <i>filename</i></b> the resulting data file.
* </li>
* </ul>
*/
#include <core/args.h>
#include <core/data.h>
#include <core/params.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment