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

{
    "ob_id": 37274,
    "computationComponent": [
        {
            "ob_id": 37275,
            "uuid": "bb2ca27b31884089a13c10730d9448cc",
            "title": "Computation for the velocity and strain rate fields of the Northeast Tibetan Plateau",
            "abstract": "The interferograms are processed from Sentinel-1 Level 1 (L1) Synthetic Aperture Radar (SAR) imagery using the Looking Into Continents from Space with Synthetic Aperture Radar (LiCSAR) routine. The average line-of-sight (LOS) velocities and associated uncertainties are derived from frame-based five-year time series, which are inverted from networks of short temporal baseline interferograms using the New Small Baseline Subset (NSBAS) method. The scaled uncertainties are the LOS uncertainties with referencing effects corrected by fitting a spherical model to the scatter points between uncertainty and distance from the reference. The stitched LOS velocities in the reference frame of the Global Navigational Satellite System (GNSS) velocities are the results of mosaicking frame-sized LOS velocities into tracks by adding a planar ramp per frame to close the differences between overlapping pixels in consecutive LOS frames and between InSAR and GNSS LOS velocities. The stitched LOS velocities in two line-of-sights were then decomposed into Cartesian velocities in two steps, first into an east component and a combination of the north and vertical components, and then resolving the vertical component from the combination component using an interpolated north component from the GNSS velocities. The strain rate fields are calculated from the horizontal gradients of the filtered InSAR east velocities and interpolated GNSS north velocities.",
            "keywords": "LiCSAR, NSBAS, GMT, Python",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 12318,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 4316,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/12319/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/12313/?format=api",
                    "relatedTo": {
                        "ob_id": 12318,
                        "uuid": "f95b77f14a554727a1975802b25ad8a7",
                        "short_code": "acq"
                    }
                }
            ]
        },
        {
            "ob_id": 20018,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 10863,
                    "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": 20018,
                        "uuid": "c28a3a6627354dd19363ac971116b0d8",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": [
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/178105/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/178108/?format=api"
    ]
}