-
Notifications
You must be signed in to change notification settings - Fork 2
/
TODO
44 lines (28 loc) · 1.37 KB
/
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
38
39
40
41
42
43
44
* Remove duplicate parallactic in decamDCR.py, dup EpochFinder stuff in compresscat.
* Fix configure.py to use exposure-level APCORR more gracefully, maybe make more
general the option to prefer exposure-level keywords.
* Go through test programs (AUDIT file)
* Occasional segfault in ReadExtensions, something to do with multithreading??
* Use individual systematic errors per extension in MagColor
* Read data (and reject short-count exposures) before degeneracy checks
* Why is final mapCollection slow?
* Hex values read for Expressions.
* New nightwise priors using time structure functions
* Atmospheric parameters for nightly priors?
* Update documentation: PixelMap.tex and the fitting classes.
* Document PhotoFit, MagColor and all their parameters.
* Roll back alpha while clipping instead of recalculating full matrix again
* Reduce chunk size in WCSFit
* Check for underfit exposure after sigma clipping
* is minMatch being used consistently for #matches total vs in fitted detections?
* Make Match and PhotoMatch from the same code, no PhotoMatch in gbtools
* Investigate color term degeneracy breaking
-------------DONE
* Fix allfit.py script
* option for DrawAstro to not draw, just make TPVs
* Parallelize Photo2DESDM loops
* Change priors to YAML format
* Write auto-prior script
* clean up gmbpy dependence
* Bring in setup directory
* Bring in python analysis scripts