# doc-cache created by Octave 10.3.0
# name: cache
# type: cell
# rows: 3
# columns: 6
# name: <cell-element>
# type: sq_string
# elements: 1
# length: 4
bart


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 857
 BART Call BART command from Matlab.
   [varargout] = BART(cmd, varargin) to run given bart command (cmd) using the
   data arrays/matrices passed as varargin.

   [A, B] = BART('command', X, Y) call command with inputs X Y and outputs A B

   To output a list of available bart commands simply run "bart". To
   output the help for a specific bart command type "bart command -h".

 Parameters:
   cmd:        Command to run as string (including non data parameters)
   varargin:   Data arrays/matrices used as input

 Example:
   bart traj -h
   [reco] = bart('nufft -i traj', data) call nufft with inputs data and outputs reco

 Authors:
 2014-2016 Martin Uecker <uecker@med.uni-goettingen.de>
 2018 (Edited for WSL) Soumick Chatterjee <soumick.chatterjee@ovgu.de>
 2020 Martin Krämer <martin.kraemer@med.uni-jena.de>
 2022 Jon Tamir <jtamir.utexas.edu>



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 BART Call BART command from Matlab.
   [varargout] = BART(cmd, varargin) to ...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 13
get_bart_path


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 215
 BART get BART for Matlab.
   [bart_path, isWSL] = get_bart_path() will return the bart path as seen by Matlab,
   and optionally will return whether WSL was detected.

 Authors:
 2022 Jon Tamir <jtamir.utexas.edu>



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 80
 BART get BART for Matlab.
   [bart_path, isWSL] = get_bart_path() will retur...



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 7
readcfl


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 472
READCFL Read complex data from file.
   READCFL(filenameBase) read in reconstruction data stored in filenameBase.cfl 
   (complex float) based on dimensions stored in filenameBase.hdr.

   Parameters:
       filenameBase:   path and filename of cfl file (without extension)

   Written to edit data with the Berkeley Advanced Reconstruction Toolbox (BART).

 Copyright 2016. CBClab, Maastricht University.
 2016 Tim Loderhose (t.loderhose@student.maastrichtuniversity.nl)



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 36
READCFL Read complex data from file.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 9
test_bart


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 342
TEST_BART  Runs a unit test for the MATLAB BART wrapper.
   TEST_BART() can be used to test if the BART toolbox is properly set-up
   and if changes/additions made to the MATLAB wrapper break any core
   functionality of the MATLAB wrapper.
   
 Copyright 2020. Martin Krämer (Martin.Kraemer@uni-jena.de)
 2022 Jon Tamir <jtamir.utexas.edu>



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 56
TEST_BART  Runs a unit test for the MATLAB BART wrapper.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 8
writecfl


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 599
WRITECFL  Write complex data to file.
   WRITECFL(filenameBase, data) writes reconstruction data to 
   filenameBase.cfl (complex float) and its dimensions to filenameBase.hdr.

   Written to edit data with the Berkeley Advanced Reconstruction Toolbox (BART).

   Parameters:
       filenameBase:   path and filename of cfl file (without extension)
       data:           array/matrix to be written

 Copyright 2013. Joseph Y Cheng.
 Copyright 2016. CBClab, Maastricht University.
 2012 Joseph Y Cheng (jycheng@mrsrl.stanford.edu).
 2016 Tim Loderhose (t.loderhose@student.maastrichtuniversity.nl).



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 37
WRITECFL  Write complex data to file.



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 17
wslPathCorrection


# name: <cell-element>
# type: sq_string
# elements: 1
# length: 48
Soumick Chatterjee <soumick.chatterjee@ovgu.de>



# name: <cell-element>
# type: sq_string
# elements: 1
# length: 48
Soumick Chatterjee <soumick.chatterjee@ovgu.de>






