arrakis.validate
Make validation plots from a catalogue
Classes
Binned catalogue data |
|
Gridded catalogue data |
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents
- arrakis.validate.cross_match(my_tab: astropy.table.Table, other_tab: astropy.table.Table, radius: astropy.units.Quantity = 1 * u.arcsec) astropy.table.Table [source]
- arrakis.validate.main(catalogue_path: pathlib.Path, npix: int = 512, map_size: float = 8, snr_cut: float = 50, bins: int = 11)[source]
- arrakis.validate.make_binned_map(tab: astropy.table.Table, column: str, bins: int = 15, npix: int = 512, map_size: astropy.units.Quantity = 8 * u.deg) BinnedMap [source]
- arrakis.validate.make_gridded_map(tab: astropy.table.Table, column: str, npix: int = 512, map_size: astropy.units.Quantity = 8 * u.deg) GriddedMap [source]
- arrakis.validate.plot_leakage(tab: astropy.table.Table, snr_cut: float = 50, bins: int = 11, npix: int = 512, map_size: astropy.units.Quantity = 8 * u.deg) matplotlib.figure.Figure [source]
- arrakis.validate.plot_rm(tab: astropy.table.Table, npix: int = 512, map_size: astropy.units.Quantity = 8 * u.deg) matplotlib.figure.Figure [source]