[ascl:2407.015]
AstroCLIP: Multimodal contrastive pretraining for astronomical data
Lanusse, Francois;
Parker, Liam;
Golkar, Siavash;
Cranmer, Miles;
Bietti, Alberto;
Eickenberg, Michael;
Krawezik, Geraud;
McCabe, Michael;
Ohana, Ruben;
Pettee, Mariel;
Regaldo-Saint Blancard, Bruno;
Tesileanu, Tiberiu;
Cho, Kyunghyun;
Ho, Shirley;
Polymathic AI Collaboration
AstroCLIP performs contrastive pre-training between two different kinds of astronomical data modalities (multi-band imaging and optical spectra) to yield a meaningful embedding space which captures physical information about galaxies and is shared between both modalities. The embeddings can be used as the basis for competitive zero- and few-shot learning on a variety of downstream tasks, including similarity search, redshift estimation, galaxy property prediction, and morphology classification.
[ascl:2407.011]
bigfile: A reproducible massively parallel IO library for hierarchical data
bigfile stores data from cosmology simulations from HPC systems and beyond. It provides a hierarchical structure of data columns via File, Dataset and Column. A Column stores a two dimensional table. Numerical typed columns are supported; attributes can be attached to a Column and both numerical attributes and string attributes are supported. Type casting is performed on-the-fly if read/write operations request a different data type than the file has stored.
[ascl:2209.003]
DeepMass: Cosmological map inference with deep learning
DeepMass infers dark matter maps from weak gravitational lensing measurements and uses deep learning to reconstruct cosmological maps. The code can also be incorporated into a Moment Network to enable high-dimensional likelihood-free inference.
[ascl:1901.003]
CCL: Core Cosmology Library
Chisari, Nora Elisa;
Alonso, David;
Krause, Elisabeth;
Leonard, C. Daniellle;
Bull, Philip;
Neveu, Jérémy;
Villarreal, Antonia Sierra;
Singh, Sukhdeep;
McClintock, Thomas;
Ellison, John;
Du, Zilong;
Zuntz, Joe;
Mead, Alexander;
Joudaki, Shahab;
Lorenz, Christiane S.;
Troester, Tilman;
Sanchez, Javier;
Lanusse, Francois;
Ishak, Mustapha;
Hlozek, Renée;
Blazek, Jonathan;
Campagne, Jean-Eric;
Almoubayyed, Husni;
Eifler, Tim;
Kirby, Matthew;
Kirkby, David;
Plaszczynski, Stéphane;
Slosar, Anze;
Vrastil, Michal;
Wagoner, Erika L.
The Core Cosmology Library (CCL) computes basic cosmological observables and provides predictions for many cosmological quantities, including distances, angular power spectra, correlation functions, halo bias and the halo mass function through state-of-the-art modeling prescriptions. Fiducial specifications for the expected galaxy distributions for the Large Synoptic Survey Telescope (LSST) are also included, together with the capability of computing redshift distributions for a user-defined photometric redshift model. Predictions for correlation functions of galaxy clustering, galaxy-galaxy lensing and cosmic shear are within a fraction of the expected statistical uncertainty of the observables for the models and in the range of scales of interest to LSST. CCL is written in C and has a python interface.
[ascl:1601.008]
CosmicPy: Interactive cosmology computations
CosmicPy performs simple and interactive cosmology computations for forecasting cosmological parameters constraints; it computes tomographic and 3D Spherical Fourier-Bessel power spectra as well as Fisher matrices for galaxy clustering. Written in Python, it relies on a fast C++ implementation of Fourier-Bessel related computations, and requires NumPy, SciPy, and Matplotlib.