Mercurial > hg > ltpda
comparison m-toolbox/TODO.txt @ 0:f0afece42f48
Import.
author | Daniele Nicolodi <nicolodi@science.unitn.it> |
---|---|
date | Wed, 23 Nov 2011 19:22:13 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:f0afece42f48 |
---|---|
1 =========================================================================== | |
2 TODO list for ltpda toolbox | |
3 =========================================================================== | |
4 | |
5 M Hewitson 02-02-07 | |
6 $Id: TODO.txt,v 1.41 2007/06/12 12:34:04 hewitson Exp $ | |
7 | |
8 =========================================================================== | |
9 | |
10 interp for tsdata, fsdata, xydata, ao | |
11 | |
12 - how do we input the new values? | |
13 | |
14 ---------------------- | |
15 | |
16 join - join multiple aos together to produce one AO | |
17 - for overlapping parts we choose first | |
18 1 [1111111111] | |
19 2 [222222222] | |
20 out [111111111122222] | |
21 | |
22 | |
23 ----------------------- | |
24 | |
25 >> b = ltpda_ao_consolidate(a, pl) | |
26 | |
27 make all sample sample rate fsmax | |
28 make all sample time instances | |
29 make all same length as one vector | |
30 - how to choose this? | |
31 - Input t0, nsecs? | |
32 - From one of the inputs? | |
33 | |
34 ------------------------ | |
35 | |
36 ** add scale to ltpda_lpsd plist to chose ASD,AS, etc | |
37 | |
38 --------------- | |
39 | |
40 submit should use plist instead of 'SERVER' key word | |
41 | |
42 --------------------------------- | |
43 | |
44 make correlation and auto-correlation | |
45 make convolution | |
46 | |
47 ---------------------------------- | |
48 | |
49 Need bar and stem plots | |
50 | |
51 ----------- | |
52 | |
53 ao2mdl | |
54 hist2mdl | |
55 | |
56 --------------- | |
57 | |
58 Some kind of history browser | |
59 - maybe using XSLT XML, CSS ? | |
60 | |
61 ------------------------------------- | |
62 | |
63 Working on submit/retrieve. | |
64 | |
65 - add hist as text blob to database - good for browsing without getting all the data | |
66 | |
67 add nsecs and fs to fields | |
68 | |
69 for dbphp viewer, show less until clicked on an AO | |
70 | |
71 ------------------------------------ | |
72 | |
73 | |
74 Make AOget AOset HISTget HISTset blocks for AO. Hard-code parameters. | |
75 | |
76 -------------------------- | |
77 | |
78 Make test model for each block | |
79 - test with loop | |
80 | |
81 - in particular, test with string values | |
82 - make AO block that takes plist as input - variable filename | |
83 | |
84 - run test models from run_tests() | |
85 | |
86 ------------------ | |
87 | |
88 multiply/divide pzmodels? | |
89 - how does add/subtract work? | |
90 | |
91 ********************************* | |
92 | |
93 How do we get history stuff into mux and demux? | |
94 - perhaps each element of output vector gets remade with new history | |
95 of all input objects. | |
96 | |
97 b = cat(a1,a2) | |
98 | |
99 so b(1) has history of both a1 and a2, as does b(2) | |
100 | |
101 ******************************** | |
102 | |
103 sltpda | |
104 | |
105 - better open file dialogs - ** make own gui ** | |
106 - add file extension if missing | |
107 - save should default to xml | |
108 | |
109 | |
110 --------------------------------------------------------------------------- | |
111 AO class | |
112 --------------------------------------------------------------------------- | |
113 | |
114 Methods to implement: | |
115 resample - resample time and frequency series | |
116 average - average the input AOs, either time or frequency | |
117 split - split by parameter list input | |
118 - 'N' - a number (does as close as possible) | |
119 | |
120 | |
121 | |
122 | |
123 --------------------------------------------------------------------------- | |
124 history class | |
125 --------------------------------------------------------------------------- | |
126 | |
127 + work more on plot function | |
128 - input info level to decide how much info to display for each node | |
129 - display more info for each node | |
130 - deal with input array of history objects | |
131 - subplots? | |
132 | |
133 |