Redux » History » Version 3
Jim Pulokas, 05/12/2011 02:31 PM
| 1 | 3 | Jim Pulokas | h1. redux |
|---|---|---|---|
| 2 | 2 | Jim Pulokas | |
| 3 | 3 | Jim Pulokas | redux is a library for loading an image, doing some basic processing and generating a viewable image. |
| 4 | 1 | Jim Pulokas | |
| 5 | 3 | Jim Pulokas | !redux_basic_idea.png! |
| 6 | |||
| 7 | 1 | Jim Pulokas | Goals: |
| 8 | * simple to use python library |
||
| 9 | * simple to use network daemon that can answer requests for an image and the pipeline of processing to do on it |
||
| 10 | * simple to use command line client that uses either the network daemon or locally imported python library to do processing |
||
| 11 | * complex behind-the-scenes result caching |
||
| 12 | |||
| 13 | Potential uses include: |
||
| 14 | * a command line program like xv or imagemagick to view myami images and generate publication quality results |
||
| 15 | * preparing image for display in Leginon, including contrast adjustments, binning, power spectrum, etc |
||
| 16 | * any functions in leginon/appion where you need to either bin or calculate power spectrum |
||
| 17 | * 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 |
||
| 18 | 3 | Jim Pulokas | |
| 19 | !redux_more_detail.png! |