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
Open sidebar
OpenWalnut
OpenWalnut Core
Commits
988c02de
Commit
988c02de
authored
Oct 12, 2011
by
Sebastian Eichelbaum
Browse files
[FIX] - fixed several small issues where lintian complained. Mainly spelling things.
parent
b43694e4
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
28 additions
and
28 deletions
+28
-28
src/core/dataHandler/WDataSetSegmentation.h
src/core/dataHandler/WDataSetSegmentation.h
+1
-1
src/modules/HARDIToSphericalHarmonics/WMHARDIToSphericalHarmonics.cpp
...HARDIToSphericalHarmonics/WMHARDIToSphericalHarmonics.cpp
+1
-1
src/modules/HARDIToSphericalHarmonics/WMHARDIToSphericalHarmonics.h
...s/HARDIToSphericalHarmonics/WMHARDIToSphericalHarmonics.h
+1
-1
src/modules/atlasCreator/WMAtlasCreator.h
src/modules/atlasCreator/WMAtlasCreator.h
+1
-1
src/modules/atlasSurfaces/WMAtlasSurfaces.cpp
src/modules/atlasSurfaces/WMAtlasSurfaces.cpp
+1
-1
src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.h
src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.h
+1
-1
src/modules/coordinateHUD/WMCoordinateHUD.cpp
src/modules/coordinateHUD/WMCoordinateHUD.cpp
+2
-2
src/modules/coordinateHUD/WMCoordinateHUD.h
src/modules/coordinateHUD/WMCoordinateHUD.h
+1
-1
src/modules/data/ext/libeep/libcnt/cnt.c
src/modules/data/ext/libeep/libcnt/cnt.c
+11
-11
src/modules/eegView/WMEEGView.cpp
src/modules/eegView/WMEEGView.cpp
+1
-1
src/qt4gui/qt4/WMainWindow.cpp
src/qt4gui/qt4/WMainWindow.cpp
+1
-1
src/qt4gui/qt4/WQtToolBarBase.cpp
src/qt4gui/qt4/WQtToolBarBase.cpp
+1
-1
tools/release/packaging/debian/control
tools/release/packaging/debian/control
+5
-5
No files found.
src/core/dataHandler/WDataSetSegmentation.h
View file @
988c02de
...
...
@@ -179,7 +179,7 @@ protected:
private:
/**
* This helper function converts the probabilities given by three sep
e
rate WDataSetScalars to one WValueSetBase.
* This helper function converts the probabilities given by three sep
a
rate WDataSetScalars to one WValueSetBase.
*
* \param whiteMatter the probabilities for white matter.
* \param grayMatter the probabilities for gray matter.
...
...
src/modules/HARDIToSphericalHarmonics/WMHARDIToSphericalHarmonics.cpp
View file @
988c02de
...
...
@@ -256,7 +256,7 @@ void WMHARDIToSphericalHarmonics::properties()
m_propCondition
);
m_doResidualCalculation
=
m_properties
->
addProperty
(
"Residual Calculation"
,
"Indicating whether the reprojection errors is stored into a sep
e
rate dataset."
,
"Indicating whether the reprojection errors is stored into a sep
a
rate dataset."
,
false
,
m_propCondition
);
...
...
src/modules/HARDIToSphericalHarmonics/WMHARDIToSphericalHarmonics.h
View file @
988c02de
...
...
@@ -126,7 +126,7 @@ private:
WPropBool
m_doErrorCalculation
;
//!< Property indicating whether a reprojection error of the spherical harmonics is calculated.
/**
* Property indicating whether the reprojection error (measurement relative to spherical harmonic calculation) is stored into a sep
e
rate dataset.
* Property indicating whether the reprojection error (measurement relative to spherical harmonic calculation) is stored into a sep
a
rate dataset.
*/
WPropBool
m_doResidualCalculation
;
...
...
src/modules/atlasCreator/WMAtlasCreator.h
View file @
988c02de
...
...
@@ -111,7 +111,7 @@ private:
/**
* loads and parses the meta file
* \param path to the meta file
* \return true if a meta file was succesfully loaded, false otherwise
* \return true if a meta file was succes
s
fully loaded, false otherwise
*/
bool
loadPngs
(
boost
::
filesystem
::
path
path
);
...
...
src/modules/atlasSurfaces/WMAtlasSurfaces.cpp
View file @
988c02de
...
...
@@ -90,7 +90,7 @@ const std::string WMAtlasSurfaces::getName() const
const
std
::
string
WMAtlasSurfaces
::
getDescription
()
const
{
return
"Use a scalar data set that stores numbers for atlas regions and a "
"correspoding text file with labels for the numbers to create "
"correspo
n
ding text file with labels for the numbers to create "
"surfaces bounding the atlas regions. The surfaces can be picked to reveal "
"their name in the HUD (module). Regions can be used as ROIs for fiber selection."
;
}
...
...
src/modules/clusterDisplayVoxels/WMClusterDisplayVoxels.h
View file @
988c02de
...
...
@@ -125,7 +125,7 @@ private:
/**
* loads and parses the clustering text file
* \param clusterFile to the clustering file
* \return true if a meta file was succesfully loaded, false otherwise
* \return true if a meta file was succes
s
fully loaded, false otherwise
*/
bool
loadClustering
(
boost
::
filesystem
::
path
clusterFile
);
...
...
src/modules/coordinateHUD/WMCoordinateHUD.cpp
View file @
988c02de
...
...
@@ -86,9 +86,9 @@ void WMCoordinateHUD::properties()
// list of alternatives:
m_possibleSelections
=
boost
::
shared_ptr
<
WItemSelection
>
(
new
WItemSelection
()
);
m_possibleSelections
->
addItem
(
"colored axis"
,
"colorful
l
coordinate axis"
,
option_1_xpm
);
m_possibleSelections
->
addItem
(
"colored axis"
,
"colorful coordinate axis"
,
option_1_xpm
);
m_possibleSelections
->
addItem
(
"b/w axis"
,
"black & white coordinate axis"
,
option_2_xpm
);
m_possibleSelections
->
addItem
(
"colored cube"
,
"colorful
l
coordinate cube"
,
option_3_xpm
);
m_possibleSelections
->
addItem
(
"colored cube"
,
"colorful coordinate cube"
,
option_3_xpm
);
m_aSingleSelection
=
m_properties
->
addProperty
(
"HUD structure"
,
"Which look should the coordinateHUD have?"
,
m_possibleSelections
->
getSelector
(
2
),
...
...
src/modules/coordinateHUD/WMCoordinateHUD.h
View file @
988c02de
...
...
@@ -102,7 +102,7 @@ class WMCoordinateHUD: public WModule, public osg::Referenced
virtual
void
properties
();
/**
* Build the geode for colorful
l
coordinate axis
* Build the geode for colorful coordinate axis
*/
virtual
void
buildColorAxis
();
...
...
src/modules/data/ext/libeep/libcnt/cnt.c
View file @
988c02de
...
...
@@ -2330,7 +2330,7 @@ int eep_has_recording_info(eeg_t *cnt)
void
eep_set_recording_info
(
eeg_t
*
cnt
,
record_info_t
*
info
)
{
/* previous:
/* previous:
if (NULL != cnt->recording_info)
v_free(cnt->recording_info);
cnt->recording_info = (record_info_t*) v_malloc(sizeof(record_info_t) , "recording_info");
...
...
@@ -2603,7 +2603,7 @@ void eep_get_dataformat(eeg_t *cnt, char *format)
strcpy
(
format
,
"EEP 2.0 (16 bit channel multiplexed)"
);
break
;
case
CNT_RIFF
:
if
(
eep_get_fileversion_major
(
cnt
)
)
sprintf
(
format
,
"EEP %d.%d"
,
eep_get_fileversion_major
(
cnt
),
eep_get_fileversion_minor
(
cnt
));
sprintf
(
format
,
"EEP %d.%d"
,
eep_get_fileversion_major
(
cnt
),
eep_get_fileversion_minor
(
cnt
));
else
sprintf
(
format
,
"EEP 3.x"
);
if
(
eep_has_data_of_type
(
cnt
,
DATATYPE_EEG
)
)
...
...
@@ -2614,8 +2614,8 @@ void eep_get_dataformat(eeg_t *cnt, char *format)
strcat
(
format
,
" average"
);
if
(
eep_has_data_of_type
(
cnt
,
DATATYPE_STDDEV
)
)
strcat
(
format
,
" stddev"
);
if
(
eep_has_data_of_type
(
cnt
,
DATATYPE_TIMEFREQ
)
||
eep_has_data_of_type
(
cnt
,
DATATYPE_AVERAGE
)
||
if
(
eep_has_data_of_type
(
cnt
,
DATATYPE_TIMEFREQ
)
||
eep_has_data_of_type
(
cnt
,
DATATYPE_AVERAGE
)
||
eep_has_data_of_type
(
cnt
,
DATATYPE_STDDEV
)
)
strcat
(
format
,
" (float vectors)"
);
break
;
...
...
@@ -2662,14 +2662,14 @@ int eep_read_float(eeg_t *cnt, eep_datatype_e type, float *muxbuf, slen_t n)
if
(
CNT_RIFF
!=
cnt
->
mode
&&
CNT_AVR
!=
cnt
->
mode
)
return
CNTERR_BADREQ
;
if
(
!
store
->
initialized
)
return
CNTERR_DATA
;
/* No such data in this file */
if
(
store
->
data
.
readpos
+
store
->
data
.
bufepoch
*
store
->
epochs
.
epochl
+
n
>
(
DATATYPE_TIMEFREQ
==
type
?
eep_get_tf_samplec
(
cnt
)
:
eep_get_samplec
(
cnt
)))
return
CNTERR_RANGE
;
switch
(
type
)
{
case
DATATYPE_TIMEFREQ
:
...
...
@@ -2800,10 +2800,10 @@ void eep_set_pre_stimulus_interval(eeg_t *cnt, double pre_stimulus)
/*****************************************************************************/
/*********************** Recording time/date routines ************************/
/*
/*
some info:
please visit http://www.minelinks.com/calendar_converter.html for more information
the offset(diff between 1jan1970 and 30dec1899) is 2209161600( 70 years in seconds)
the offset(diff between 1jan1970 and 30dec1899) is 2209161600( 70 years in seconds)
*****************************************************************************/
void
...
...
@@ -2824,7 +2824,7 @@ eep_unixdate_to_exceldate(time_t epoch, double *excel, double *fraction) {
double
return_value
=
0
;
return_value
=
(
double
)(
epoch
+
2209161600
)
/
(
3600
.
0
*
24
.
0
);
(
*
excel
)
=
return_value
;
(
*
fraction
)
=
0
;
}
...
...
@@ -3237,7 +3237,7 @@ int trg_read_NS30(eeg_t *EEG)
rsshift
=
(
slen_t
)
(
0
.
08
/
EEG
->
eep_header
.
period
+
0
.
5
);
break
;
default:
eeperror
(
"unkno
n
w NS cnt type (%d)
\n
"
,
EEG
->
ns_cnttype
);
default:
eeperror
(
"unknow
n
NS cnt type (%d)
\n
"
,
EEG
->
ns_cnttype
);
}
...
...
src/modules/eegView/WMEEGView.cpp
View file @
988c02de
...
...
@@ -363,7 +363,7 @@ bool WMEEGView::openCustomWidget()
bool
success
=
m_widget
.
get
();
if
(
success
)
{
debugLog
()
<<
"Succesfully opened EEG View widget."
;
debugLog
()
<<
"Succes
s
fully opened EEG View widget."
;
if
(
m_handler
)
{
...
...
src/qt4gui/qt4/WMainWindow.cpp
View file @
988c02de
...
...
@@ -147,7 +147,7 @@ void WMainWindow::setupGUI()
logOptions
.
push_back
(
"Error"
);
WSettingMenu
*
logLevels
=
new
WSettingMenu
(
this
,
"qt4gui/logLevel"
,
"Log-Level"
,
"Allows to set the log verbosity."
,
"Allows
one
to set the log verbosity."
,
1
,
// info is the default
logOptions
);
...
...
src/qt4gui/qt4/WQtToolBarBase.cpp
View file @
988c02de
...
...
@@ -49,7 +49,7 @@ WQtToolBarBase::WQtToolBarBase( const QString& title, WMainWindow* parent ):
styleOptions
.
push_back
(
"Follow Style"
);
m_styleOptionMenu
=
new
WSettingMenu
(
parent
,
"qt4gui/"
+
windowTitle
().
toStdString
()
+
"toolbarStyle"
,
title
.
toStdString
(),
"Allows to change the style of toolbars.
.
"
,
"Allows
one
to change the style of toolbars."
,
0
,
styleOptions
);
connect
(
m_styleOptionMenu
,
SIGNAL
(
change
(
unsigned
int
)
),
this
,
SLOT
(
handleStyleUpdate
(
unsigned
int
)
)
);
...
...
tools/release/packaging/debian/control
View file @
988c02de
...
...
@@ -25,7 +25,7 @@ Section: libs
Architecture: any
Depends: ttf-liberation (>= 1.0.0), ${shlibs:Depends}, ${misc:Depends}
Suggests: nvidia-glx | fglrx-glx
Description:
M
ulti-modal medical and brain data visualization
tool.
Description:
Framework for m
ulti-modal medical and brain data visualization
OpenWalnut is a tool for multi-modal medical and brain data visualization. Its
universality allows it to be easily extended and used in a large variety of
application cases. It is both, a tool for the scientific user and a powerful
...
...
@@ -50,7 +50,7 @@ Depends: libopenwalnut1 (= ${binary:Version}),
libboost-signals-dev (>= 1.42.0), libboost-regex-dev (>= 1.42.0),
libeigen3-dev (>= 3.0.0),
${misc:Depends}
Description:
Multi-modal medical and brain data
visualization
tool.
Description:
Development files for the OpenWalnut
visualization
framework
OpenWalnut is a tool for multi-modal medical and brain data visualization. Its
universality allows it to be easily extended and used in a large variety of
application cases. It is both, a tool for the scientific user and a powerful
...
...
@@ -68,7 +68,7 @@ Package: libopenwalnut1-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, libjs-jquery
Description:
Multi-modal medical and brain data
visualization
tool.
Description:
Developer documentation for the OpenWalnut
visualization
framework
OpenWalnut is a tool for multi-modal medical and brain data visualization. Its
universality allows it to be easily extended and used in a large variety of
application cases. It is both, a tool for the scientific user and a powerful
...
...
@@ -85,7 +85,7 @@ Description: Multi-modal medical and brain data visualization tool.
Package: openwalnut-modules
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description:
Multi-modal medical and brain data visualization tool.
Description:
Loaders, algorithms and visualization modules for OpenWalnut
OpenWalnut is a tool for multi-modal medical and brain data visualization. Its
universality allows it to be easily extended and used in a large variety of
application cases. It is both, a tool for the scientific user and a powerful
...
...
@@ -103,7 +103,7 @@ Package: openwalnut-qt4
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: openwalnut-modules (= ${binary:Version})
Description:
Multi-modal medical and brain data visualization tool.
Description:
User interface for OpenWalnut, allowing easy processing and visualization of medical data
OpenWalnut is a tool for multi-modal medical and brain data visualization. Its
universality allows it to be easily extended and used in a large variety of
application cases. It is both, a tool for the scientific user and a powerful
...
...
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