Skip to content

Commit 08e78e0

Browse files
committed
fixed example data
1 parent e7972b2 commit 08e78e0

File tree

6 files changed

+3
-3
lines changed

6 files changed

+3
-3
lines changed

src/yaw/examples/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
>>> from yaw import examples # reads the data sets from disk
66
>>> examples.w_sp
7-
CorrFunc(counts=dd|dr, auto=False, num_bins=30, num_patches=64)
7+
CorrFunc(counts=dd|dr|rd|rr, auto=False, binning=30 bins @ (0.100...1.200], num_patches=64)
88
"""
99

1010
from pathlib import Path
@@ -23,15 +23,15 @@
2323

2424
_path = Path(__file__).parent
2525

26-
w_sp = CorrFunc.from_file(_path / "cross_1.hdf")
26+
w_sp = CorrFunc.from_file(_path / "cross.hdf")
2727
"""Example data from a crosscorrelation measurement
2828
(:obj:`~yaw.CorrFunc` instance)."""
2929

3030
w_ss = CorrFunc.from_file(_path / "auto_reference.hdf")
3131
"""Example data from a reference sample autocorrelation measurement
3232
(:obj:`~yaw.CorrFunc` instance)."""
3333

34-
w_pp = CorrFunc.from_file(_path / "auto_unknown_1.hdf")
34+
w_pp = CorrFunc.from_file(_path / "auto_unknown.hdf")
3535
"""Example data from a unknown sample autocorrelation measurement
3636
(:obj:`~yaw.CorrFunc` instance)."""
3737

src/yaw/examples/auto_reference.hdf

16.7 KB
Binary file not shown.

src/yaw/examples/auto_unknown.hdf

335 KB
Binary file not shown.

src/yaw/examples/auto_unknown_1.hdf

-124 KB
Binary file not shown.

src/yaw/examples/cross.hdf

433 KB
Binary file not shown.

src/yaw/examples/cross_1.hdf

-104 KB
Binary file not shown.

0 commit comments

Comments
 (0)