STIR
6.2.0
|
A utility to set data corresponding to a certain detector block by interpolating from neighbouring data. More...
#include "stir/ProjData.h"
#include "stir/shared_ptr.h"
#include "stir/ProjDataInfoCylindricalNoArcCorr.h"
#include "stir/Bin.h"
#include "stir/Viewgram.h"
#include "stir/ViewSegmentNumbers.h"
#include "stir/utilities.h"
#include "stir/Succeeded.h"
#include "stir/ProjDataInterfile.h"
#include <string>
#include <vector>
#include <fstream>
#include <algorithm>
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
void | stir::do_block (vector< Bin > &list_of_bins_in_block, const int axial_block_num, const int tangential_block_num, const ProjDataInfoCylindricalNoArcCorr &proj_data_info, const int axial_num_crystals_in_block, const int tangential_num_crystals_in_block) |
bool | stir::bin_coordinates_by_view_less (const Bin &b1, const Bin &b2) |
void | stir::sort_and_make_unique (vector< Bin > &list_of_bins) |
int | main (int argc, char **argv) |
A utility to set data corresponding to a certain detector block by interpolating from neighbouring data.