Skip to content

Commit

Permalink
Update galsim/chromatic.py
Browse files Browse the repository at this point in the history
Co-authored-by: Rachel Mandelbaum <[email protected]>
  • Loading branch information
FedericoBerlfein and rmandelb authored Jun 11, 2024
1 parent 0ded134 commit 295d90e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion galsim/chromatic.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 295d90e

Please sign in to comment.