ucomp-test
Science Score: 44.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.7%) to scientific vocabulary
Last synced: 6 months ago
·
JSON representation
·
Repository
Basic Info
- Host: GitHub
- Owner: decarlof
- License: other
- Language: IDL
- Default Branch: main
- Size: 2.07 MB
Statistics
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- Releases: 0
Created almost 2 years ago
· Last pushed almost 2 years ago
Metadata Files
Readme
License
Citation
README.md
UCoMP Pipeline
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
Using the pipeline
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
Repo structure
- 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.
Owner
- Name: Francesco De Carlo
- Login: decarlof
- Kind: user
- Location: Chicago, IL
- Company: Argonne National Laboratory
- Website: https://www.aps.anl.gov/Imaging
- Repositories: 131
- Profile: https://github.com/decarlof
Citation (CITATION.cff)
cff-version: 1.2.0 message: "If you use this software, please cite it as below." authors: - family-names: "Galloy" given-names: "Micahel" orcid: "https://orcid.org/0000-0002-5872-7531" title: "UCoMP pipeline" version: 0.5.0 doi: 10.26024/g8p7-wy42 date-released: 2023-08-18 url: "https://github.com/NCAR/ucomp-pipeline"
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 9 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
docs/requirements-doc.txt
pypi
- docutils ==0.16
- jupyter *
- nbsphinx *
- pandoc *
- sphinx >=5,<6
- sphinx_idl ==0.1
- sphinx_rtd_theme >=1,<2
- sphinxcontrib-bibtex >=2,<3