We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Various functions, for example
void aDynamic::bin_mr_acquisitions( sirf::AcquisitionsVector all_acquisitions ); typedef sirf::AcquisitionsVector MRDataType; MRDataType intersect_mr_acquisition_data(MRDataType one_dat, MRDataType other_dat);
make use of an implementation of MRAcquisitionData but don't really need the specificity. Replace them by reference to base class.
The text was updated successfully, but these errors were encountered:
update documentation
2140fb3
use jupyter notebooks as opposed to spyder fixes #3 fixes #2
Merge pull request #3 from SyneRBI/master
bd04b5e
Update CONTRIBUTING.md (SyneRBI#1114)
No branches or pull requests
Various functions, for example
make use of an implementation of MRAcquisitionData but don't really need the specificity.
Replace them by reference to base class.
The text was updated successfully, but these errors were encountered: