Project

General

Profile

2010 ADWAdd a new option to a program » History » Version 2

Neil Voss, 06/09/2010 03:03 PM

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 2 Neil Voss
*## confirm python works by running myami/appion/check.sh
13
*## svn up; svn commit with Bug/Feature #
14 1 Neil Voss
*# add feature to web page
15
*## add radio button to web page
16
*## add help message
17
*## receive variable from $_POST
18
*## check if value is valid
19
*## add flag to command line
20 2 Neil Voss
*## check PHP works by running myami/myamiweb/processing/check.sh
21
*## svn up; svn commit with Bug/Feature #
22 1 Neil Voss
23
h2. Add an output directory to hierarchical classification
24
25
* You cannot change the directory if the filesystem is full.