Skip to main content

The modular galaxy image simulation toolkit

Project description

https://github.com/GalSim-developers/GalSim/workflows/GalSim%20CI/badge.svg?branch=main https://codecov.io/gh/GalSim-developers/GalSim/branch/master/graph/badge.svg?branch=main https://img.shields.io/badge/astro--ph.IM-1407.7676-B31B1B.svg https://img.shields.io/badge/ADS-Rowe%20et%20al%2C%202015-blue.svg

GalSim is open-source software for simulating images of astronomical objects (stars, galaxies) in a variety of ways. The bulk of the calculations are carried out in C++, and the user interface is in Python. In addition, the code can operate directly on “config” files, for those users who prefer not to work in Python. The impetus for the software package was a weak lensing community data challenge, called GREAT3:

https://github.com/barnabytprowe/great3-public

However, the code has numerous additional capabilities beyond those needed for the challenge, and has been useful for a number of projects that needed to simulate high-fidelity galaxy images with accurate sizes and shears. At the end of this file, there is a list of the code capabilities and plans for future development. For details of algorithms and code validation, please see

http://adsabs.harvard.edu/abs/2015A%26C….10..121R

The GalSim version numbering tries to follow Semantic Versioning This means that releases are numbered as M.m.r, where M is a major version number, m is the minor version, and r is the revision (or patch or bugfix) number.

The public API is preserved within a given major version number. So code that works with version 2.2.3 (say) should continue to work for all subsequent 2.x.x versions. Minor versions indicate new features being added to the API. Revision versions don’t add any new features, but fix bugs in the previous release.

Basic Installation

Normally, to install GalSim, you should just need to run:

pip install galsim

Depending on your setup, you may need to add either sudo to the start or –user to the end of this command as you normally do when pip installing packages.

See Installation Instructions for full details including one dependency (FFTW) that is not pip installable, so you may need to install before running this command.

You can also use conda via conda-forge:

conda install -c conda-forge galsim

Source Distribution

To get the latest version of the code, you can grab the tarball (or zip file) from

https://github.com/GalSim-developers/GalSim/releases/

Also, feel free to fork the repository:

https://github.com/GalSim-developers/GalSim/fork

Or clone the repository with either of the following:

git clone git@github.com:GalSim-developers/GalSim.git
git clone https://github.com/GalSim-developers/GalSim.git

The code is also distributed via Fink, Macports, and Homebrew for Mac users. See Installation Instructions (in INSTALL.rst) for more information.

The code is licensed under a BSD-style license. See the file LICENSE for more details.

Keeping up-to-date with GalSim

There is a GalSim mailing list, organized through the Google Group galsim-announce. Members of the group will receive news and updates about the GalSim code, including notifications of major version releases, new features and bugfixes.

You do not need a Google Account to subscribe to the group, simply send any email to:

galsim-announce+subscribe@googlegroups.com

If you receive a confirmation request (check junk mail filters!) simply reply directly to that email, with anything, to confirm. You may also click the link in the confirmation request, but you may be asked for a Google Account login.

To unsubscribe, simply send any email to:

galsim-announce+unsubscribe@googlegroups.com

You should receive notification that your unsubscription was successful.

How to communicate with the GalSim developers

Currently, the lead developers for GalSim are:

  • Mike Jarvis (mikejarvis17 at gmail)

  • Rachel Mandelbaum (rmandelb at andrew dot cmu dot edu)

  • Josh Meyers (jmeyers314 at gmail)

However, many others have contributed to GalSim over the years as well, for which we are very grateful.

If you have a question about how to use GalSim, a good place to ask it is at StackOverflow. Some of the GalSim developers have alerts set up to be automatically notified about questions with the ‘galsim’ tag, so there is a good chance that your question will be answered.

If you have any trouble installing or using the code, or find a bug, or have a suggestion for a new feature, please open up an Issue on our GitHub repository. We also accept pull requests if you have something you’d like to contribute to the code base.

If none of these communication avenues seem appropriate, you can also contact us directly at the above email addresses.

Demonstration scripts

There are a number of scripts in examples/ that demonstrate how the code can be used. These are called demo1.pydemo13.py. You can run them by typing (e.g.) python demo1.py while sitting in examples/, All demo scripts are designed to be run in the examples/ directory. Some of them access files in subdirectories of the examples/ directory, so they would not work correctly from other locations.

A completely parallel sequence of configuration files, called demo1.yamldemo13.yaml, demonstrates how to make the same set of simulations using config files that are parsed by the executable bin/galsim.

Two other scripts in the examples/ directory that may be of interest, but are not part of the GalSim tutorial series, are make_coadd.py, which demonstrates the use of the FourierSqrt transformation to optimally coadd images, and psf_wf_movie.py, which demonstrates the realistic atmospheric PSF code by making a movie of a time-variable PSF and wavefront.

As the project develops through further versions, and adds further capabilities to the software, more demo scripts may be added to examples/ to illustrate what GalSim can do.

Summary of current capabilities

Currently, GalSim has the following capabilities:

  • Can generate PSFs from a variety of simple parametric models such as Moffat, Kolmogorov, and Airy, as well as an optical PSF model that includes Zernike aberrations to arbitrary order, and an optional central obscuration and struts.

  • Can simulate galaxies from a variety of simple parametric models as well as from real HST data. For information about downloading a suite of COSMOS images, see

    https://github.com/GalSim-developers/GalSim/wiki/RealGalaxy%20Data

  • Can simulate atmospheric PSFs from realistic turbulent phase screens.

  • Can make the images either via i) Fourier transform, ii) real-space convolution (real-space being occasionally faster than Fourier), or iii) photon-shooting. The exception is that objects that include a deconvolution (such as RealGalaxy objects) must be carried out using Fourier methods only.

  • Can handle wavelength-dependent profiles and integrate over filter bandpasses appropriately, including handling wavlengths properly when photon shooting.

  • Can apply shear, magnification, dilation, or rotation to a galaxy profile including lensing-based models from a power spectrum or NFW halo profile.

  • Can draw galaxy images into arbitrary locations within a larger image.

  • Can add noise using a variety of noise models, including correlated noise.

  • Can whiten or apply N-fold symmetry to existing correlated noise that is already in an image.

  • Can read in input values from a catalog, a dictionary file (such as a JSON or YAML file), or a fits header.

  • Can write images in a variety of formats: regular FITS files, FITS data cubes, or multi-extension FITS files. It can also compress the output files using various compressions including gzip, bzip2, and rice.

  • Can carry out nearly any simulation that a user might want using two parallel methods: directly using Python code, or by specifying the simulation properties in an input configuration script. See the demo scripts in the examples/ directory for examples of each.

  • Supports a variety of possible WCS options from a simple pixel scale factor of arcsec/pixel to affine transforms to arbitrary functions of (x,y), including a variety of common FITS WCS specifications.

  • Can include a range of simple detector effects such as nonlinearity, brighter-fatter effect, etc.

  • Has a module that is particularly meant to simulate images for the Roman Space Telescope.

Planned future development

We plan to add the following additional capabilities in future versions of GalSim:

  • Simulating more sophisticated detector defects and image artifacts. E.g. vignetting, fringing, cosmic rays, saturation, bleeding, … (cf. Issues #553, #828)

  • Proper modeling of extinction due to dust. (cf. Issues #541, #550)

  • More kinds of realistic galaxies. (cf. Issues #669, #795, #808)

  • Various speed improvements. (cf. Issues #205, #566, #875)

There are many others as well. Please see

https://github.com/GalSim-developers/GalSim/issues

for a list of the current open issues. And feel free to add an issue if there is something useful that you think should be possible, but is not currently implemented.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

galsim-2.8.4.tar.gz (8.6 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

galsim-2.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl (57.1 MB view details)

Uploaded CPython 3.14tmusllinux: musl 1.2+ x86-64

galsim-2.8.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (56.7 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

galsim-2.8.4-cp314-cp314t-macosx_14_0_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14tmacOS 14.0+ x86-64

galsim-2.8.4-cp314-cp314t-macosx_14_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.14tmacOS 14.0+ ARM64

galsim-2.8.4-cp314-cp314-musllinux_1_2_x86_64.whl (56.3 MB view details)

Uploaded CPython 3.14musllinux: musl 1.2+ x86-64

galsim-2.8.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

galsim-2.8.4-cp314-cp314-macosx_14_0_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.14macOS 14.0+ x86-64

galsim-2.8.4-cp314-cp314-macosx_14_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.14macOS 14.0+ ARM64

galsim-2.8.4-cp313-cp313-musllinux_1_2_x86_64.whl (56.3 MB view details)

Uploaded CPython 3.13musllinux: musl 1.2+ x86-64

galsim-2.8.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

galsim-2.8.4-cp313-cp313-macosx_14_0_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.13macOS 14.0+ x86-64

galsim-2.8.4-cp313-cp313-macosx_14_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.13macOS 14.0+ ARM64

galsim-2.8.4-cp312-cp312-musllinux_1_2_x86_64.whl (56.3 MB view details)

Uploaded CPython 3.12musllinux: musl 1.2+ x86-64

galsim-2.8.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (55.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

galsim-2.8.4-cp312-cp312-macosx_14_0_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.12macOS 14.0+ x86-64

galsim-2.8.4-cp312-cp312-macosx_14_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.12macOS 14.0+ ARM64

galsim-2.8.4-cp311-cp311-musllinux_1_2_x86_64.whl (56.6 MB view details)

Uploaded CPython 3.11musllinux: musl 1.2+ x86-64

galsim-2.8.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (55.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

galsim-2.8.4-cp311-cp311-macosx_14_0_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.11macOS 14.0+ x86-64

galsim-2.8.4-cp311-cp311-macosx_14_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.11macOS 14.0+ ARM64

galsim-2.8.4-cp310-cp310-musllinux_1_2_x86_64.whl (56.0 MB view details)

Uploaded CPython 3.10musllinux: musl 1.2+ x86-64

galsim-2.8.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (55.5 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

galsim-2.8.4-cp310-cp310-macosx_14_0_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.10macOS 14.0+ x86-64

galsim-2.8.4-cp310-cp310-macosx_14_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.10macOS 14.0+ ARM64

galsim-2.8.4-cp39-cp39-musllinux_1_2_x86_64.whl (56.1 MB view details)

Uploaded CPython 3.9musllinux: musl 1.2+ x86-64

galsim-2.8.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (55.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

galsim-2.8.4-cp39-cp39-macosx_14_0_x86_64.whl (6.9 MB view details)

Uploaded CPython 3.9macOS 14.0+ x86-64

galsim-2.8.4-cp39-cp39-macosx_14_0_arm64.whl (5.9 MB view details)

Uploaded CPython 3.9macOS 14.0+ ARM64

File details

Details for the file galsim-2.8.4.tar.gz.

File metadata

  • Download URL: galsim-2.8.4.tar.gz
  • Upload date:
  • Size: 8.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for galsim-2.8.4.tar.gz
Algorithm Hash digest
SHA256 316299a0685e0bd6134ddf5642f39b439a2a35b7f116d6ebd979332fddbbad76
MD5 9dc52eabfa4c78612f221d8fcf0c3e39
BLAKE2b-256 7259c585e4de42d5b7f240a5bc4cd8ffd388b58cbde7515540f37d71da58623a

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4.tar.gz:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 2c0956a376a441a13064cc8f39c277351fa3bc852ed0756e540c7e815f005fb8
MD5 c8ae520df6b13df7aae801b6d8e1fe2d
BLAKE2b-256 bb5f2c87d3e63d522e2ecb096995e71d4cfb5f320fc69f75285cfca957c910cd

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp314-cp314t-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 2bb7dd15217036384a29f3b6e3ce3a6524162a903a563c4bae465f35c68aae60
MD5 d873f1a024bc837750798ad26ab02154
BLAKE2b-256 00f297c4c35ccb72c3f6e8aa651c2743e8ed4ab45362ade300126545cac427f3

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp314-cp314t-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp314-cp314t-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 2a70246183293149e9ee643ec06980a058f0b854bb9555ced54dd55c1128d7a0
MD5 ac7b9c1db325f6ed7e38a9560f6a8b1f
BLAKE2b-256 2306a84187ca12475d98f6996d312fca504d85ec4988f21f1cdc72123bd1e706

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp314-cp314t-macosx_14_0_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp314-cp314t-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp314-cp314t-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 addaccabfae01a077d8b9063aaeab35022e96cb24e3e05ac6e56a9623370edcd
MD5 f7c437dea38f71c4ebf56f3c425b0cfc
BLAKE2b-256 7f1d06f5f9f2e3b5bbcb5c9a3d897974b0716be9483960430361b994934bc67f

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp314-cp314t-macosx_14_0_arm64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp314-cp314-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp314-cp314-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 57ebf2670090839a54776d0f8b0a195584bd0aada1e2256ae3a4db503e1e0c8c
MD5 2db2d2d76afa496713daf152f67c4d64
BLAKE2b-256 68a25f89db85856613d0a085d42b565296bc697b436fc0dab4f6ebbfbf35aa97

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp314-cp314-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ade67ffb0b5b1a85d58efab5b6d83042b27eea9475b129bd9ea47d9b5b32ce75
MD5 beff33f8fd3edff829c915bbaa3fc75a
BLAKE2b-256 0bb7d8437a1818fc8015c6bbe985297d39a5a0e33e7029aa02db90e9cf4faff3

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp314-cp314-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp314-cp314-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 ea125ef36f9a8b1a0d6fcddae1cdbf8ca9ccf986d10b7bbab4f78a689382fa25
MD5 e8d9379195b85a376fb6e2eb4d18472b
BLAKE2b-256 083bf66b4ba00bbc6895ce7d7943cc3e719f822a9775c3f127dd1f650004ad66

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp314-cp314-macosx_14_0_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp314-cp314-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp314-cp314-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 1cccc2999622d8f931ca1da7664a712910d9ce3aaf7a04a0a19a402e3080a255
MD5 fb01abc0f50ccec8f1010b95f5a12364
BLAKE2b-256 a5ddd6d1312d5ab83927929e86ced46bf1e28620d223d73a34109502a72d1a8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp314-cp314-macosx_14_0_arm64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp313-cp313-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp313-cp313-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 c27b3853ac59b1781a7f45c3c2e1abc25ca8558fd4d9fb62cb7f0471c4397e03
MD5 ff01616c61f5258c7d0a65fe831d4d0c
BLAKE2b-256 e6e456aec9553fdd2977eaf3ef4b80ed4de25d5d71afc693520e66c604dc1388

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp313-cp313-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 0845e6a7a666fe12c88b975e783314b8fae0dfa5d21fb9f8c04d2790feb08fd8
MD5 9cd913401dbf3e4f6c3d5c1184078120
BLAKE2b-256 9f243f0ba8ac584787f840a3d2715a8e8e36a4d8e89845fdcbb8ace28f6025c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp313-cp313-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp313-cp313-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 dced6d77e18cfdab7a8578db343d7095653c8a9a76bfbcb8b233ca282f4813b3
MD5 e956c73e3d2546323d3be2ff3daeaf78
BLAKE2b-256 3d2a67ad8336ca09a91d2517b125e757cea423347c99463ecf0e58b6e0c0b50b

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp313-cp313-macosx_14_0_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp313-cp313-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp313-cp313-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 a6f4b45a20eb22bdb6d4261249d27d4ec0662c4b06278dda367ee9b40f30ecc0
MD5 4ff2af32f381652d5a5c84c6de4dd629
BLAKE2b-256 16a5b11ee291c76852f2a730931e0aaaccf90c8cb3041579f1ac13561fe0a3e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp313-cp313-macosx_14_0_arm64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp312-cp312-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp312-cp312-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 48554af6aca27b6e68d1ffa53d16ba39ebb526e87943257d34999c6d4f00c2af
MD5 02166bed294398bb925f2edc46ac82cf
BLAKE2b-256 fa66ec10112baeda2452e398c5d5c32331ee0432b1a6f59a04a57c497d54a10d

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp312-cp312-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 ccc89555c1cb4ad02b3706cb4d7c010a1822c1bf5ad6306545e4eddd81dc5eb0
MD5 981fc95756255e68c5b4ae6f28e73ad6
BLAKE2b-256 4209f224c9279ccc9b9c53ad02c3f6d8bac41f8314fc61843aabebea6c54ab01

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp312-cp312-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp312-cp312-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 a0e7240f0c95270e923eac3cb4db0b295b89b7d4375b415a3c3225220896af0e
MD5 fc562c5de22ff350d670e27ee99b87aa
BLAKE2b-256 c85e448762c87f25fc187f1e734021c6c65a3052239c1ea47abb203051250451

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp312-cp312-macosx_14_0_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp312-cp312-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp312-cp312-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 8afacd66e07fb9bfcda7fdf5a4e6e134b13d16d607f43520c15229687b157400
MD5 ec42b5a06e857f3c3683fb9515c9ac53
BLAKE2b-256 0edaa8d051b4cf8355fbb24b87519c9428728b6340225c6576e27912f240657f

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp312-cp312-macosx_14_0_arm64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp311-cp311-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp311-cp311-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 8410c170b9d6e0b466749d1417ddc016be9ed504c045557b3819ca09d366aa9e
MD5 31fd89385c501fd7d171636b3eb1fdec
BLAKE2b-256 a3fe62a75c657075f008814a01cf55aca71f98e5dd5312f4c9cbcbdcf3fcc550

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp311-cp311-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c9e94e4a65245ea2d0576af792da8c4c83a0d411d32e0ed0490a468e7ab33aa8
MD5 c6ac786780b5799fbeef64af39982c37
BLAKE2b-256 4cbf5b23bf7c71b4b9de9f6d226104fe8ce7afab91a01f70fc9e21946cb18262

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp311-cp311-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp311-cp311-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 68b12085dd08a263e6a88606156fcd27d3a053c50242e9ba541ef58c46a9708f
MD5 9d7708db7d9e15a39e70b9d04f404db7
BLAKE2b-256 5397122cd3c273d349ff981255eae300b71514266da959d43c6d87fd914e8cc8

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp311-cp311-macosx_14_0_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp311-cp311-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp311-cp311-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 00d7e0fe666771c09557ff45936be065bc537b6a5b0524342625ebced2c7ceca
MD5 7e51cd66b37f36271bab9c391d0b6723
BLAKE2b-256 afee2da261c66a464fc01d13b28c32aa0a6e9f14b9001b693dc023f2ed2077e4

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp311-cp311-macosx_14_0_arm64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp310-cp310-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp310-cp310-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 ae1dffdba84bceefbfca765e0c9139dbeed152d5254a8bf049b23b2714f64a88
MD5 0249100465b90327cb2d9d6cf0f60bb0
BLAKE2b-256 e6f757664efa70190f6c91b4deac29a2926184dad0df3b762fe1c2a5cf8f3314

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp310-cp310-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dbcf60eb5ddeea094ce81d2d23fbb6831691cd4c746e37f9d2ed61e988f3fcaf
MD5 2915ed4f22dfdc8b64a93c8082936148
BLAKE2b-256 69185d74b13adf1d46b3f9af1de11b9b6c5709c4868c0b8c5bbfc8ee7d33f50e

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp310-cp310-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp310-cp310-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 8a36c03f810a38aa3e457f8b3d206d0ff8ae92157cb20a990a7c78fda9386938
MD5 fe77f8ea9835674e72fcd8ce6cb9f3bc
BLAKE2b-256 47fae1faa1fff3fcdb332276b242ca879a5a3e02201a48c4903245ec0e798cdf

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp310-cp310-macosx_14_0_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp310-cp310-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp310-cp310-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 e7bde77adafd36019c725adf086c919b00854bd9d320425184b659b9989ecae6
MD5 db242df8800ea585639af66c5ffca214
BLAKE2b-256 a014e308d0db081fd6846d1234384150c1cfbd88e1ec66b5a4033b648343ef12

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp310-cp310-macosx_14_0_arm64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp39-cp39-musllinux_1_2_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp39-cp39-musllinux_1_2_x86_64.whl
Algorithm Hash digest
SHA256 819aa04ffb496d86cb9a4b6b8e0ee2280d09b26e896543da2e320290ccc462c2
MD5 e8d1c2e5845dc0d21b6cfda5dcf2f519
BLAKE2b-256 299f42e248a55882348c117ee96dd0c198ec5f9fe11e42ab25d578ff40ec2b71

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp39-cp39-musllinux_1_2_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 291bb818a623a00362f6accfcd32282b65012d0fd5e7f20397d142ce84bfd59b
MD5 9798220fffdc80218243be87d17f1a6c
BLAKE2b-256 de8d7d035697024f7e319d19ca5b73373538b2217f832d39b541c26fb6ceb445

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp39-cp39-macosx_14_0_x86_64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp39-cp39-macosx_14_0_x86_64.whl
Algorithm Hash digest
SHA256 609bed619825e1d002cc2a466d161c6e7ef0eff9910e7feae960f49b5d15c876
MD5 0257448e0313773ce2acfee71c023ca9
BLAKE2b-256 bce76b92668bcddeb1aee030b18a83cd4410f7a37f72b62bb518b2cf039b3867

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp39-cp39-macosx_14_0_x86_64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file galsim-2.8.4-cp39-cp39-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for galsim-2.8.4-cp39-cp39-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 6516c4b751d25385db6dc329686a848ab376576e90a6c8a3dec3d3b6520fd5a2
MD5 ebb0ff5c8d603648013052a77e104df0
BLAKE2b-256 4405d4907d60e02731e232b1867d160b6a2e6e41752f2db4bceeb11a9466fe72

See more details on using hashes here.

Provenance

The following attestation bundles were made for galsim-2.8.4-cp39-cp39-macosx_14_0_arm64.whl:

Publisher: wheels.yml on GalSim-developers/GalSim

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page