-
Notifications
You must be signed in to change notification settings - Fork 2
feat(inject): tasks for injecting catalogs into visibility data #87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Introduces the FluxCatalog and SpectroscopicCatalog tasks, which generate synthetic visibilities from a catalog of sources. Also introduces versions of these tasks that modulate the signal from each source by a beam model, either an external model, or one implemented via the beam method of the provided telescope object. The latter requires code in the ss/tel-beam branch. Introduces code for perturbing the redshifts of the eBOSS tracers.
…line into ss/inject
This is a stand-alone module that I have been using to synthesize visibilities for catalogs of point sources. This capability is used in a few places:
I've placed it in It also contains functions for perturbing the redshift of sources using the velocity error distributions for the eBOSS tracers (described here: https://github.com/chime-experiment/Stacking/issues/14). We may want to move those functions to a module in |
There is now a separate task in draco for this purpose that operates on the SpectroscopicCatalog container. Also, remove the unnecessary multiplication with the p_StokesI matrix when combining polarisations.
Properly evaluate both podal and anti-podal transits.
Introduces the FluxCatalog and SpectroscopicCatalog tasks,
which generate synthetic visibilities from a catalog of sources.
Also introduces versions of these tasks that modulate the signal
from each source by a beam model, either an external model, or
one implemented via the beam method of the provided telescope object.
Introduces code for perturbing the redshifts of the eBOSS tracers.