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

{
    "ob_id": 32812,
    "computationComponent": [
        {
            "ob_id": 32778,
            "uuid": "e71c879b049f4ccca07542044df25f09",
            "title": "Level 1 processing algorithm applied to Sentinel 1 raw data, Instrument Processing Facility (IPF) v2",
            "abstract": "This computation involves the Level 1 processing algorithm applied to raw Synthetic Aperture Radar (SAR) data. This consists of Level 1 preprocessing, special handling for TOPSAR mode, Doppler centroid estimation, Level 1 Single Look Complex (SLC) processing algorithms and Level 1 post-processing to generate the output Single Look Complex (SLC) and Ground Range Detected (GRD) products as well as quicklook images. \r\n\r\nLevel-1 Single Look Complex (SLC) products consist of focused SAR data, geo-referenced using orbit and attitude data from the satellite, and provided in slant-range geometry. Slant range is the natural radar range observation coordinate, defined as the line-of-sight from the radar to each reflecting object. The products are in zero-Doppler orientation where each row of pixels represents points along a line perpendicular to the sub-satellite track.\r\n\r\nThe products include a single look in each dimension using the full available signal bandwidth and complex samples (real and imaginary) preserving the phase information. The products have been geo-referenced using the orbit and attitude data from the satellite and have been corrected for azimuth bi-static delay, elevation antenna pattern and range spreading loss.\r\n\r\nFor more information on the changes for this processing version please see the Sentinel 1 document libary under the docs tab.",
            "keywords": "Synthetic Aperture Radar, Sentinel 1, Level 1, algorithm, SAR",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 32813,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 12589,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/20017/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/12313/?format=api",
                    "relatedTo": {
                        "ob_id": 32813,
                        "uuid": "f2370020914949c489de445f630b3fef",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146509/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/146510/?format=api"
    ]
}