Instrument Instance
Get a list of Instrument objects. Instruments have a 1:1 mapping with Observations.
### Available end points:
- `/instruments/` - Will list all Instruments in the database
- `/instruments.json` - Will return all Instruments in json format
- `/instruments/<object_id>/` - Returns Instruments object with that id
### Available Methods:
- `GET`
- `HEAD`
### Available filters:
- `title`
- `uuid`
- `keywords`
- `instrumentType`
### How to use filters:
- `/instruments/?title__startwith!=Instrument.title: DETAILS NEEDED`
- `/instruments/?uuid=c7fa005e2095425392b18adbd7b40617`
- `/instruments.json?instrumentType=radiometer`
GET /api/v2/instruments/41916/?format=api
{ "ob_id": 41916, "uuid": "5c04ba020d044609be30042d41ac2f23", "title": "NCAS Oxilla O2 Gas Monitor unit 1 instrument", "abstract": "NCAS Oxilla O2 Gas Monitor unit 1 is operated in conjunction with the NCAS Seimens C02 Gas Monitor unit 1 instrument. These are within a single gas handling system is used to measure CO2 and O2 concurrently in a single contiguous system including both analysers. Air is sampled from an aspirated inlet on the 10 m tower at the NCAS Weybourne Atmospheric Observatory using a diaphragm pump. A two stage drying system is employed and a pressure control interface is used to match the flows of both sample and reference flows upstream of the analyser. All calibrations and outside air measurements are performed against a reference flow of dry cylinder air to improve sensitivity. The CO2 analyser is a Siemens Ultramat 6E non-dispersive infra red (ND-IR) CO2 analyser. After passing through the Siemens CO2 analyser the airstream is analysed for O2 content using an Oxzilla II analyser from Sable Systems (this instrument) that utilises fuel cell technology. The data for both species is reported on the same timestamps.\r\n\r\nManufacturer: Sable\r\nModel Number: Oxzilla II\r\nSerial number: nan\r\nData Products available for this instrument: o2n2-concentration-ratio\r\n\r\nThis instrument is hosted by the University of East Anglia for the National Centre of Atmospheric Science (NCAS) and was previously referred to as \"wao-O2\" in older filenames.", "keywords": "", "identifier_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13068/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/identifiers/13122/?format=api" ], "instrumentType": "UNDEFINED", "subInstrument": [], "responsiblepartyinfo_set": [ "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203802/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203803/?format=api", "https://api.catalogue.ceda.ac.uk/api/v2/rpis/203884/?format=api" ] }