crosscorr package

Submodules

crosscorr.compute module

crosscorr.compute.load_fits(fits, cols)

Load fits file using fitsio

Args:
fits (str): input filename cols: list of strings to read in
Returns:
numpy ndarray
crosscorr.compute.read_all_data(config)

crosscorr.estimators module

crosscorr.plots module

crosscorr.plots.make_mag_dist(magnitude_p, magnitude_s, inform, band='i')

Compare magnitude histograms of two datasets.

Args:
magnitude_p (list, ndarray): photometric magnitudes magnitude_s (list, ndarray): spectroscopic magnitudes band (str): which magnitude band inform (optional [str]): timestamp referring to the run time
Returns:
None
crosscorr.plots.make_sky_dist(catalog, inform)

crosscorr.run module

crosscorr.run.main(config)
crosscorr.run.process_configuration(filename)

Module contents