|
STIR
6.3.0
|
Utility to generate a count rate curve for some listmode data The count rate curve is just a list of the total number of prompts and delayeds in subsequent time intervals. The current output is a file with 4 columns: More...
#include "stir/listmode/ListModeData.h"#include "stir/listmode/ListRecord.h"#include "stir/shared_ptr.h"#include "stir/Succeeded.h"#include "stir/utilities.h"#include "stir/IO/read_from_file.h"#include "stir/warning.h"#include <fstream>#include <iostream>#include <iomanip>#include <string>Functions | |
| int | main (int argc, char *argv[]) |
Utility to generate a count rate curve for some listmode data The count rate curve is just a list of the total number of prompts and delayeds in subsequent time intervals. The current output is a file with 4 columns:
start_time_in_secs , end_time_in_secs , num_prompts , num_delayeds
1.8.13