Python Wavelet Imaging
0.3
  • Introduction
  • API
    • pywi.benchmark.metrics.refbased
    • pywi.benchmark.io.refbased.fits
    • pywi.processing.filtering.hard_filter
    • pywi.processing.filtering.pixel_clusters
    • pywi.processing.transform.mrtransform_wrapper
    • pywi.io.fits
    • pywi.io.images
    • pywi.io.pil
    • pywi.io.plot
    • pywi.optimization.bruteforce
    • pywi.optimization.differential_evolution
    • pywi.optimization.saes
    • pywi.optimization.objectivefunc.wavelets_mrfilter_delta_psi
    • pywi.ui.argparse_commons
    • pywi.ui.commons
    • pywi.ui.filter_with_mrfilter
    • pywi.ui.filter_with_mrtransform
  • Developer’s notes
Python Wavelet Imaging
  • Docs »
  • PyWI API
  • View page source

PyWI API¶

The library provides classes which are usable by third party tools.

Note

This project is still in beta stage, so the API is not finalized yet.

Benchmark package:

  • pywi.benchmark.metrics.refbased
  • pywi.benchmark.io.refbased.fits

Filter package:

  • pywi.processing.filtering.hard_filter
  • pywi.processing.filtering.pixel_clusters

Transform package:

  • pywi.processing.transform.mrtransform_wrapper

I/O package:

  • pywi.io.fits
  • pywi.io.images
  • pywi.io.pil
  • pywi.io.plot

Optimization package:

  • pywi.optimization.bruteforce
  • pywi.optimization.differential_evolution
  • pywi.optimization.saes
  • pywi.optimization.objectivefunc.wavelets_mrfilter_delta_psi

User interface package (UI):

  • pywi.ui.argparse_commons
  • pywi.ui.commons
  • pywi.ui.filter_with_mrfilter
  • pywi.ui.filter_with_mrtransform
Next Previous

© Copyright 2016-2018, Jérémie Decock.

Built with Sphinx using a theme provided by Read the Docs.