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

Highlights

  • Pro

Organizations

@ComputationalRadiationPhysics @fachschaftsrat @openPMD @slaclab @hi-jena

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 Loading

  1. postpic Public

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

    Python 66 26

  2. postpic-examples Public

    Examples demonstrating the functionality of postpic.

    Jupyter Notebook 7 3

  3. generatorpipeline Public

    Parallelize your data-processing pipelines with just a decorator.

    Python 2 4

  4. IPread Public

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

    Python 1

  5. diffractionimaging Public

    Diffraction Imaging Tools for Python

    Python 1

  6. 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