forked from mreineck/ducc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.in
79 lines (69 loc) · 2.36 KB
/
MANIFEST.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
prune .
include LICENSE
include ChangeLog
include src/ducc0/infra/aligned_array.h
include src/ducc0/infra/bucket_sort.h
include src/ducc0/infra/error_handling.h
include src/ducc0/infra/mav.h
include src/ducc0/infra/misc_utils.h
include src/ducc0/infra/simd.h
include src/ducc0/infra/string_utils.cc
include src/ducc0/infra/string_utils.h
include src/ducc0/infra/system.cc
include src/ducc0/infra/system.h
include src/ducc0/infra/threading.cc
include src/ducc0/infra/threading.h
include src/ducc0/infra/timers.h
include src/ducc0/infra/transpose.h
include src/ducc0/infra/useful_macros.h
include src/ducc0/infra/types.h
include src/ducc0/infra/types.cc
include src/ducc0/infra/communication.h
include src/ducc0/infra/communication.cc
include src/ducc0/bindings/pybind_utils.h
include src/ducc0/math/cmplx.h
include src/ducc0/math/constants.h
include src/ducc0/math/fft1d.h
include src/ducc0/math/fft.h
include src/ducc0/math/geom_utils.cc
include src/ducc0/math/geom_utils.h
include src/ducc0/math/gl_integrator.h
include src/ducc0/math/gridding_kernel.h
include src/ducc0/math/math_utils.h
include src/ducc0/math/pointing.cc
include src/ducc0/math/pointing.h
include src/ducc0/math/quaternion.h
include src/ducc0/math/rangeset.h
include src/ducc0/math/space_filling.cc
include src/ducc0/math/space_filling.h
include src/ducc0/math/unity_roots.h
include src/ducc0/math/vec3.h
include src/ducc0/sht/alm.h
include src/ducc0/sht/sht.h
include src/ducc0/sht/sht.cc
include src/ducc0/sht/sharp.cc
include src/ducc0/sht/sharp.h
include src/ducc0/sht/totalconvolve.h
include src/ducc0/healpix/healpix_base.cc
include src/ducc0/healpix/healpix_base.h
include src/ducc0/healpix/healpix_tables.cc
include src/ducc0/healpix/healpix_tables.h
include src/ducc0/wgridder/wgridder.h
include python/fft_pymod.cc
include python/sht_pymod.cc
include python/healpix_pymod.cc
include python/wgridder_pymod.cc
include python/totalconvolve_pymod.cc
include python/misc_pymod.cc
include python/pointingprovider_pymod.cc
include python/test/test_fft.py
include python/test/test_healpix.py
include python/test/test_pointing.py
include python/test/test_sht.py
include python/test/test_totalconvolve.py
include python/test/test_wgridder.py
include python/demos/fft_bench.py
include python/demos/fft_stress.py
include python/demos/healpix_perftest.py
include python/demos/totalconvolve_demo.py
include python/demos/totalconvolve_usage.py