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/32161/?format=api
{ "ob_id": 32161, "computationComponent": [ { "ob_id": 32162, "uuid": "e560269d82274ed4a096af819206fe37", "title": "Computation and post processing of IGP MRR data using IMProToo software", "abstract": "During the campaign, both ProcessedData (.pro) and RawSpectra (.raw)\r\nwere saved in daily files from 3 February to 22 March 2018. No averaged data files (.ave)\r\n were saved. Short breaks in data acquisition lead to several data gaps during the campaign, which are apparent as missing data in the data files.\r\nThe ProcessedData files were converted to compressed netCDF format, using a modified version of mrr2c V1.0.2 (c) 2017-2020 by Peter Kuma (https://github.com/peterkuma/mrr2c) Output from this conversion is stored as daily datafiles (naming: bergen-mrr2_yyyymmdd_processed-v1.nc; format: netcdf) in directory: MRR_Alliance_Pro_v1/\r\nIn addition, data files were processed with the tool IMProToo v0.101\r\n (https://github.com/maahn/IMProToo) based on the *.raw data files. Output of this processing is stored as daily datafiles (naming: bergen-mrr2_alliance_yyyymmdd_IMProToo-v0.nc; format: netcdf) in directory: MRR_Alliance_IMProToo_v0/\r\nPost processing was done by Harald Sodemann (UiB), who also acts as data contact.", "keywords": "", "inputDescription": null, "outputDescription": null, "softwareReference": null, "identifier_set": [] } ], "acquisitionComponent": [ { "ob_id": 32160, "independentInstrument": [], "instrumentplatformpair_set": [ { "ob_id": 12443, "platform": "https://api.catalogue.ceda.ac.uk/api/v2/platforms/26503/?format=api", "instrument": "https://api.catalogue.ceda.ac.uk/api/v2/instruments/32158/?format=api", "relatedTo": { "ob_id": 32160, "uuid": "dd5ad889071847649a9fd58ad09fb359", "short_code": "acq" } } ] } ], "identifier_set": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/142994/?format=api" ] }