Project

General

Profile

Redux » History » Revision 4

Revision 3 (Jim Pulokas, 05/12/2011 02:31 PM) → Revision 4/12 (Jim Pulokas, 05/12/2011 02:43 PM)

h1. redux 

 redux is a library for loading an image, doing some basic processing and generating a viewable image. 

 !redux_basic_idea.png! 

 h2. Goals 

 Goals: 
 * simple to use python library 
 * simple to use network daemon that can answer requests for an image and the pipeline of processing to do on it 
 * simple to use command line client that uses either the network daemon or locally imported python library to do processing 
 * complex behind-the-scenes result caching 

 h2. Potential uses 

 include: 
 * a command line program like xv or imagemagick to view myami images and generate publication quality results 
 * preparing image for display in Leginon, including contrast adjustments, binning, power spectrum, etc 
 * any functions in leginon/appion where you need to either bin or calculate power spectrum 
 * preparing image for display on web pages.    web server can contact redux server.    this can replace php-mrc module which no longer compiles with php > 5.2 

 h2. Current design as of 5/12/2011 

 !redux_more_detail.png!