This repository contains all the code for processing the level 0 UCoMP data to levels 1 and 2.
The UCoMP pipeline produces:
- level 1 FITS and quick look image files, as well as some animations
- level 2 FITS and quick look image files, as well as some animations
- engineering plots to monitor instrument performance, data quality, and the performance of the pipeline itself
- a detailed log of the actions the pipeline performed
- optionally, updates to a database with the created files
See the repo wiki for:
- requirements for running the pipeline
- building and installation instructions
- how to run the pipeline
- guidelines for the code in the repo
- The
analysisdirectory contains scripts that perform various analysis of pipeline output. - The
bindirectory contains executable scripts that run the pipeline and perform other maintenance tasks. - The
cmakedirectory contains some CMake modules for the build process. - The
configdirectory contains the specification for the config file that controls the options for running the pipeline. - The
docsdirectory contains some documentation. - The
gendirectory contains routines that are generally useful for MLSO instrument pipelines. - The
libdirectory contains more general library routines not written by MLSO. - The
regressiondirectory contains code specifically for the regression tests. - The
resourcedirectory contains non-source code files used by the pipeline: distortion correction coefficients, demodulation coefficients, the epochs file, information about the wave regions, database table specifications, color tables, hot pixel locations, file validation specifications, and logo images. - The
scriptsdirectory contains scripts that are run to maintain the repo: create the documentation, run the unit tests, find SSW dependencies, etc. - The
srcdirectory contains all the UCoMP-specific pipeline code. - The
sswdirectory contains SolarSoft routines needed for the pipeline. Only the routines necessary for the pipeline are included and are not automatically updated so that the pipeline does not break if SolarSoft is updated. - The
unitdirectory contains the unit tests.