-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
priority: mediumMedium priorityMedium prioritytype: feature: uiNew feature that adds functionality for the userNew feature that adds functionality for the user
Description
Is your feature request related to a problem? Please describe.
It's annoying to have to read a parameter TOML file, then read in a corresponding ICs box to get the appropriate node redshifts, because they don't exist in the TOML.
Describe the solution you'd like
Ability to save the node redshift info in the TOML. I think we could support either, or both of, the following specs:
[node_redshifts]
func: get_logspaced_redshifts
zmin:
zmax
zstep:
[node_redshifts]
[5,6,7,8,9,10,...]
Describe alternatives you've considered
It may be easier long-term to only store the explicit node_redshifts instead of allowing functions/parameters. Not sure.
Metadata
Metadata
Assignees
Labels
priority: mediumMedium priorityMedium prioritytype: feature: uiNew feature that adds functionality for the userNew feature that adds functionality for the user