|
STIR
6.3.0
|
This program gets a projection data file of a mouse/rat scatter phantom measured according to NEMA NU 4. It seperates number of true events from number of random+scatter events. More...
#include "stir/ProjData.h"#include "stir/IO/interfile.h"#include "stir/utilities.h"#include "stir/Bin.h"#include <math.h>#include <fstream>#include <iostream>#include "stir/ProjDataFromStream.h"#include "stir/Sinogram.h"#include "stir/IO/read_from_file.h"#include "stir/SegmentByView.h"#include "stir/ProjDataInterfile.h"#include "stir/ProjDataInfo.h"#include <algorithm>#include "stir/error.h"Functions | |
| int | find_num_tang_pos_for_FOV (float a, float r, int n) |
| float | find_length_of_arc_for_FOV (float a, float r) |
| int | main (int argc, char *argv[]) |
This program gets a projection data file of a mouse/rat scatter phantom measured according to NEMA NU 4. It seperates number of true events from number of random+scatter events.
1.8.13