File tree Expand file tree Collapse file tree 7 files changed +320
-398
lines changed
Expand file tree Collapse file tree 7 files changed +320
-398
lines changed Original file line number Diff line number Diff line change 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)
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments