Skip to content

V2.5 def8#70

Merged
GernotMaier merged 6 commits into
mainfrom
v2.5-def8
Jul 10, 2026
Merged

V2.5 def8#70
GernotMaier merged 6 commits into
mainfrom
v2.5-def8

Conversation

@GernotMaier

Copy link
Copy Markdown
Member

No description provided.

@GernotMaier GernotMaier self-assigned this Jul 10, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates production configuration/scripts for CTA prod6 analysis runs, including expanded run coverage (zenith angles/NSB), new subarray definitions, and adjustments to XGBoost stereo analysis job generation to account for telescope multiplicity.

Changes:

  • Expand batch execution in CTA.runAllScripts.sh to cover multiple zenith angles and both dark/moon NSB conditions.
  • Add new SouthAlpha subarray configurations with 3 LSTs.
  • Update XGB stereo submission/analyse scripts to pass a maximum telescope multiplicity parameter and adjust high-multiplicity model selection; bump analysis/XGB date tags; add a maintenance changelog entry.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.

Show a summary per file
File Description
setSoftwarePaths.sh Downgrades the “software directory not found” message to a warning (but still returns early).
prod6/subArray.prod6.SouthAlpha.list Adds two new SouthAlpha array configurations (3 LST variants).
docs/changes/70.maintenance.md Adds a short maintenance note about a multiplicity/XGB-related bugfix.
CTA.runAnalysis.sh Updates ANADATE/XGBDATE tags to a newer analysis date.
CTA.runAllScripts.sh Runs all scripts over additional zenith angles and NSB levels (dark + moon).
analysis/CTA.XGBSTEREO.sub_analyse.sh Introduces computation of TELMAX and attempts to substitute it into generated qsub scripts.
analysis/CTA.XGBSTEREO.qsub_analyse.sh Adds MAXTEL and changes logic for selecting a high-multiplicity model prefix.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread analysis/CTA.XGBSTEREO.sub_analyse.sh
Comment on lines 38 to 42
# high multiplicity events
OMINTEL=${MINTEL}
[ "$OMINTEL" -eq 2 ] && OMINTEL=23
if [ "$MINTEL" -eq 2 ]; then
if [ "$MINTEL" -eq 2 ] && [ "$MAXTEL" -ne 3 ]; then
MODEL_OPTIONS+=(
Comment thread setSoftwarePaths.sh

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Comment thread setSoftwarePaths.sh
Comment on lines +74 to +76
if [[ ! -d ${DATASET_DIR}/$SOURCE_ANALYSIS ]]; then
SOURCE_ANALYSIS=$TARGET_ANALYSIS
fi
@GernotMaier
GernotMaier merged commit ac561fc into main Jul 10, 2026
2 checks passed
@GernotMaier
GernotMaier deleted the v2.5-def8 branch July 10, 2026 09:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants