-
Notifications
You must be signed in to change notification settings - Fork 12
/
MANIFEST.in
97 lines (84 loc) · 2.85 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
prune *
exclude *
include LICENSE
include ChangeLog
include pyproject.toml
include setup.py
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/mav.cc
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/sycl_utils.h
include src/ducc0/infra/threading.cc
include src/ducc0/infra/threading.h
include src/ducc0/infra/timers.h
include src/ducc0/infra/useful_macros.h
include src/ducc0/bindings/array_descriptor.h
include src/ducc0/bindings/pybind_utils.h
include src/ducc0/bindings/typecode.h
include src/ducc0/math/cmplx.h
include src/ducc0/math/constants.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/gl_integrator.cc
include src/ducc0/math/gridding_kernel.h
include src/ducc0/math/gridding_kernel.cc
include src/ducc0/math/math_utils.h
include src/ducc0/math/mcm.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/solvers.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/math/wigner3j.h
include src/ducc0/math/wigner3j.cc
include src/ducc0/fft/fft1d_impl.h
include src/ducc0/fft/fftnd_impl.h
include src/ducc0/fft/fft.h
include src/ducc0/nufft/nufft.h
include src/ducc0/sht/alm.h
include src/ducc0/sht/sht.h
include src/ducc0/sht/sht.cc
include src/ducc0/sht/sphere_interpol.h
include src/ducc0/sht/sht_utils.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 src/ducc0/wgridder/wgridder_sycl.h
include src/ducc0/wgridder/wgridder.cc
include python/ducc.cc
include python/fft_pymod.cc
include python/nufft_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/test/test_nufft.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
include python/demos/sht_analysis_demo.py
include python/demos/nufft_benchmark.py