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/46185/?format=api
{ "ob_id": 46185, "computationComponent": [ { "ob_id": 46184, "uuid": "6b61cb5cdfa84f01a86cd7823195d8b9", "title": "SPLICE: Spectral information for oak and hazel, Alice Holt Forest, Hampshire, UK, July 2023", "abstract": "Raw data is provided in 128 .sig files. Raw data was processed in python using Specdal and\r\nFieldSpecUtils packages. First, regions of spectrometer overlap (1000 and 1800 nm) were averaged and spliced. Next, spectra were linearly interpolated to correspond to wavelengths of 1nm spacing. Then, the relative reflectance spectra were multiplied by the white reference panel’s known laboratory calibrated reflectance profile to yield absolute reflectance. The processed data are provided in Alice_Holt_Hyperspectral.csv.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 46183, "independentInstrument": [ 39824 ], "instrumentplatformpair_set": [] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://catalogue.ceda.ac.uk/api/v2/rpis/220550/?format=api" ] }