|
STIR
6.3.0
|
Extracting profiles from projection data. More...
#include "stir/Array.h"#include "stir/Sinogram.h"#include "stir/ProjData.h"#include "stir/ProjDataInfo.h"#include "stir/Bin.h"#include <iostream>#include <iomanip>#include <fstream>Functions | |
| int | main (int argc, char *argv[]) |
Extracting profiles from projection data.
| output_profile_filename | Is a prefix of two text file with postfix: (a)_tang for tangential profiles. (b)_view for profiles through views. The output profile will represent the sum over all the line profiles through min/max for the directions and will produce: |
This program extracts the profile of given input_projdata which should be on the center. The results is the same as if we first run ./extract_segments input_projdata.hs (by sinogram) and then run ./manip_image input_projdata.hs to extract the rows as the defaults.
1.8.13