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/26540/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "ob_id": 26540,
    "computationComponent": [
        {
            "ob_id": 26541,
            "uuid": "1b075ab7d69b41ee981cc832d6306a44",
            "title": "Level 1B processing algorithm applied to Sentinel 5P TROPOspheric Monitoring Instrument (TROPOMI) raw data",
            "abstract": "This computation involves the Level 1b processing algorithm applied to raw TROPOspheric Monitoring Instrument (TROPOMI) data.\r\n\r\nThe Earth radiance measurements form the bulk of the measurements. Apart from the optical properties of the instrument, there is some flexibility in the electronics that determine the Earth's radiance ground pixel size. The co-addition period determines the ground pixel size in the along-track direction. Row binning (which is possible for UVN-DEMs only) determines the ground pixel size across track. The parameter space is limited, however, as choosing a smaller ground pixel size will increase the data rate and will decrease the signal-to-noise ratio for the individual ground pixels. The data rate is limited by both internal interfaces within the instrument as well as by the platform’s on-board storage and down-link capabilities. \r\nFor the Earth's radiance measurements, the co-addition period can be set to either 1080ms or 840ms. This\r\neffectively results in a ground pixel size of approximately 7km or 5.5km along-track. The co-addition period is set in the instrument configuration, initially, the nominal operations phase was started with 1080ms. For the SWIR-DEM, which contains a CMOS detector, row binning is not supported. This means that, effectively, the binning factor is 1 for the SWIR bands (Band 7 and Band 8), resulting in a ground pixel size across-track between 7km at the center and 34km at the edges of the across-track field of view. The ground pixel size varies across-track since the spatial dispersion (degrees/pixel) is constant, resulting in a ground pixel size that becomes larger towards the edges of the across-track field of view due to the Earth’s curvature.\r\nApart from the binning factor and the co-addition period, the remaining configuration parameters for\r\nthe Earth radiance measurements, including exposure time and gains, have been optimized during in-flight\r\ncommissioning for the best signal-to-noise ratio while minimizing the saturation of the detector or electronics. This optimization was based on scenes with the highest radiance levels, typically clouded scenes. Since the highest radiance level changes as a function of latitude, a total of five different settings for different latitude zones are created. For bands 4 and 6 saturation, it has not been possible to exclude saturation completely due to instrument limitations.\r\n\r\nFor more information please see the ATBD document linked in the docs tab.",
            "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/111512/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/143694/?format=api"
    ]
}