Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bin particles into spectral library bins #68

Open
ufuk-cakir opened this issue Jun 8, 2024 · 1 comment
Open

Bin particles into spectral library bins #68

ufuk-cakir opened this issue Jun 8, 2024 · 1 comment
Labels
enhancement New feature or request future Feature that may be implemented in the future, left as a reference. question Further information is requested

Comments

@ufuk-cakir
Copy link
Owner

For calculating the spectra of the stars, we currently interpolate the SSP spectral library.

Other implementations first bin the stars ages and metallicities into the bins from the Spectral library, and then associate all particles that are in the same bin in the SPP template to have the same spectrum. See for example here.

Maybe we need to think of which approach we want to have. Performing binning will result in less computational overhead, since we need to calculate way less spectra. This will also improve the memory footprint and make it more efficient.

The questions is however, which aproach makes more sense from a physics point of view.

@ufuk-cakir ufuk-cakir added enhancement New feature or request question Further information is requested future Feature that may be implemented in the future, left as a reference. labels Jun 8, 2024
@TobiBu
Copy link
Collaborator

TobiBu commented Jun 8, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request future Feature that may be implemented in the future, left as a reference. question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants