Skip to content
View thomasaarholt's full-sized avatar

Sponsoring

@rianadon
Block or Report

Block or report thomasaarholt

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. hyperspy hyperspy Public

    Forked from hyperspy/hyperspy

    Multidimensional data analysis

    Python

  2. electropy electropy Public

    Useful functions for electron microscopy simulation

    Python 4

  3. Save matplotlib figures with no whit... Save matplotlib figures with no whitespace
    1
    import matplotlib.pyplot as plt
    2
    
                  
    3
    def save(filepath="image.png", fig=None):
    4
        '''Save the current image with no whitespace
    5
        Example filepath: "myfig.png" or r"C:\myfig.pdf" 
  4. Fastest found numpy method of genera... Fastest found numpy method of generating a 2D gaussian kernel of size n x n and standard deviation std.
    1
    import numpy as np
    2
    from scipy import signal
    3
    
                  
    4
    def gaussian_kernel(n, std, normalised=False):
    5
        '''
  5. STEMSimulation STEMSimulation Public

    An overview of available simulation softwares for Scanning Transmission Electron Microscopy

    12 1

  6. Earthquakes Earthquakes Public

    Data exploration of tweets during the 2016 Oklahoma earthquake

    Jupyter Notebook