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

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  1. postpic postpic Public

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

    Python 61 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