Skip to content

Draft: Refactoring core calibrator

Mykhailo.Dalchenko requested to merge refactoring-core-calibrator into main

Description

Commits

  • Dirty refactoring of ref atmo model selector

  • Fixing shell error

  • Refactor atmopsheric db uploading

  • cta --> ctao

  • cta --> ctao

  • renaming reference models

  • Update test to reflect updates in cfg files

  • fix molecular atmosphere calibrator test

  • Fix atmo model example configs

  • Change CTA-N(S) to CTAO-N(S)

  • Allow db port to be None

  • Fix CI for coverage

  • Refactor the tool to upload observatory data

  • Fix initi_db finish step

  • Update DB initializatoin routine

  • Refactor DB initialization (empty tables)

Related Issue

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports