-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathto_do_list
64 lines (35 loc) · 1.83 KB
/
to_do_list
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
__Workspace__
- Copy from Bayesian description stuff from HowToFit.
__Bugs__
- ImagingCI should not _need_ pre_cti_data (or have bool to turn off the need) because of pre_cti image estimate.
__Paper__
- readthedocs.
- introduction notebook.
__Visualization__
- Always use square axis liimits even if extracted data is rectangular.
__TimeEvolution Mock Data Product__
- Refresh brain on how this works with DataModel.
- Write a mock data product (e.g. .json files?) using this format.
- Write VIS_CTI program of function which interpolates CTI model.
__Time Evolution CTI__
- Write simple example, simulate and fit 10 CI datasets with linear time evolution, recover time evolution.
- Extend example based on Richard's HST experience.
- All of the above fit every dataset one-by-one, and perform the estimate of the time evolution model afterwards.
- Scope out implementation in Euclid framework.
- Extend to graphical model for PyAutoFit paper (and maybe Euclid).
- Estimate performance of the one-by-one fits.
- Compare to fits which fit all datasets simultaneously, allowing for variable density in every dataset but fixed
release time.
- Compare to fits which parameterize the variable density as a linear relation across the datasets.
- Implement this linear relation fit in the graphical modeling framework, so we can fit each dataset one-by-one. NOTE:
this will use a "global" release time parameter.
__Validation & Verification__
- Discuss plan with Richard.
- Simple simulation of science data (flat?) using correction/
__DataModel__
- Finalize that outputs of calibration run suit Kevin.
- Set up XML interface with Kevin.
__Flat Fields__
- Implement closely following CI.
__Cosmic Ray Flagging__
- Extend test suite for more realistic data (Non uniform CI, trails).