Procedure Composite Process Instance
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/26988/?format=api
{ "ob_id": 26988, "computationComponent": [ { "ob_id": 19040, "uuid": "826fb42295b4469c95b0fd6573aec1c8", "title": "Level 1 processing algorithm applied to Sentinel 3 Sea and Land Surface Temperature Radiometer (SLSTR) raw data", "abstract": "This computation involves the Level 1 processing algorithm applied to raw Sea and Land Surface Temperature Radiometer (SLSTR) data. Level 1 processing uses Level-0 products to compute radiometric measurements for each SLSTR channel in both views. This includes radiometric calibration for thermal and solar channels, several tests concerning surface and cloud flagging, and the determination of pixels' properties such as day/night, position in the instrument grid or geographical position.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 26989, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 11993, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/26990/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/19032/?format=api", "relatedTo": { "ob_id": 26989, "uuid": "39afd744667c4cc1972c79719df2355a", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113242/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/113243/?format=api" ] }