forked from DiamondLightSource/diffcalc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtodo.txt
70 lines (42 loc) · 1.97 KB
/
todo.txt
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
Complete restructure work:
--------------------------
Merge current mast in
Make sure we can start the willmot engine - also dcwillmot differs from dcyou in only two places
Fix and sure have tests (or delete startup files):
append_diffcalc_to_gda_jython_path.py
b16fivecircle.py
b16fourcircle_you_engine.py
i10fourcircle.py
sixcircle_api.py
sixcircle_vrmldummy.py
sixcircle.py
Check for 3 failing math (at least on OSX):
-
Remove _diffcalc module:
- comment as you go!
- checkub -> add test to test_you.py
- fix the 'help ub' and 'help hkl' commands
- get hkl scannable working without _diffcalc
Tidy:
- move sim logic off: DiffractometerScannableGroup
- move example folder up into diffcalc.gdasupport package
- rewite documentaion to call actual code for tests
Improve:
- you.py should not skip creating any scannables for fixed constraints (or related ones)
Compare number of tests again branch point
Decision not to dump vlieg mode
why no integration test for willmott
List needs review. Unordered. RobW.
----------------------------------
- look at all commands together (showref, listub, cons)
- overide help command. Perhaps just print __doc__ if it starts with '!' or '@command'
- error handling in wrapper. check TypeError depth. Give help inside exception string.
- parameter scannables should return current virtual angle __str__ would also show requestd
- remove need for axis_par scannables - set value, consider e.g. mu scan, and moved from epics. mu scan requires mu to be same level as hkl to work efficiently
- implement mu_eq_nu mode
- add eta_half_delta and mu_half_nu modes
- provide fivec etc plugins (i13 first)
- provide arbitrary virtual names (and check arbitray motor names work)
- provide short cut mode access my number (beamline specific) ? Good idea?
- handle eV / keV properly (wavelength internally, flag to energy_unit equal 'keV' (default) or 'eV'
- Fix .__doc__ help on hkl (metaclass syetm fails under Jython with a java base class)