Skip to content

FrancisCrickInstitute/python-decon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage: PyDecon [-h] [--dxy XY Size] [--dz DZ] [--wd WD] [--wl WL] [--na NA] [--method {cpu,gpu,skimage}] [--iter ITER] [--output OUTPUT] input
                                                                                                                                              
Image deconvolution with Python. Uses psfmodels from Talley Lambert and RedLionfish from the Rosalind Franklin Institute.                     
                                                                                                                                              
positional arguments:                                                                                                                         
  input                 Input file                                                                                                            
                                                                                                                                              
options:                                                                                                                                      
  -h, --help            show this help message and exit                                                                                       
  --dxy XY Size         Voxel size (microns) in x and y                                                                                       
  --dz DZ               Voxel size (microns) in z                                                                                             
  --wd WD               Working distance (microns)                                                                                            
  --wl WL               Emission wavelength (microns)                                                                                         
  --na NA               Numerical aperture                                                                                                    
  --method {cpu,gpu,skimage}                                                                                                                  
                        Use GPU- or CPU-based deconvolution                                                                                   
  --iter ITER           Number of iterations                                                                                                  
  --output OUTPUT       Output directory. Existing directories will be overwritten.                                                           
                                                                                                                                              
https://github.com/FrancisCrickInstitute/python-decon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages