load_CHIME

zdm.loading.load_CHIME(Nbin: int = 6, make_plots: bool = False, opdir='CHIME/', Verbose=False, state=None)[source]

Loads CHIME grids Nbins is the number of declination bins to use

Parameters:
  • Nbin (int, optional) – Number of declination bins to use. Defaults to 6. 30 is allowed too

  • make_plots (bool, optional) – Whether to make plots. Defaults to False.

Returns:

dmvals (np.ndarray): 1D array of DM values zvals (np.ndarray): 1D array of redshift values all_rates (np.ndarray): 2D array of rates all_singles (np.ndarray): 2D array of single FRB rates all_reps (np.ndarray): 2D array of repeating FRB rates

Return type:

tuple