RSNA-QIBA-US-SWS / VerasonicsPhantomSequences

Phantom validation SWEI scripts for C5-2 and L7-4 transducers on a Verasonics Vantage system.
Other
16 stars 8 forks source link

need input parameter file for the SWS processing code #9

Closed mlp6 closed 3 years ago

mlp6 commented 3 years ago

Right now, a par data structure is defined in AnalyzeAllAcquisitions.m, which mixes parameters with some execution code, which isn't ideal. Would like to migrate to using a processing_params.json type input file to separate the code from the parameters.

mlp6 commented 3 years ago

Reconsidering the need for this as the Verasonics way of using their Matlab-based setup scripts are to define the parameters w/i the scripts themselves. To stay consistent w/ that workflow, going to table doing this (for now).