Skip to content

Commit fddb2f8

Browse files
authored
Merge pull request #30 from GernotMaier/v0.1.1
badges
2 parents f9a6edd + 3dbdcdb commit fddb2f8

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# VERITAS Simulation Pipeline
22

3+
[![DOI](https://zenodo.org/badge/738007615.svg)](https://zenodo.org/doi/10.5281/zenodo.10541349)
4+
[![License](https://img.shields.io/badge/License-BSD_3--Clause-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
5+
[![build-images](https://github.com/GernotMaier/VTS-SimPipe/actions/workflows/build-images.yml/badge.svg)](https://github.com/GernotMaier/VTS-SimPipe/actions/workflows/build-images.yml)
6+
37
This repository contains the simulation pipeline for [VERITAS](https://veritas.sao.arizona.edu/). This includes build scripts for the required simulation software and processing scripts.
48

59
This work is built on a large effort from many people, especially:

env_setup_template.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ export VTSSIMPIPE_DATA_DIR=vtssimpipe_corsika_dir
99
# export VTSSIMPIPE_CONTAINER="apptainer"
1010
export VTSSIMPIPE_CONTAINER="docker"
1111
# CORSIKA
12-
export VTSSIMPIPE_CORSIKA_IMAGE="ghcr.io/gernotmaier/vtsimpipe-corsika:latest"
12+
export VTSSIMPIPE_CORSIKA_IMAGE="ghcr.io/gernotmaier/vtsimpipe-corsika:0.1.1"
1313
# GROPTICS
14-
export VTSSIMPIPE_GROPTICS_IMAGE="ghcr.io/gernotmaier/vtsimpipe-groptics"
14+
export VTSSIMPIPE_GROPTICS_IMAGE="ghcr.io/gernotmaier/vtsimpipe-groptics:0.1.1"
1515
# CARE
16-
export VTSSIMPIPE_CARE_IMAGE="ghcr.io/gernotmaier/vtsimpipe-care"
16+
export VTSSIMPIPE_CARE_IMAGE="ghcr.io/gernotmaier/vtsimpipe-care:0.1.1"
1717
# MERGEVBF
18-
export VTSSIMPIPE_MERGEVBF_IMAGE="ghcr.io/gernotmaier/vtsimpipe-mergevbf"
18+
export VTSSIMPIPE_MERGEVBF_IMAGE="ghcr.io/gernotmaier/vtsimpipe-mergevbf:0.1.1"

0 commit comments

Comments
 (0)