From ac89a74b4d529e0e5681bcc3045dbb5b5fe68990 Mon Sep 17 00:00:00 2001 From: Benjamin Johnson Date: Tue, 9 Jun 2020 10:40:33 -0400 Subject: [PATCH] remove zred from reserved_params for CSPSpecBasis. --- prospect/sources/galaxy_basis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prospect/sources/galaxy_basis.py b/prospect/sources/galaxy_basis.py index 54953983..6d85fe5d 100644 --- a/prospect/sources/galaxy_basis.py +++ b/prospect/sources/galaxy_basis.py @@ -28,7 +28,7 @@ class CSPSpecBasis(SSPBasis): length as ``"mass"`` if they are independent for each component. """ - def __init__(self, zcontinuous=1, reserved_params=['zred', 'sigma_smooth'], + def __init__(self, zcontinuous=1, reserved_params=['sigma_smooth'], vactoair_flag=False, compute_vega_mags=False, **kwargs): # This is a StellarPopulation object from fsps