synthesizer
synthesizer copied to clipboard
Setting `initial_mass` in a parametric galaxy has no effect when an sfzh is provided
When creating a parametric stars component, if you set the initial_mass
this has zero effect unless you're using functional forms for the SFH and Z distributions. This can be confusing for users when changed and it has zero effect on the spectrum.
We could either:
- remove the initial mass from the initialisation, and only ask for it when using functional forms
- scale the provided SFZH array by this initial mass value (if provided)