Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"license": "MIT",
"contributors": [
{
"affiliation": "Instituto de F\u00edsica de Part\u00edculas y del Cosmos, Departamento de EMFTEL, Universidad Complutense de Madrid, Madrid, Spain ",
"name": "Cervi\u00f1o Cort\u00ednez, Alexander",
"type": "Researcher",
"orcid": "0009-0007-1566-9507"
},
{
"orcid": "0000-0002-5686-2078",
"affiliation": "Laboratoire d'Annecy de Physique des Particules, CNRS, Universit\u00e9 Savoie Mont-Blanc, Annecy, France",
Expand All @@ -12,12 +18,6 @@
"affiliation": "Instituto de F\u00edsica de Part\u00edculas y del Cosmos and Departamento de EMFTEL, Universidad Complutense de Madrid, Madrid, Spain",
"type": "Researcher",
"name": "Jos\u00e9 Luis Contreras"
},
{
"orcid": "0009-0007-1566-9507",
"affiliation": "Instituto de F\u00edsica de Part\u00edculas y del Cosmos and Departamento de EMFTEL, Universidad Complutense de Madrid, Madrid, Spain",
"type": "Researcher",
"name": "Alexander Cervi\u00f1o"
}
],
"language": "eng",
Expand All @@ -31,7 +31,7 @@
],
"creators": [
{
"orcid": "0000-0003-1821-7964"
"orcid": "0000-0003-1821-7964",
"affiliation": "Universit\u00e9 de Gen\u00e8ve, D\u00e9partement de physique nucl\u00e9aire et corpusculaire, Gen\u00e8ve, Suisse",
"name": "Tjark Miener"
},
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ necessary package channels, and install dl1-data-handler specified version and i

.. code-block:: bash

DL1DH_VER=0.14.0
DL1DH_VER=0.14.1
wget https://raw.githubusercontent.com/cta-observatory/dl1-data-handler/v$DL1DH_VER/environment.yml
conda env create -n [ENVIRONMENT_NAME] -f environment.yml
conda activate [ENVIRONMENT_NAME]
Expand Down