Algorithm | ID | | Description as in RCL |
RCLEvent_Unknown | 0 | | Image Preprocessing step: LogLut |
RCLEvent_AlgoPP_LogLUT | 1 | | Algorithm Preprocessing step: Brightness adjustment |
RCLEvent_AlgoPP_OverExposureCorrrection | 2 | | Algorithm Preprocessing step: Overexposure correction |
RCLEvent_AlgoPP_I0Corrrection | 3 | | Algorithm Preprocessing step: I0-correction |
RCLEvent_AlgoPP_ScatterCorrection | 4 | | Algorithm Preprocessing step: Scatter correction |
RCLEvent_AlgoPP_WaterCorrection | 5 | | Algorithm Preprocessing step: Water correction |
RCLEvent_AlgoPP_CosineWeighting | 6 | | Algorithm Preprocessing step: Cosine weighting |
RCLEvent_AlgoPP_Mean | 7 | | Algorithm Preprocessing step: Smoothing |
RCLEvent_AlgoPP_Filtering | 8 | | Algorithm Preprocessing step: Filtering |
RCLEvent_AlgoPP_EnableTrunctionCorrection | 9 | | Algorithm Preprocessing step: Should truncation correction be used? |
RCLEvent_AlgoPP_EnableScatterCorrection | 10 | | Algorithm Preprocessing step: Should scatter correction be used? |
RCLEvent_Algo_BackProjection | 11 | | Backprojection of the projection image into the volume |
RCLEvent_Algo_ProcessImage | 12 | | Process image in the reconstruction chain |
RCLEvent_Algo_ProcessingOrder | 13 | | Setting of the processing order for the projection images (available in RCLEvent::data) |
RCLEvent_Algo_ImageLoaded | 14 | | The projection image was loaded |
RCLEvent_Algo_RecoKernelSet | 15 | | The fourier transformed reconstruction kernel was set (available in RCLEvent::data) |
RCLEvent_Algo_RecoKernelSetWidth | 16 | | The kernel width was set ((available in RCLEvent::data) |
RCLEvent_Algo_VolumeScaling | 17 | | Scaling of the reconstructed volume |
RCLEvent_Algo_RingCorrection | 18 | | Ring correction of the reconstructed volume |
RCLEvent_Algo_ProjectionMatrixSet | 19 | | The projection matrix has been set (available in RCLEvent::data) |
RCLEvent_Algo_Finish | 20 | | The algorithm has finished. (The reconstructed RCLVolume * is passed in RCLEvent::data) |
RCLEvent_Algo_RecoKernelSetSpatial | 21 | | The reconstruction kernel was set in spatial domain (available in RCLEvent::data) |
RCLEvent_Algo_SetBackprojectionExponent | 22 | | Set the exponent of the back projection (int pointer passed in RCLEvent::data) |
RCLEvent_Algo_ECGDataSet | 23 | | The ECG-data was read. (int pointer passed in RCLEvent::data ([ecg_samples[1..N], sampling_rate, #ecg-entries M, ecg_data[1..M]]) |