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

{
    "ob_id": 38860,
    "computationComponent": [
        {
            "ob_id": 38861,
            "uuid": "7f3ded66e9234b08969ce6b799357d87",
            "title": "LiCSAR processing",
            "abstract": "COMET LiCSAR processing using Gamma SAR and Interferometry software on Sentinel 1 IW SLC products.\r\n\r\nFor the details of the LiCSAR methodology [LiCSAR: An Automatic InSAR Tool for Monitoring Tectonic and Volcanic Activities paper in the docs tab]. In summary, once a new acquisition arrives, it is logically decomposed into pre-defined burst units and registered in the LiCSInfo database that handles burst and frame definitions. Images including bursts that form a given frame are extracted and merged into frame images. These are coregistered towards a primary frame image (a master image) that was set during the initialization of a frame, beforehand. The coregistration process includes spectral diversity and other necessary corrections. Once coregistered, the interferograms are formed by combining the new image with three chronologically previous ones. This way is suitable for interpretation and for further use of the interferograms in multitemporal InSAR processing methods based on small baselines strategy (e.g. NSBAS approach currently implemented into custom LiCSBAS chain [ LiCSBAS: An Open-Source InSAR Time Series Analysis Package Integrated with the LiCSAR Automated Sentinel-1 InSAR Processor paper in the docs tab]). The interferogram unwrapping is performed using optimised SNAPHU approach. All the LiCSAR products are multilooked by factors of 5 in the range and 20 in the azimuth directions to achieve a resolution of around 100×100 m per pixel.\r\n\r\nLiCSAR processing chain consists of:\r\n1. Preparation of Frame Epoch SLC\r\n2. Resampling to RSLC\r\n3. Formation of Differential Interferograms\r\n4. Unwrapping Interferograms\r\n5. LiCSInfo Metadata Database\r\n6. LiCSAR FrameBatch Processing\r\n7. FrameBatch Processing Chain\r\n8. FrameBatch Post-Processing\r\n\r\nFor more information please see the  LiCSAR: An Automatic InSAR Tool for Monitoring Tectonic and Volcanic Activities paper in the docs tab.",
            "keywords": "",
            "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/186919/?format=api",
        "https://api.catalogue.ceda.ac.uk/api/v2/rpis/186923/?format=api"
    ]
}