Data-tree#

The onsite data-tree is placed in the root directory :

lstcam_calib.onsite.DEFAULT_BASE_PATH = /fefs/onsite/data/lst-pipe/LSTN-01

Cat-A calibration files are stored in the sub-directory service/PixelCalibration/Cat-A :

Onsite Cat-A dir = /fefs/onsite/data/lst-pipe/LSTN-01/service/PixelCalibration/Cat-A

This directory contains the following sub-directories, each related to specific calibration data:

Cat-A
├── drs4_time_sampling_from_FF
├── drs4_baseline
├── drs4_timelapse
├── calibration
└── ffactor_systematics

5 directories

Each directory has a sub-directory structure of type [date]\[version]\log, where

  • [date] corresponds (generally) to the date of the data acquisition.

  • [version] corresponds to the lstcam_calib version used for the calibration production.

  • The calibration files are placed in the [version] directory.

  • A software link pro is pointing to the last [version] directory produced.

  • In the log directory are stored the log files with the output messages, the pdf files with the check plots and eventually the automatically produced batch scripts.

Here below you can see the example of the calibration tree used for the CI tests.

Cat-A
├── drs4_time_sampling_from_FF
│   └── 20191124
│       ├── v0.1.dev217+g01a60dd
│       │   └── log
│       └── pro
│           └── log
├── drs4_baseline
│   └── 20200218
│       ├── v0.1.dev217+g01a60dd
│       │   └── log
│       └── pro
│           └── log
├── drs4_timelapse
│   └── 20200218
│       ├── v0.1.2.dev35+g9572ee0
│       │   └── log
│       └── pro
│           └── log
├── calibration
│   ├── 20221001
│   │   ├── v0.1.dev365+g4ed7d35
│   │   │   └── log
│   │   └── pro
│   │       └── log
│   └── 20200218
│       ├── v0.1.dev365+g4ed7d35
│       │   └── log
│       └── pro
│           └── log
└── ffactor_systematics
    └── 20200725
        ├── v0.1.dev296+g9bc28ad
        │   └── log
        └── pro
            └── log

35 directories