Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
67 commits
Select commit Hold shift + click to select a range
e1a4735
Add xycoef method to DoubleZernike
jmeyers314 Jan 23, 2025
d73f2a7
Enable higher order annular Zernikes
jmeyers314 Jan 23, 2025
4bcbd60
Remove py3.8 from CI
jmeyers314 Jan 23, 2025
42b8fa1
Mike's comments on test_large_j
jmeyers314 Feb 6, 2025
8210fd3
Rewrite xy_contribution as cached recursive
jmeyers314 Feb 6, 2025
0e92b70
Add robust Zernike evaluation
jmeyers314 Feb 11, 2025
fe693d5
Fix #1324 and add more regression tests of maxk, stepk, etc.
rmjarvis Dec 20, 2024
aa22fa6
Add py3.13 to CI
rmjarvis Dec 20, 2024
ac20811
Lower precision required for one of the tests.
rmjarvis Dec 20, 2024
967a7d8
Add Image.array setter to avoid surprising results via numpy.array ma…
rmjarvis Feb 19, 2025
ad9fba9
Let nrecalc=0 mean recalc at the start, but then no more in that call…
rmjarvis Feb 18, 2025
8b627c3
Add recalc option for even more control
rmjarvis Feb 18, 2025
56b1aba
Fix slight logic error about accum_flux_since_update (which probably …
rmjarvis Feb 19, 2025
8910919
Update galsim/sensor.py
rmjarvis Feb 21, 2025
e29bd30
Update cibuildwheel to v2.22
rmjarvis Mar 19, 2025
6c7bbb6
Show docs for DoubleZernike members
rmjarvis Feb 24, 2025
2048e22
Make PhotonDCR work correctly with both sky_pos and zenith_angle
rmjarvis Mar 18, 2025
c760b8c
C++ Silicon pixel bounds are now floats to save memory.
welucas2 Apr 16, 2025
67a8876
Update calculateFWHM to be insensitive to np.argsort algorithmic details
rmjarvis Oct 3, 2025
009b999
Fix for numpy 2.3
rmjarvis Sep 7, 2025
3b78ec8
--debug not allowed anymore
rmjarvis Sep 5, 2025
ba4bed0
Stop pinning setuptools <72
rmjarvis Sep 5, 2025
a2fe10d
Let pytest run from root dir
rmjarvis Sep 5, 2025
ddca939
Use fixtures to fix setup() function in run_examples
rmjarvis Sep 5, 2025
e291843
Use a custom command, rather than old setuptools test command
rmjarvis Sep 5, 2025
d21cf7c
avoid warning about invalid escape char
rmjarvis Sep 5, 2025
9fdc348
Run single runner items on 3.12, not 3.8
rmjarvis Sep 5, 2025
2ce4f4e
astroplan and starlink seem to work now
rmjarvis Sep 5, 2025
9ae3af8
Remove 3.8 from ci
rmjarvis Sep 5, 2025
ace62ab
Starlink doesn't work on CI anymore.
rmjarvis Sep 7, 2025
6a60d0a
Add 3.14 to ci
rmjarvis Oct 27, 2025
50cc4d9
Fix coverage from not including starlink in test suite anymore
rmjarvis Oct 27, 2025
e30a7f5
Add docs to RealGalaxyCatalog.close()
rmjarvis Dec 8, 2025
1fd5ca8
Update galsim/real.py
rmjarvis Dec 9, 2025
bb4274c
Add note in RGC class doc about close method
rmjarvis Dec 9, 2025
b5be962
Emit warnings for large FFT rather than raising GalSimFFTSizeError
rmjarvis Dec 9, 2025
175a5d5
Deprecate GalSimFFTSizeError
rmjarvis Dec 9, 2025
d1f72bf
Update some docs for new behavior
rmjarvis Dec 9, 2025
9b08b27
coverage
rmjarvis Dec 9, 2025
a25d5a4
Add some slight slop on time sampler test to allow for rare values at…
rmjarvis Dec 10, 2025
6ece650
coverage
rmjarvis Dec 10, 2025
79e379a
Not 'too' large anymore
rmjarvis Dec 17, 2025
3e388af
typo
rmjarvis Dec 17, 2025
2696dc2
Allow old behavior of raising GalSimFFTSizeError via galsim.errors.ra…
rmjarvis Jan 27, 2026
e3d782b
Clear changelog
rmjarvis Jan 28, 2026
bec9e74
2026
rmjarvis Jan 28, 2026
aab609d
version 2.9 on main
rmjarvis Jan 28, 2026
1ed63d9
Add pickle test for FFTSizeError
rmjarvis Feb 19, 2026
6e37e4a
Multiple SED in ChromaticTransformation by absolute value of determinant
FedericoBerlfein Feb 19, 2026
6c61688
Change absolute value inside function
FedericoBerlfein Feb 19, 2026
05b977e
Test flux is correct if jacobian has negative determinant
FedericoBerlfein Feb 20, 2026
225421c
Allow for all (non-imaging) Roman bands internally
arunkannawadi Feb 19, 2026
1b7f9f0
Allow to get a subset of Roman bandpasses
arunkannawadi Feb 22, 2026
c3a36c8
Define a convenient getBandpass function
arunkannawadi Feb 22, 2026
a163286
Use getBandpass instead of getBandpasses when appropriate
arunkannawadi Feb 22, 2026
79d6f8f
Look up Roman sky backgrounds by column names
arunkannawadi Feb 22, 2026
96e34fc
Add a check to ensure that the defaults for
arunkannawadi Feb 22, 2026
74c4367
Update galsim/roman/roman_bandpass.py
rmjarvis Feb 22, 2026
6211ac7
Add an explicit test for W
arunkannawadi Feb 22, 2026
c79ed40
Drop enumerate when looping over bands
arunkannawadi Feb 22, 2026
0e1069c
Update wheels to build 3.14 and not 3.8
rmjarvis Feb 22, 2026
74662fb
Add v2.6, 2.7, 2.8 to older.rst
rmjarvis Feb 22, 2026
aca4409
Squash an irrelevant numpy warning
rmjarvis Feb 22, 2026
8894ad8
Update setup.py to use c++14 to allow for eigen version 5
rmjarvis Feb 22, 2026
35fc0d3
Don't cover linalg exception in leastsq routine
rmjarvis Feb 22, 2026
f9c43c1
Old astropy rice read error has been fixed.
rmjarvis Mar 16, 2026
a37817e
Merge branch 'main' into merge-main
beckermr Mar 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
39 changes: 17 additions & 22 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
# First all python versions in basic linux
os: [ ubuntu-latest ]
py: [ 3.7, 3.8, 3.9, "3.10", 3.11, 3.12 ]
py: [ 3.9, "3.10", 3.11, 3.12, 3.13, 3.14 ]
CC: [ gcc ]
CXX: [ g++ ]
FFTW_DIR: [ "/usr/local/lib" ]
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

# Easier if eigen is installed with apt-get, but on at least one system, check that
# it gets downloaded and installed properly if it isn't installed.
if ${{ matrix.py != 3.7 }}; then sudo -H apt install -y libeigen3-dev; fi
if ${{ matrix.py != 3.12 }}; then sudo -H apt install -y libeigen3-dev; fi

# Need this for the mpeg tests
sudo -H apt install -y ffmpeg
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:

# Do these three first to clarify potential conflicts
pip install -U numpy
pip install -U "setuptools<72"
pip install -U setuptools
pip install -U wheel

# Standard dependencies
Expand All @@ -164,13 +164,15 @@ jobs:

pip install -U matplotlib

- name: Install astroplan
# astroplan isn't yet numpy 2.0 compatible. So don't install that on 3.9+.
# I'm also getting errors with starlink, which I think may be related to
# numpy 2.0.
if: (matrix.py == 3.8) || (matrix.py == 3.9)
run: |
pip install -U astroplan

# Starlink doesn't seem to work anymore. Even with numpy 1.x, I'm getting
# "ModuleNotFoundError: No module named 'numpy'" when building the wheel.
# This after already installing numpy, so it should be there.
# Revisit from time to time to see if they fix it.
- name: Install starlink
if: 0
run: |
pip install -U starlink-pyast

- name: Install CPython-only dependencies
Expand All @@ -193,7 +195,7 @@ jobs:
FFTW_DIR=$FFTW_DIR pip install -vvv .

- name: Check download_cosmos only if it changed. (And only on 1 runner)
if: matrix.py == 3.7 && github.base_ref != ''
if: matrix.py == 3.12 && github.base_ref != ''
run: |
git status
git --no-pager log --graph --pretty=oneline --abbrev-commit | head -50
Expand All @@ -210,27 +212,20 @@ jobs:
# Less confusing to include it explicitly.

- name: Check shared library
if: matrix.py == 3.8
if: matrix.py == 3.12
run: |
# On a few systems (arbitrarily py3.8, where we also check mac and clang),
# On a few systems (arbitrarily py3.12, where we also check mac and clang),
# check the shared library creation and link.
GALSIM_BUILD_SHARED=1 python setup.py install
GALSIM_BUILD_SHARED=1 python setup.py build

# These directories/files should now exist.
echo "Look for the shared library:"
test -d build/shared_clib
ls build/shared_clib
ls build/shared_clib/libgalsim.*

# For now, use `python setup.py test` to test linking to the shared library.
# We run some C++ tests there, and we use the shared library for linking.
# Caveats:
# 1. The C++ tests are not very comprehensive, so it won't catch all errors.
# 2. Apparently setup.py test is deprecated. I'm getting warnings when I run
# it that indicate it may go away at some point. So whenever that happens,
# we'll have to revisit this test to find another way to build and run
# the C++ tests.
GALSIM_TEST_PY=0 python setup.py test
# Build and run the C++ test suite
GALSIM_RUN_TEST=1 python setup.py build

- name: Upload coverage to codecov
if: matrix.py != 'pypy-3.7'
Expand Down
33 changes: 14 additions & 19 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v3.3.1
env:
CIBW_BUILD: "*manylinux*"
CIBW_ARCHS: auto64
CIBW_SKIP: cp36* cp37* pp*
CIBW_SKIP: cp36* cp37* cp38* pp*
# I think yum might always work here. But leave all options available.
CIBW_BEFORE_ALL: yum install -y fftw-devel || apt-get install libfftw3-dev || apk add --upgrade fftw-dev

Expand All @@ -38,11 +38,11 @@ jobs:
- uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v3.3.1
env:
CIBW_BUILD: "*musllinux*"
CIBW_ARCHS: auto64
CIBW_SKIP: cp36* cp37* pp*
CIBW_SKIP: cp36* cp37* cp38* pp*
# I think musl always uses apk, but keep all options available.
CIBW_BEFORE_ALL: apk add --upgrade fftw-dev || apt-get install libfftw3-dev || yum install -y fftw-devel

Expand All @@ -53,21 +53,21 @@ jobs:

build_macosx_intel_wheels:
name: Build wheels on MacOS Intel
runs-on: macos-13
runs-on: macos-15-intel
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v3.3.1
env:
CIBW_BUILD: "*macosx*"
CIBW_ARCHS: auto64
CIBW_SKIP: cp36* cp37* pp*
CIBW_SKIP: cp36* cp37* cp38* pp*
CIBW_BEFORE_ALL: brew install fftw || true
CIBW_ENVIRONMENT: >-
MACOSX_DEPLOYMENT_TARGET=13.0
MACOSX_DEPLOYMENT_TARGET=14.0

- uses: actions/upload-artifact@v4
with:
Expand All @@ -76,27 +76,22 @@ jobs:

build_macosx_arm_wheels:
name: Build wheels on MacOS ARM
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v5

- name: Build wheels
uses: pypa/cibuildwheel@v2.21.1
uses: pypa/cibuildwheel@v3.3.1
env:
CIBW_BUILD: "*macosx*"
CIBW_ARCHS: arm64
CIBW_SKIP: cp36* cp37* pp*
CIBW_BEFORE_ALL: brew install llvm libomp fftw eigen
CIBW_SKIP: cp36* cp37* cp38* pp*
CIBW_BEFORE_ALL: brew install fftw eigen
CIBW_ENVIRONMENT: >-
CC=/opt/homebrew/opt/llvm/bin/clang
CXX=/opt/homebrew/opt/llvm/bin/clang++
LDFLAGS="-L/opt/homebrew/opt/llvm/lib -Wl,-rpath,/opt/homebrew/opt/llvm/lib"
CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
PATH="/opt/homebrew/opt/llvm/bin:$PATH"
FFTW_DIR="/opt/homebrew/lib"
MACOSX_DEPLOYMENT_TARGET=14.7
MACOSX_DEPLOYMENT_TARGET=14.0

- uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -128,7 +123,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install -U pip
pip install -U numpy "setuptools<72"
pip install -U numpy setuptools
pip install -U -r requirements.txt

- name: Download wheels
Expand Down
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Changes from v2.5 to v2.6
Changes from v2.7 to v2.8
=========================

We currently support Python 3.7 through 3.12.
We currently support Python 3.9 through 3.14.

A complete list of all new features and changes is given below.
`Relevant PRs and Issues,
<https://github.com/GalSim-developers/GalSim/milestone/24?closed=1>`_
<https://github.com/GalSim-developers/GalSim/milestone/25?closed=1>`_
whose issue numbers are listed below for the relevant items.

Dependency Changes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012-2023 by the GalSim developers team on GitHub
Copyright (c) 2012-2026 by the GalSim developers team on GitHub
https://github.com/GalSim-developers

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion conda_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# The requirements packages that can be installed with
# conda install -y -c conda-forge --file conda_requirements.txt
setuptools>=38,<72
setuptools>=38
numpy>=1.17
astropy>=2.0
pybind11>=2.2
Expand Down
6 changes: 3 additions & 3 deletions devel/GalSim_License_statement.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ All GalSim source files should contain the following copyright statement (Python
commented versions follow below):


Copyright (c) 2012-2023 by the GalSim developers team on GitHub
Copyright (c) 2012-2026 by the GalSim developers team on GitHub
https://github.com/GalSim-developers

This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand All @@ -20,7 +20,7 @@ conditions are met:
and/or other materials provided with the distribution.


# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand All @@ -39,7 +39,7 @@ conditions are met:


/* -*- c++ -*-
* Copyright (c) 2012-2023 by the GalSim developers team on GitHub
* Copyright (c) 2012-2026 by the GalSim developers team on GitHub
* https://github.com/GalSim-developers
*
* This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/brighter-fatter/bf_plots_07aug18.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/brighter-fatter/bf_plots_20Oct17.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/brighter-fatter/forward_model_varying_i/forward.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* -*- c++ -*-
* Copyright (c) 2012-2023 by the GalSim developers team on GitHub
* Copyright (c) 2012-2026 by the GalSim developers team on GitHub
* https://github.com/GalSim-developers
*
* This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/brighter-fatter/forward_model_varying_i/forward.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* -*- c++ -*-
* Copyright (c) 2012-2023 by the GalSim developers team on GitHub
* Copyright (c) 2012-2026 by the GalSim developers team on GitHub
* https://github.com/GalSim-developers
*
* This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* -*- c++ -*-
* Copyright (c) 2012-2023 by the GalSim developers team on GitHub
* Copyright (c) 2012-2026 by the GalSim developers team on GitHub
* https://github.com/GalSim-developers
*
* This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/brighter-fatter/forward_model_varying_i/setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/add_weights.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/apply_cuts.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/clean_pstamp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/functions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/get_all_gal.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/get_cat_seg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/get_in_galsim.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/get_objects.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/get_psf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/get_pstamps.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/remove_multi.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/run_batch_first.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/run_batch_fourth.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/run_batch_second.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/run_batch_third.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/run_batch_third_again.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/AEGIS/run_clean_seg.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/calculate_moffat_radii.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
2 changes: 1 addition & 1 deletion devel/external/comparison_utilities.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2023 by the GalSim developers team on GitHub
# Copyright (c) 2012-2026 by the GalSim developers team on GitHub
# https://github.com/GalSim-developers
#
# This file is part of GalSim: The modular galaxy image simulation toolkit.
Expand Down
Loading