SIRF  3.4.0
mrtest_auxiliary_funs.h
Go to the documentation of this file.
1 /*
2 CCP PETMR Synergistic Image Reconstruction Framework (SIRF)
3 Copyright 2020 Rutherford Appleton Laboratory STFC
4 
5 This is software developed for the Collaborative Computational
6 Project in Positron Emission Tomography and Magnetic Resonance imaging
7 (http://www.ccpsynerbi.ac.uk/).
8 
9 Licensed under the Apache License, Version 2.0 (the "License");
10 you may not use this file except in compliance with the License.
11 You may obtain a copy of the License at
12 http://www.apache.org/licenses/LICENSE-2.0
13 Unless required by applicable law or agreed to in writing, software
14 distributed under the License is distributed on an "AS IS" BASIS,
15 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 See the License for the specific language governing permissions and
17 limitations under the License.
18 
19 */
20 
30 #pragma once
31 
36 
37 namespace sirf{
38 
39 
40 void preprocess_acquisition_data(MRAcquisitionData& ad);
41 void set_unit_dcf(MRAcquisitionData& ad);
42 void set_acq_default_orientation(std::string path_in, std::string path_out);
43 
44 void write_cfimage_to_raw(const std::string& fname_prefix, const CFImage& img);
45 void write_cfimage_to_raw(const std::string& fname_prefix, const ImageWrap& iw);
46 void write_imagevector_to_raw(const std::string& fname_prefix, const sirf::GadgetronImagesVector& iv);
47 
49 get_prepared_MRAcquisitionModel(const MRAcquisitionData& ad);
50 
51 } // END NAMESPACE
A class for MR acquisition modelling.
Definition: gadgetron_x.h:344
Specification file for the library of SIRF generators of xml-definitions of Gadgetron gadgets...
Abstract data container.
Definition: GeometricalInfo.cpp:141
Specification file for data container classes for Gadgetron data.
A vector implementation of the abstract Gadgetron image data container class.
Definition: gadgetron_data_containers.h:906
Specification file for a wrapper class for ISMRMRD::Image.
Specification file for extended Gadgetron functionality classes.