forked from sccn/eeglab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheeglab.prj
135 lines (131 loc) · 6.29 KB
/
eeglab.prj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<deployment-project plugin="plugin.ezdeploy" plugin-version="1.0">
<configuration file="/data/matlab/eeglabcompile/eeglab.prj" location="/data/matlab/eeglabcompile" name="eeglab" target="target.ezdeploy.standalone" target-name="Application Compiler">
<param.appname>EEGLAB</param.appname>
<param.icon />
<param.icons />
<param.version>15.0</param.version>
<param.authnamewatermark>Arnaud Delorme and Scott Makeig</param.authnamewatermark>
<param.email>[email protected]</param.email>
<param.company />
<param.summary>EEGLAB Matlab toolbox for processing continuous and event-related EEG, MEG and other electrophysiological data</param.summary>
<param.description>EEGLAB is an interactive Matlab toolbox for processing continuous and event-related EEG, MEG and other electrophysiological data incorporating independent component analysis (ICA), time/frequency analysis, artifact rejection, event-related statistics, and several useful modes of visualization of the averaged and single-trial data.</param.description>
<param.screenshot>${PROJECT_ROOT}/functions/resources/EEGLAB_compile_splash.jpg</param.screenshot>
<param.guid />
<param.installpath.string>/EEGLAB/</param.installpath.string>
<param.installpath.combo>option.installpath.systemwideapp</param.installpath.combo>
<param.logo />
<param.install.notes>In the following directions, replace MCR_ROOT by the directory where the MATLAB Runtime is installed on the target machine.
If the environment variable DYLD_LIBRARY_PATH is undefined, set it to the concatenation of the following strings:
MCR_ROOT/v92/runtime/maci64:
MCR_ROOT/v92/sys/os/maci64:
MCR_ROOT/v92/bin/maci64
If it is defined, set it to the concatenation of these strings:
${LD_LIBRARY_PATH}:
MCR_ROOT/v92/runtime/maci64:
MCR_ROOT/v92/sys/os/maci64:
MCR_ROOT/v92/bin/maci64</param.install.notes>
<param.target.install.notes />
<param.intermediate>${PROJECT_ROOT}/eeglab/for_testing</param.intermediate>
<param.files.only>${PROJECT_ROOT}/eeglab/for_redistribution_files_only</param.files.only>
<param.output>${PROJECT_ROOT}/eeglab/for_redistribution</param.output>
<param.logdir>${PROJECT_ROOT}/eeglab</param.logdir>
<param.enable.clean.build>false</param.enable.clean.build>
<param.user.defined.mcr.options />
<param.target.type>subtarget.standalone</param.target.type>
<param.support.packages />
<param.web.mcr>true</param.web.mcr>
<param.package.mcr>false</param.package.mcr>
<param.no.mcr>false</param.no.mcr>
<param.web.mcr.name>MyAppInstaller_web</param.web.mcr.name>
<param.package.mcr.name>MyAppInstaller_mcr</param.package.mcr.name>
<param.no.mcr.name>MyAppInstaller_app</param.no.mcr.name>
<param.windows.command.prompt>false</param.windows.command.prompt>
<param.create.log>true</param.create.log>
<param.log.file>eeglab_log.txt</param.log.file>
<unset>
<param.icon />
<param.icons />
<param.company />
<param.guid />
<param.installpath.string />
<param.installpath.combo />
<param.logo />
<param.target.install.notes />
<param.intermediate />
<param.files.only />
<param.output />
<param.logdir />
<param.enable.clean.build />
<param.user.defined.mcr.options />
<param.target.type />
<param.support.packages />
<param.web.mcr />
<param.package.mcr />
<param.no.mcr />
<param.web.mcr.name />
<param.package.mcr.name />
<param.no.mcr.name />
<param.windows.command.prompt />
</unset>
<fileset.main>
<file>${PROJECT_ROOT}/eeglab.m</file>
</fileset.main>
<fileset.resources>
<file>${PROJECT_ROOT}/functions/adminfunc</file>
<file>${PROJECT_ROOT}/functions/guifunc</file>
<file>${PROJECT_ROOT}/functions/miscfunc</file>
<file>${PROJECT_ROOT}/functions/popfunc</file>
<file>${PROJECT_ROOT}/functions/resources</file>
<file>${PROJECT_ROOT}/functions/sigprocfunc</file>
<file>${PROJECT_ROOT}/functions/statistics</file>
<file>${PROJECT_ROOT}/functions/studyfunc</file>
<file>${PROJECT_ROOT}/functions/timefreqfunc</file>
<file>${PROJECT_ROOT}/plugins/Fileio170623</file>
<file>${PROJECT_ROOT}/plugins/dipfit2.4</file>
<file>${PROJECT_ROOT}/plugins/firfilt1.6.3</file>
<file>${PROJECT_ROOT}/plugins/musemonitor1.00</file>
</fileset.resources>
<fileset.package>
<file>${PROJECT_ROOT}/1ST_README.txt</file>
<file>${PROJECT_ROOT}/eeglablicense.txt</file>
<file>${PROJECT_ROOT}/functions/resources/eeglab_run_this_one_on_osx</file>
<file>${PROJECT_ROOT}/functions/resources/eeglab_run_this_one_on_windows.bat</file>
<file>${PROJECT_ROOT}/sample_data</file>
<file>${PROJECT_ROOT}/sample_locs</file>
</fileset.package>
<fileset.depfun />
<build-deliverables>
<file location="${PROJECT_ROOT}/eeglab/for_testing" name="splash.png" optional="false">/data/matlab/eeglabcompile/eeglab/for_testing/splash.png</file>
<file location="${PROJECT_ROOT}/eeglab/for_testing" name="readme.txt" optional="true">/data/matlab/eeglabcompile/eeglab/for_testing/readme.txt</file>
<file location="${PROJECT_ROOT}/eeglab/for_testing" name="run_EEGLAB.sh" optional="false">/data/matlab/eeglabcompile/eeglab/for_testing/run_EEGLAB.sh</file>
<file location="${PROJECT_ROOT}/eeglab/for_testing" name="EEGLAB.app" optional="false">/data/matlab/eeglabcompile/eeglab/for_testing/EEGLAB.app</file>
</build-deliverables>
<workflow />
<matlab>
<root>/Applications/MATLAB_R2017a.app</root>
<toolboxes>
<toolbox name="matlabcoder" />
</toolboxes>
<toolbox>
<matlabcoder>
<enabled>true</enabled>
</matlabcoder>
</toolbox>
</matlab>
<platform>
<unix>true</unix>
<mac>true</mac>
<windows>false</windows>
<win2k>false</win2k>
<winxp>false</winxp>
<vista>false</vista>
<linux>false</linux>
<solaris>false</solaris>
<osver>10.13.4</osver>
<os32>false</os32>
<os64>true</os64>
<arch>maci64</arch>
<matlab>true</matlab>
</platform>
</configuration>
</deployment-project>