Skip to content

Commit f543f2a

Browse files
committed
reorder
1 parent 63c615c commit f543f2a

File tree

7 files changed

+320
-398
lines changed

7 files changed

+320
-398
lines changed

heracles/dices/__init__.py

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,43 +21,31 @@
2121
"""
2222

2323
__all__ = [
24-
# cls
24+
# jackknife
2525
"jackknife_cls",
26-
# bias_correction
2726
"jackknife_fsky",
2827
"jackknife_bias",
2928
"correct_bias",
30-
# mask_correction
31-
"correct_mask",
32-
# Delete1
3329
"jackknife_covariance",
34-
# Delete2
3530
"debias_covariance",
3631
"delete2_correction",
37-
# PolSpice
32+
# mask_correction
33+
"correct_mask"
3834
"cl2corr",
3935
"corr2cl",
4036
]
4137

42-
from .cls import (
38+
from .jackknife import (
4339
jackknife_cls,
44-
)
45-
from .bias_correction import (
4640
jackknife_fsky,
4741
jackknife_bias,
4842
correct_bias,
49-
)
50-
from .mask_correction import (
51-
correct_mask,
52-
)
53-
from .delete1 import (
5443
jackknife_covariance,
55-
)
56-
from .delete2 import (
5744
debias_covariance,
5845
delete2_correction,
5946
)
60-
from .polspice import (
47+
from .mask_correction import (
48+
correct_mask,
6149
cl2corr,
6250
corr2cl,
6351
)

heracles/dices/bias_correction.py

Lines changed: 0 additions & 115 deletions
This file was deleted.

heracles/dices/cls.py

Lines changed: 0 additions & 95 deletions
This file was deleted.

heracles/dices/delete1.py

Lines changed: 0 additions & 94 deletions
This file was deleted.

0 commit comments

Comments
 (0)