Skip to content

JOSS paper release

Latest
Compare
Choose a tag to compare
@mh-skjelvareid mh-skjelvareid released this 08 Aug 12:56
· 3 commits to master since this release

Overview

This release contains a paper to be published in the Journal of Open Source Software (JOSS). The title of the paper is "Synaptus: A Matlab/Octave toolbox for synthetic aperture ultrasound imaging".

The process of writing the paper has included several updates to the toolbox and its documentation, most notably

  • Adding the paper itself (found under folder paper)
  • Adding an array version of the PSM algorithm (array_psm.m), with datasets and tests
  • Making test formatting more consistent, and adding a script for running all tests in sequence
  • Bug fixes regarding paths to toolboxes in tests
  • Switching from plain text to markdown for documentation
  • Updating README.md, LICENSE.md, CONTRIBUTING.md and COC.md files. The most significant changes have been made to README.md, which now includes several example usages, with images, and updated installation instructions.

Accepted pull requests

New Contributors

Full Changelog: v1.0...v1.1