Skip to content

README update, image/signal loading streamline, and misc. other updates

Compare
Choose a tag to compare
@bahanonu bahanonu released this 20 Jan 00:24
· 131 commits to master since this release
070f332
  • ciapkg.io.matlabToolboxCheck - Checks whether a MATLAB toolbox/feature has a license available and is installed.
  • ciapkg.io.dependencyCheck now re-directs to ciapkg.io.matlabToolboxCheck.
  • ciapkg.io.updatePkg - notify users if behind on a version.
  • ciapkg.versionOnline - check the online version of CIAtah.
  • README update.
  • modelGetSignalsImages - Reorganized returnType to be outside raw signals flag, so common filtering mechanism regardless of variables loaded into RAM or not. This fixes if a user loads variables into RAM then uses cross-session alignment, the viewMatchObjBtwnSessions method may not display registered images (cross-session alignment is still fine and valid).
  • viewMatchObjBtwnSessions - Take out parfor in one loop that calls obj functions to eliminate serialization issues. Also change color mapping of cross session maps so that it covers the full range using the actual global IDs matched across sessions rather than diluting the range by including global IDs that don't meet the criteria. Makes the maps more colorful.
  • applyImagesToMovie - Remove parallelization across inputImages to reduce memory overhead and serialization memory issues (e.g. transferring a duplicate of the movie to all workers).
  • Misc other changes and update to README.