Skip to content

Commit

Permalink
Changes after compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
alexschimel committed Jul 10, 2023
1 parent 3424e17 commit f3ba46e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified Iskaffe.mlapp
Binary file not shown.
8 changes: 4 additions & 4 deletions Iskaffe.prj
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<file>${PROJECT_ROOT}\Iskaffe_resources\icon_24.png</file>
<file>${PROJECT_ROOT}\Iskaffe_resources\icon_16.png</file>
</param.icons>
<param.version>0.1.5</param.version>
<param.version>0.2.0</param.version>
<param.authnamewatermark>Alexandre Schimel</param.authnamewatermark>
<param.email>alexandre.schimel@ngu.no</param.email>
<param.company>NGU</param.company>
<param.summary>Multibeam backscatter quality control</param.summary>
<param.description>Iskaffe (Norwegian Bokmål for "iced coffee") is a free and open-source app to help assess the quality of the seafloor backscatter data acquired by multibeam echosounders. The main purpose of this tool is to serve as a development platform to come up with a set of algorithms that assess various aspects of backscatter quality, and define standards of backscatter quality based on the output of those algorithms. While we are currently developping Iskaffe for our own use, we are welcoming co-developers and feedback to help coming up with more widely-applicable algorithms and backscatter quality standards.</param.description>
<param.screenshot>${PROJECT_ROOT}\Iskaffe_resources\splash.png</param.screenshot>
<param.guid />
<param.installpath.string>\Iskaffe\v0.1.5</param.installpath.string>
<param.installpath.string>\Iskaffe\v0.2.0</param.installpath.string>
<param.installpath.combo>option.installpath.programfiles</param.installpath.combo>
<param.logo>${PROJECT_ROOT}\Iskaffe_resources\splash_half.png</param.logo>
<param.install.notes />
Expand All @@ -32,7 +32,7 @@
<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>iskaffe_v015_setup</param.web.mcr.name>
<param.web.mcr.name>iskaffe_v020_setup</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>
Expand Down Expand Up @@ -118,8 +118,8 @@
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\Kongsberg\format_all\CFF_all_file_info.m</file>
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\Kongsberg\format_all\CFF_check_ALLfilename.m</file>
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\Kongsberg\format_all\CFF_convert_ALLdata_to_fData.m</file>
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\Kongsberg\format_all\CFF_decode_DetectionInfo.m</file>
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\Kongsberg\format_all\CFF_decode_RuntimeParameters.m</file>
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\Kongsberg\format_all\CFF_decode_X8_DetectionInfo.m</file>
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\Kongsberg\format_all\CFF_read_all.m</file>
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\Kongsberg\format_all\CFF_read_all_from_fileinfo.m</file>
<file>C:\Users\Schimel_Alexandre\Code\MATLAB\CoFFee\read_data_files\Kongsberg\format_kmall\CFF_check_KMALLfilename.m</file>
Expand Down

0 comments on commit f3ba46e

Please sign in to comment.