2010 ADWAdd a new option to a program » History » Revision 4
Revision 3 (Neil Voss, 06/09/2010 03:03 PM) → Revision 4/5 (Neil Voss, 06/09/2010 03:04 PM)
h1. Add a new option to a program
h2. Add student's T distribution to maxlike alignment
* Problem statement: Add student's T distribution to maxlike alignment, see #552
* Goal: allow user to use the @-student@ option for maxlike alignment using a radio button
* Steps to implement:
*# add feature to python code
*## add command line input
*## check flag to add to xmipp program
*## insert value into database
*## confirm python works by running source:trunk/appion/check.sh
*## svn up; svn commit with Bug/Feature #
*# add feature to web page
*## add radio button to web page
*## add help message
*## receive variable from $_POST
*## check if value is valid
*## add flag to command line
*## check PHP works by running source:trunk/myamiweb/processing/check.sh
*## svn up; svn commit with Bug/Feature #
h2. Add an output directory to hierarchical classification
* You cannot change the directory if the filesystem is full.
*# check how outdir is defined within the program
*# add @<input type='text' >@ box to define the out dir