Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • LSTOSA LSTOSA
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 27
    • Issues 27
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cta-array-elements
  • lstlst
  • analysis
  • LSTOSALSTOSA
  • Merge requests
  • !61

Set default timecalib as of March 2021

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Daniel Morcuende requested to merge default_timecalib into master Apr 13, 2021
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 3

Whenever the time calibration file is not able to be produced, we use the one defined in

       def_time_calib_run = cfg.get("LSTOSA", "DEFAULT-TIME-CALIB-RUN")

       file_list = [
           file
           for file in calibpath.rglob(
               f"*/{options.calib_prod_id}/time_calibration.Run{def_time_calib_run}*"
           )
       ]

where DEFAULT-TIME-CALIB-RUN is now set to 4211 from 2021-03-21

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: default_timecalib