The "Master" code manages all the property extraction algorithms when processing SHARP data. Bellow there is a description of this code and usage example.
file name: call_prop_extractions.pro
Configuretion file: params.json
Overview
This code basically performs 3 steps:
- Retrieve data entries.
- Initialize properties to calculate.
- Perform calculations (main loop).
Related articles