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

{
    "ob_id": 26033,
    "computationComponent": [
        {
            "ob_id": 26035,
            "uuid": "2db4843135244d7f886b2b0056c03e42",
            "title": "GlobTemperature Level-2 MODIS Land Surface Temperature (LST) algorithm",
            "abstract": "The GlobTemperature Level-2 MODIS Land Surface Temperature (LST) algorithm derives LST data from L1B calibrated radiances from the MODIS instruments on the Aqua and Terra Satellites.   It uses a generalized split-window (SW) approach to estimate Land Surface Temperature as a linear function of clear-sky TOA (top of atmosphere) brightness temperatures from MODIS bands 31 and 32 centred on 11 and 12 microns respectively.\r\n\r\nThe GlobTemperature MODIS product also provides a full breakdown of the pixel level uncertainty budget.  The uncertainty analysis takes into account the expected performance of the retrieval algorithm under varying surface and atmospheric conditions, with these uncertainties categorised into a 3-component model: random, locally correlated and systematic.   The locally correlated component is further split into surface and atmospheric conditions.",
            "keywords": "Land Surface Temperature, LST, University of Leicester",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 26034,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 11766,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/10906/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/10898/?format=api",
                    "relatedTo": {
                        "ob_id": 26034,
                        "uuid": "85bb8321bc8b42f9a39cb6d83fabe79e",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108949/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108983/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/108984/?format=api"
    ]
}