-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
37 lines (19 loc) · 794 Bytes
/
TODO
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
- GPUs
- Test BCB convolution for odd-size grid
- Concatenating explicit matrices
- Make space data shape vs. pixel shape cleaner! (or just keep track better)
- Broadcasting to full data shape, including channels and stokes
- Joint modeling of multiple data sets!!!
- Mask as part of VisibilitySpace
- All TODOs in code
- Documentation!!!
- Clean up unit tests, split into more manageable files
- Re-organize sub-modules ('spaces', 'util'?)
- Move misc operators and CSR matrices to their own files
- Use 2F1 series for all deflection computations
- Regularization operators
- Solver framework
- scikit-sparse for Cholesky and solvers
- Duck typing everywhere... quit typechecking function args!
- Clean up dependencies in setup.py
- Merge all c code into one backend module?