π Issue Summary
It was decided to modulate the amplitude of the spectroscopic observables using the fraction of correct galaxies fcorr instead of the fraction of interlopers fout, we need to change the parameter.
β
Expected Outcome
- Goal 1:
_Pk2d_tot and _Pk2d_term_tot use self.parameters["fout"]**2 instead of (1.0 - self.parameters["fout"]) ** 2
π Steps to Reproduce (if applicable)
- Test (and implement) the new parameter in the playground notebook
π Issue Summary
It was decided to modulate the amplitude of the spectroscopic observables using the fraction of correct galaxies
fcorrinstead of the fraction of interlopersfout, we need to change the parameter.β Expected Outcome
_Pk2d_totand_Pk2d_term_totuseself.parameters["fout"]**2instead of(1.0 - self.parameters["fout"]) ** 2π Steps to Reproduce (if applicable)