User Tools

Site Tools


janni

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
janni [2019/07/09 14:46]
twagner [Installation]
janni [2019/07/10 13:14]
twagner [Just Another Noise 2 Noise Implementation (JANNI)]
Line 7: Line 7:
  
 JANNI can be used a command line tool but also provides an simple interface to integrate into other programs (see [[janni_tutorial#developer_information|developer information]]). JANNI can be used a command line tool but also provides an simple interface to integrate into other programs (see [[janni_tutorial#developer_information|developer information]]).
 +<note>
   * **License**: MIT   * **License**: MIT
   * **GitHub repository**: https://github.com/thorstenwagner/sphire-janni   * **GitHub repository**: https://github.com/thorstenwagner/sphire-janni
 +</note>
 This is an example where we applied JANNI: This is an example where we applied JANNI:
  
 {{ ::results_denoising_trpc4.jpg?800 |}} {{ ::results_denoising_trpc4.jpg?800 |}}
 +
 +<note important>
 +The denoised micrographs are likely bad to use for further processing besides picking.
 +</note>
 ==== Download ==== ==== Download ====
 === JANNI === === JANNI ===
Line 50: Line 54:
 </code> </code>
  
-Now can install JANNI either for GPUs or for CPUs:+Now can install JANNI either for GPUs **or** for CPUs:
  
-**For GPU:** +4a. **For GPU:** Install JANNI form PyPi for a GPU machine:
-4. Install JANNI form PyPi for a GPU machine:+
 <code> <code>
 pip install janni[gpu] pip install janni[gpu]
 </code> </code>
  
-**For CPU:** +4b. **For CPU:** Install JANNI form PyPi for a CPU machine:
-4. Install JANNI form PyPi for a CPU machine:+
 <code> <code>
 pip install janni[cpu] pip install janni[cpu]
janni.txt · Last modified: 2022/07/25 11:19 by twagner