-
Notifications
You must be signed in to change notification settings - Fork 50
/
TODO
57 lines (30 loc) · 1.44 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
45
46
47
48
49
50
51
52
53
54
55
56
57
High priority:
--------------
- Explore why when running setup.py install on Windows the following error occurs: "Cannot export PyInit_kht_module: symbol not defined"
- Astrometry - automatic recalibration if the camera is moved and the offset is larger than the search radius
- SkyFit
- Make cursor movements faster, see here: https://matplotlib.org/users/event_handling.html, the 'extra credit' solution
- Photometry
- estimate vignetting from star movements across the FOV
- Solve logger picking so the code can run on Windows
- Calculate fireball centroids and put them to a separate FTPdetectinfo file
- Full Python 3 compatibility (currently there are issues with slow frame assignment to shared memory when using multiprocessing)
- Document server uploading
- Brightness and contrast
- Manual reduction
- loading any video or static image for reduction
- load a platepar
- X/Y, alt/az, ra/dec on mouse position
- Autoupdate
Low priority:
----------------
- Generate doc page
Things to resolve before 1.0 release:
-------------------------------------
- Cleaning code for multiplatform use (ie. os.sep, abstracting away hardware interface layer)
- .deb installer & storing everything on usual locations (/var/log, /usr/local/bin, /opt...)
- Windows installer & storing everything in usual Win dirs (C:/Program Files/...)
DONE:
-----
- Add check if camera is open before capture
- Option for non-interlaced video (deinterlace_flag=-1)