You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First implementation of integrating radio source spectra.
given a flux cut and freq, it looks for the closest number count model from Lagache et al 2019 (which is an updated version of Tucci et al. 2011) and returns the level of poissonian noise level due to undetected sources .
Hey Peppe, thanks for the PR. From what I understand your routine computes only the autospectra, storing on disk the total contribution from all the galaxy populations at some reference frequencies. Is that correct?
Yes the estimation is only for autospectra.To estimate the level of Poissonian noise you need to integrate as a function of flux ,S^2 *n(s) with n encodes the differential number counts coming from the updated Tucci model, published in Lagache et al. 2019 . The files in data folder encode the number counts
Do you think that it is possible to come up with a recipe for the cross spectra? I presume you need number counts and an SED for each population. BTW, we already have tools for several types of scaling as well as tools for summing several independent populations.
That's a good point ! I think we can follow the prescriptions presented in Reichardt et al 2012 (eq. 18) . Do you want me to keep committing in this PR to include Xspectra too ?
This is a very first implementation of Cross Spectra. It relies on the definition of Cross spectra implemented in Reichardt et al 2012 (see eq.18 therein). A major difference is in the estimates of spectral indices, in this case. I used the spectral indices for Radio sources estimated from Planck Catalogue from 30 to 353 GHz.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
First implementation of integrating radio source spectra.
given a flux cut and freq, it looks for the closest number count model from Lagache et al 2019 (which is an updated version of Tucci et al. 2011) and returns the level of poissonian noise level due to undetected sources .