https://github.com/astarvienna/metis_drld

A normal git remote for https://www.overleaf.com/project/5f1abb4137d7690001f8aeb1 , not an export

https://github.com/astarvienna/metis_drld

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • 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 (8.4%) to scientific vocabulary
Last synced: 10 months ago · JSON representation

Repository

A normal git remote for https://www.overleaf.com/project/5f1abb4137d7690001f8aeb1 , not an export

Basic Info
  • Host: GitHub
  • Owner: AstarVienna
  • Language: TeX
  • Default Branch: master
  • Size: 75.2 MB
Statistics
  • Stars: 2
  • Watchers: 7
  • Forks: 0
  • Open Issues: 114
  • Releases: 1
Created about 3 years ago · Last pushed 11 months ago
Metadata Files
Readme

README.md

METIS Data Reduction Library Design (DRLD)

Special Commands

  • Recipes: \REC{metis_do_something}
  • QC parameters: \QC{QC SOMETHING OR OTHER}
  • Templates: \TPL{METIS_gen_cal_dark}
  • Products: \PROD{SOME_THING}
  • Requirements: \REQ{METIS-xxx}
  • External calibration files: \EXTCALIB{some_file}
  • Static calibration files: \STATCALIB{some_other_file}
  • FITS keywords: \FITS{EXPTIME}
  • Code: \CODE{SOMETHING==ELSE}
  • micrometer (correctly!): \micron
  • stuff that needs to be done: \TODO{Do this!} -- none of these should remain in any release version

Use the environment recipedef to define a new recipe: latex \begin{recipedef} Recipe name: & \REC{metis_det_lingain} \\ Purpose: & determine non-linearity and gain \end{recipedef}

tcolorbox

Overleaf complains with this warning:

Package tcolorbox Warning: Discard zero height first box part due to break problems (possible loss of zero height content) on input line 188.

That problem is fixed in tcolorbox 6.0.2. However, that version is not yet in any texlive distribution, so is not available on overleaf. The following files are added to the repository to manually add the features necessary to prevent the warning:

tcbbreakable.code.tex tcbfitting.code.tex tcbhooks.code.tex tcbraster.code.tex tcbskins.code.tex tcbskinsjigsaw.code.tex tcbtheorems.code.tex tcolorbox.sty tikzfill-common.sty tikzfill.image.sty tikzlibraryfill.image.code.tex

These files can be removed once overleaf has a texlive version that has tcolorbox 6.0.2+ included.

Owner

  • Name: A*Vienna
  • Login: AstarVienna
  • Kind: organization
  • Location: Vienna. Austria

GitHub Events

Total
  • Issues event: 4
  • Delete event: 8
  • Issue comment event: 28
  • Push event: 114
  • Public event: 1
  • Pull request review comment event: 2
  • Pull request review event: 11
  • Pull request event: 31
  • Create event: 21
Last Year
  • Issues event: 4
  • Delete event: 8
  • Issue comment event: 28
  • Push event: 114
  • Public event: 1
  • Pull request review comment event: 2
  • Pull request review event: 11
  • Pull request event: 31
  • Create event: 21

Dependencies

pyproject.toml pypi
.github/workflows/blank.yml actions
  • actions/checkout v3 composite
.github/workflows/latex.yml actions
  • actions/checkout v3 composite
  • actions/upload-artifact v3 composite
  • xu-cheng/latex-action v3 composite
.github/workflows/tests.yml actions
  • actions/checkout v3 composite
  • actions/setup-python v3 composite
.github/workflows/update_operations.yml actions
  • actions/checkout v3 composite
  • peter-evans/create-pull-request v5 composite
codes/requirements.github_actions.txt pypi
  • numpy *
  • pytest *