Skip to content
View skuschel's full-sized avatar
💡
_
💡
_

Highlights

  • Pro

Organizations

@ComputationalRadiationPhysics @fachschaftsrat @openPMD @slaclab @hi-jena
Block or Report

Block or report skuschel

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. postpic postpic Public

    The open-source particle-in-cell post-processor.

    Python 63 26

  2. postpic-examples postpic-examples Public

    Examples demonstrating the functionality of postpic.

    Jupyter Notebook 6 3

  3. generatorpipeline generatorpipeline Public

    Parallelize your data-processing pipelines with just a decorator.

    Python 2 3

  4. IPread IPread Public

    Python Module for reading Image Plates and combining several readouts into a single Image converted to PSL scale.

    Python 1

  5. diffractionimaging diffractionimaging Public

    Diffraction Imaging Tools for Python

    Python 1

  6. Matplotlib addcolorbar Matplotlib addcolorbar
    1
    def addcolorbar(ax, im, pos='right', size='5%', pad=0.05, orientation='vertical',
    2
                    stub=False, max_ticks=None, label=None):
    3
        '''
    4
        add a colorbar to a matplotlib image.
    5