|
STIR
6.3.0
|
process sinogram data More...
#include "stir/ProjDataFromStream.h"#include "stir/SegmentByView.h"#include "stir/SegmentBySinogram.h"#include "stir/Sinogram.h"#include "stir/Viewgram.h"#include "stir/ArrayFunction.h"#include "stir/recon_array_functions.h"#include "stir/display.h"#include "stir/IO/interfile.h"#include "stir/utilities.h"#include "stir/shared_ptr.h"#include "stir/is_null_ptr.h"#include <numeric>#include <fstream>#include <iostream>Namespaces | |
| stir | |
| Namespace for the STIR library (and some/most of its applications) | |
Functions | |
| void | stir::do_math (enum options operation, SegmentByView< float > &sino1, SegmentByView< float > &sino2, float &accum_max, float &accum_min, float &accum_sum, bool accumulators_initialized) |
| void | stir::do_math (enum options operation, SegmentByView< float > &sino1, SegmentBySinogram< float > &seg_sinogram, float &accum_max, float &accum_min, float &accum_sum, bool accumulators_initialized, float scalar=0.0) |
| void | stir::make_buffer_header (const char *data_filename, const char *header_filename, ProjData &input_sino, int limit_segments, NumericType::Type output_type=NumericType::FLOAT) |
| void | stir::show_math_menu () |
| float | stir::pos_indicate (float x) |
| shared_ptr< ProjData > | stir::ask_proj_data (const char *const input_query) |
| int | main (int argc, char *argv[]) |
process sinogram data
This utility programme processes (interfile) sinogram data (maximum number of segments as input). It can
1.8.13