yaw.examples#

This module provides some precomputed example data, which are loaded when importing the module, e.g.

>>> from yaw import examples  # reads the data sets from disk
>>> examples.w_sp
CorrFunc(n_bins=30, z='0.070...1.420', dd=True, dr=True, rd=False, rr=False, n_patches=64)

Attributes

w_sp

Example data from a crosscorrelation measurement (CorrFunc instance).

w_ss

Example data from a reference sample autocorrelation measurement (CorrFunc instance).

w_pp

Example data from a unknown sample autocorrelation measurement (CorrFunc instance).

normalised_counts

Example data for patch-wise, normalised pair counts (NormalisedCounts instance, from w_sp.dd)

patched_count

Example data for patch-wise pair counts (PatchedCount instance, from w_sp.dd.count)

patched_total

Example data for patch-wise total number of objects (PatchedTotal instance, from w_sp.dd.total)