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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,30 @@ This changelog is generated using [Towncrier](https://towncrier.readthedocs.io/)

<!-- towncrier release notes start -->

## [v2.0.0](https://github.com/gammasim/simtools-tests/releases/tag/v2.0.0) - 2026-07-15
Comment thread
GernotMaier marked this conversation as resolved.

### New Features

- Add test resources for simtools v0.34.0.
Following updates with respect to v0.33.0 are applied:
- run test production with simtools v0.34.0.
- update `production_configuration` to v1.1.0 and rename `corsika_limits_north.ecsv` to `corsika_limits.ecsv`.
- update sim_telarray configuration file naming to new shorter file names.
- apply CLI changes for `simtools-simulate-prod`: rename `pack_for_grid_register` to `grid_output_path`.
- change default simulation production model version to v7.0.0.
- remove obsolete static files:
- `grid_definition.yaml`
- `production_dl2_fits/prod6_LaPalma-20deg_gamma_cone.N.Am-4LSTs09MSTs_ID0_reduced.fits.gz`
- `production_dl2_fits/prod6_LaPalma-40deg_gamma_cone.N.Am-4LSTs09MSTs_ID0_reduced.fits.gz`
- `production_simulation_config_metrics.yml`

([#9](https://github.com/gammasim/simtools-tests/pull/9))

### Maintenance

- Fix production configuration to use release version v0.1.0, ensuring test files for v0.33.0 can be downloaded properly. ([#10](https://github.com/gammasim/simtools-tests/pull/10))


## [v1.0.0](https://github.com/gammasim/simtools-tests/releases/tag/v1.0.0) - 2026-06-30

### New Features
Expand Down
1 change: 0 additions & 1 deletion docs/changes/10.maintenance.md

This file was deleted.

8 changes: 0 additions & 8 deletions docs/changes/9.feature.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ applications:
telescope: SSTS-design
parameter_version: 0.0.99
write_reference_nsb_rate_as_parameter: true
zenith_angle: 0.
zenith_angle: 20.
collection:
output_path: __TEST_DIRECTORY__/simtools-tests/__SIMTOOLS_VERSION__/integration_tests/generated/camera_efficiency
files:
- camera_efficiency_summary_South_SSTS-design_za0.0deg_azm000deg.yml
- camera_efficiency_summary_South_SSTS-design_za20.0deg_azm000deg.yml
schema_name: application_workflow.metaschema
schema_url: https://github.com/gammasim/simtools/blob/main/src/simtools/schemas/application_workflow.metaschema.yml
schema_version: 0.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
meta:
tel: SSTS-design
model_version: 7.0.0
zen: 0.0
zen: 20.0
az: 0.0
nsb: default sim_telarray spectrum
reflectivity:
value: 0.8713247078500215
value: 0.8712591137458252
description: Spectrum weighted reflectivity
cam_eff:
value: 0.3378419541849506
value: 0.3383605702775408
description: Camera nominal efficiency with gaps (B-TEL-1170)
tel_eff:
value: 0.3134450241530826
value: 0.3133590080260796
description: Telescope total efficiency with gaps (was A-PERF-2020)
tot_sens:
value: 0.4484366966845458
value: 0.44831363590870776
description: Telescope total Cherenkov light efficiency / sqrt(total NSB efficiency)
(A-PERF-2025/B-TEL-0090)
nsb_rate:
Expand All @@ -29,5 +29,5 @@ nsb_ref:
unit: GHz
description: Expected NSB pixel rate for the reference NSB
muon_frac:
value: 0.03982639514498123
value: 0.03129789805896955
description: Fraction of light (from muons) in the wavelength range 200-290 nm (B-TEL-0095)
Loading