GitXplorerGitXplorer
y

starduster

public
4 stars
1 forks
0 issues

Commits

List of commits on branch main.
Unverified
f07bcaecbb6f0d97841a178790438e20114a7894

fix: Update the version of numpy

yyqiuu committed 9 months ago
Unverified
75befde6ad8c6b34113021c58e15da982c2bffec

feat: No longer compute dust emission if component == 'dust_attenuation'

yyqiuu committed 9 months ago
Unverified
1543586f3c8447637a0a0820cc5b0aca7fd48f76

feat: Add is_instant option

yyqiuu committed 9 months ago
Verified
cb4eec26af8cd561c008d7706c07c73e7c161778

chore: Update README.md

yyqiuu committed 2 years ago
Unverified
32191d6d2254bde3c697ab0df883e8949bcf857d

feat: improve the approach to compute SFR

yyqiuu committed 2 years ago
Unverified
c5589b84ee847aa5e7eca1611cb2e744cab36119

fix: No longer apply ``check_sfh_norm``

yyqiuu committed 2 years ago

README

The README file for this repository.

Starduster

Documentation Status Build Status codecov arXiv

Introduction

Starduster is a deep learning model to emulate dust radiative transfer simulations, which significantly accelerates the computation of dust attenuation and emission. Starduster contains two specific generative models, which explicitly take into accout the features of the dust attenuation curves and dust emission spectra. Both generative models should be trained by a set of characteristic outputs of a radiative transfer simulation. The obtained neural networks can produce realistic galaxy spectral energy distributions that satisfy the energy balance condition of dust attenuation and emission. Applications of Starduster include SED-fitting and SED-modelling from semi-analytic models. The code is written in PyTorch. Accordingly, users can take advantage of GPU parallelisation and automatic differentiation implemented by PyTorch throughout the applications.

Installation

The code uses PyTorch. Please go to the website to find an appropriate version to install. After that, clone the repository and install the package by running pip install . in the repository directory.