2010 ADWAdd a new option to a program » History » Version 1
Neil Voss, 06/09/2010 08:18 AM
1 | 1 | Neil Voss | h1. Add a new option to a program |
---|---|---|---|
2 | |||
3 | h2. Add student's T distribution to maxlike alignment |
||
4 | |||
5 | * Problem statement: Add student's T distribution to maxlike alignment, see #552 |
||
6 | * Goal: allow user to use the @-student@ option for maxlike alignment using a radio button |
||
7 | * Steps to implement: |
||
8 | *# add feature to python code |
||
9 | *## add command line input |
||
10 | *## check flag to add to xmipp program |
||
11 | *## insert value into database |
||
12 | *# add feature to web page |
||
13 | *## add radio button to web page |
||
14 | *## add help message |
||
15 | *## receive variable from $_POST |
||
16 | *## check if value is valid |
||
17 | *## add flag to command line |
||
18 | |||
19 | h2. Add an output directory to hierarchical classification |
||
20 | |||
21 | * You cannot change the directory if the filesystem is full. |