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

{
    "ob_id": 25889,
    "computationComponent": [
        {
            "ob_id": 27369,
            "uuid": "44691ecfb5c7420f9e93dea1070d3e86",
            "title": "Global sulphur dioxide (SO2) column amounts from the Infrared Atmospheric Sounding Interferometer (IASI)",
            "abstract": "The Walker et al. (2011, 2012) linear retrieval developed for the Infrared Atmospheric Sounding Interferometer (IASI) on the Metop satellites has been used to process the IASI Metop-A data to produce an effect SO2 column amount. The linear retrieval output for each orbit has then been averaged for each month to obtain an average effective SO2 column amount in Dobson Units (DU). In this application, the retrieval uses the ν3 absorption band (centred at 7.3 μm) and SO2 was assumed to be evenly distributed between the surface and 20 km. Literature: Taylor et al. (2018) Exploring the utility of IASI for monitoring volcanic SO2 emissions, in review at JGR: Atmospheres. Walker et al. (2011) An effective method for the detection of trace species demonstrated using the MetOp Infrared Atmospheric Sounding Interferometer, Atmospheric Measurement Techniques, 4: 1567-1580, doi:10.5194/amt-4-1567-2011. Walker et al. (2012) Improved detection of sulphur dioxide in volcanic plumes using satellite-based hyperspectral infrared",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 25888,
            "independentInstrument": [
                8300
            ],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11733,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/8207/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/8300/?format=api",
                    "relatedTo": {
                        "ob_id": 25888,
                        "uuid": "c3939529f22c44b6b36736ac5c633470",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108243/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108244/?format=api"
    ]
}