From 295d90e0375de9b93dcf41e301b7487bd03d1198 Mon Sep 17 00:00:00 2001 From: FedericoBerlfein <107272465+FedericoBerlfein@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:07:28 -0400 Subject: [PATCH] Update galsim/chromatic.py Co-authored-by: Rachel Mandelbaum --- galsim/chromatic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/galsim/chromatic.py b/galsim/chromatic.py index 6be2708516..cfadd737d1 100644 --- a/galsim/chromatic.py +++ b/galsim/chromatic.py @@ -1231,7 +1231,7 @@ def __init__(self, original, waves, oversample_fac=1.0, use_exact_sed=True, def from_images(cls, images, waves, _force_stepk = None, _force_maxk = None, **kwargs): """ Alternative initialization for InterpolatedChromaticObject from input images at specific wavelengths. Any parameters accepted by - the InterpolatedImage class can be passed in kwargs. Note that stepk and maxk are parameters that can depend on the image size, + the InterpolatedImage class can be passed in as kwargs. Note that stepk and maxk are parameters that can depend on the image size, and therefore on the wavelength. If not given, as a list for every image, or a single number for all images, it will be caluclated using the input image pixel scale and dimensions. This means it will be identical for all images. This will cause small differences from the normal use of this class using chromatic objects whose stepk and maxk are wavelength-dependant.