Get a list of ProcedureComputation objects. ProcedureComputations have a 1:1 mapping with Observations where used.
These may have a number of 2 or more components made up of combinations of Computation and Acquisition records.
The details of the underlying records have been serialised.

### Available end points:

- `/ProcedureComputations/` - Will list all ProcedureComputations in the database
- `/ProcedureComputations.json` - Will return all ProcedureComputations in json format
- `/ProcedureComputations/<object_id>/` - Returns ProcedureComputations object with that id

### Available Methods:

- `GET`
- `HEAD`

### Available filters:

None
### How to use filters:

None

GET /api/v2/composites/32714/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 32714,
    "computationComponent": [
        {
            "ob_id": 32713,
            "uuid": "c8de973897f042e29caf9edd71d5d705",
            "title": "Level 2 Sulphur Dioxide (SO2) total column processing algorithm applied to Sentinel 5P TROPOspheric Monitoring Instrument (TROPOMI) raw data",
            "abstract": "The baseline operation flow of the scheme is based on a DOAS retrieval algorithm and is identical to that implemented in the retrieval algorithm for HCHO (also developed by BIRA-IASB, see S5P HCHO ATBD [RD12]). The main output of the algorithm are SO2 vertical column density, slant column density, air mass factor, Averaging Kernels (AK), and error estimates. Here, we will first briefly discuss the principle of the DOAS VCD retrieval before discussing the separate steps of the process in more detail.\r\n\r\nFirst, the radiance and irradiance data are read from an S5P L1b file, along with geolocation data such as pixel coordinates and observation geometry (sun and viewing angles). At this stage also cloud cover information is obtained from the S5P cloud L2 data, as required for the calculation of the AMF, later in the scheme. Then relevant absorption cross-section data (SO2), as well as characteristics of the instrument (e.g., slit functions) are used as input for the SO2 slant column density determination. As a baseline, the slant column fit is done in a sensitive window from 312 to 326 nm. For pixels with a strong SO2 signal, results from alternative windows, where the SO2 absorption is weaker, can be used instead. An empirical offset correction (dependent on the fitting window used) is then applied to the SCD. The latter correction accounts for systematic biases in the SCDs. Following the SCD determination, the AMF is estimated. For computational efficiency, the algorithm makes no ‘on the fly’ calculation but uses a pre-calculated box air mass factor look-up table (LUT). This lookup-table is generated using the LIDORT radiative transfer code and has several entries: cloud cover data, topographic information, observation geometry, surface albedo, effective wavelength (representative of the fitting window used), total ozone column, and the shape of the vertical SO2 profile. The algorithm also includes an error calculation and retrieval characterization module that computes the so-called DOAS-type averaging kernels (Eskes & Boersma, 2003), which characterize the vertical sensitivity of the measurement and which are required for comparison with other types of data (Veefkind et al., 2012). For more information please look at the ATBD document on the TROPOMI  website.",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 26443,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11891,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/26439/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/26444/?format=api",
                    "relatedTo": {
                        "ob_id": 26443,
                        "uuid": "929d929b043242e69de7b5373acfb611",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145849/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/145850/?format=api"
    ]
}