Directories descriptions and layouts
A repository for software/code for processing raw data.
Instrument_1 - A directory for each AMOF instrument listed by its unique name
This directory will contain all the code needed to process the raw data into a state ready for ingestion to the CEDA archive. The structure of this directory will be be determined by the individual instrument and instrument scientist. These scripts will be used in the processing area of the GWS
The example show three python scripts. The first script is to parse the raw files to an intermediate format . The second script is to apply some quality checks to the data and finally a script to convert to netcdf. These scripts will be controlled by version control and synced to NCASUK github. More information on this process can be found on the Github page.