gaoce / parafac_gui

A GUI to conduct PARAFAC for spectroscopy data.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PARAFAC Toolbox

A GUI to conduct PARAFAC for spectroscopy data.

  1. This app requires MATLAB version 2012b or later. Tested on Windows 7 and Mac OS X. Unit test requires 2013a or later.

  2. The following packages or toolboxes are used

  1. For end user
  • Double click PARAFAC.mlappinstall to install
  1. For developer

  2. Run setup before anything

  3. To start from new: click Package App under APPS tab; or just double click PARAFAC.prj

  4. In the upper left corner, add main.m as main file

  5. Click Refresh in Files included through analysis section

  6. In Shared resources and helper files section, add the following files * noptiopf.mat and noptiopf3.mat files in nway toolbox inside lib/DOMFLour/nway

  7. Fill out the other information, and click Package. The app should be in dist folder.

  8. Use runtest.m for unit testing.

  9. Also for developers

  • It is really easy to get confused with Em and Ex, so I follow the rule that Em always comes first when they are together. For example, the signature of the function: EEMData = buildTensor(fileNames, pathName, numEm, numEx)
  1. Screenshot screenshot

  2. Known bugs

  3. Currently there should be only 1 instance of this app running

About

A GUI to conduct PARAFAC for spectroscopy data.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:MATLAB 100.0%