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

{
    "ob_id": 24922,
    "computationComponent": [
        {
            "ob_id": 24928,
            "uuid": "e768f449cbf84c3caba05ddc63c44989",
            "title": "MIPclouds Algorithm",
            "abstract": "The purpose of the Algorithm Theoretical Basis Document (ATBD) is to present the algorithm and technical\r\ndetails necessary to realise a processor for the retrieval of cloud properties form the Level 1b (L1B) data of\r\nESA instrument MIPAS on-board the ENVISAT satellite. The infrared spectra measured by MIPAS (main information\r\nof L1B) include sufficient information to retrieve various cloud parameter. Recent publications have\r\nalready shown the large potential of the dataset ([11], [12], [5], [6]). But so far no validated and consolidated\r\nMIPAS cloud product is available for the scientific community. Consequently the development of a cloud parameter\r\nprocessor for MIPAS and the application to the time series is highly desired.\r\nThe proposed MIPAS cloud processor follows the requirements of the statement of work of the ESA-ITT\r\nAO/1-5255/06/I-OL. Therefore the development and application of the processor is so far restricted to the first\r\n\r\nDetailed information on the data available at:measurement period of MIPAS from July 2002 to March 2004 (spectral high resolution (HR) mode). After\r\n2004 MIPAS is operating with slightly reduced resolution (RR-mode). A transfer of the prototype processor\r\nfor application of the RR mode has been taken into account during the algorithm development. It is desirable,\r\nthat this will be also considered in the realisation phase of the prototype processor.\r\nPrimary task of the software is to retrieve cloud properties from the MIPAS L1B spectra. This contains various\r\nitems of interest:\r\n• the detection of cloudy spectra in the L1B data\r\n• to classify various cloud types in the measurements (e.g. polar stratospheric clouds, liquids and ice\r\nclouds)\r\n• to retrieve cloud top information on height, temperature, pressure\r\n• to retrieve profile information on cloud parameters (e.g.. extinction, ice water path or integrated limb\r\npath quantities like volume/area density path)\r\n• information on microphysical parameter like effective radius of the particle size distribution (PSD) or\r\nVolume and Area densities.\r\nThe retrievability of the cloud parameters like the ones above have been investigated in a feasibility study of\r\nthe MIPclouds project\r\n\r\n1) Spang, R., Remedios, J. J., and Barkley, M., Colour Indices for the Detection and Differentiation of Cloud Types in Infra-red Limb Emission Spectra, Adv. Space Res., 33, pp.1041-1047, 2004.\r\n2) Spang, R., Arndt, K., Dudhia, A., Höpfner, M., Hoffmann, L., Hurley, J., Grainger, R. G., Griessbach, S., Poulsen, C., Remedios, J. J., Riese, M., Sembhi, H.,  Siddans, R., Waterfall, A., and Zehner, C.: Fast cloud parameter retrievals of MIPAS/Envisat, Atmos. Chem. Phys., 12, 7135-7164, doi:10.5194/acp-12-7135- 2012, 2012.\r\n 3) Sembhi, H., Remedios, J., Trent, T., Moore, D. P., Spang, R., Massie, S., and Vernier, J.-P.: MIPAS detection of cloud and aerosol particle occurrence in the UTLS with comparison to HIRDLS and CALIOP, Atmos. Meas. Tech., 5, 2537- 2553, doi:10.5194/amtd-5-2537-2012, 2012\r\n4) Hurley, J., Dudhia, A., and Grainger, R. G.: Retrieval of macrophysical cloud parameters from MIPAS: algorithm description, Atmos. Meas. Tech., 4, 683- 704, doi:10.5194/amt-4-20 683-2011, 2011.\"",
            "keywords": "",
            "inputDescription": null,
            "outputDescription": null,
            "softwareReference": null,
            "identifier_set": []
        }
    ],
    "acquisitionComponent": [
        {
            "ob_id": 11449,
            "independentInstrument": [],
            "instrumentplatformpair_set": [
                {
                    "ob_id": 3946,
                    "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/846/?format=api",
                    "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/11447/?format=api",
                    "relatedTo": {
                        "ob_id": 11449,
                        "uuid": "f9c56f83e09845029eac0ac84f256d60",
                        "short_code": "acq"
                    }
                }
            ]
        }
    ],
    "identifier_set": [],
    "responsiblepartyinfo_set": []
}