This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
import hyperspy.api as hs | |
from scipy.ndimage import map_coordinates | |
import matplotlib.pyplot as plt | |
from scipy.optimize import curve_fit | |
from tifffile import imwrite, TiffWriter, TiffFile | |
from lmfit import Model, CompositeModel, Parameters | |
from lmfit.models import GaussianModel, QuadraticModel, PseudoVoigtModel | |
from functools import reduce | |
import operator |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pdb | |
import os | |
import sys | |
sys.path.append(os.path.join('..', 'remote')) | |
import time | |
import sem | |
import struct | |
import base64 | |
from sem_v3_lib import * |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fityk script. Fityk version: 1.3.1. Created: Tue Aug 23 16:58:39 2022 | |
set verbosity = -1 #the rest of the file is not shown | |
set autoplot = 0 | |
reset | |
# ------------ settings ------------ | |
set box_constraints = 1 | |
set default_sigma = sqrt | |
set domain_percent = 30 | |
set epsilon = 1e-012 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Fityk script. Fityk version: 1.3.1. Created: Fri Aug 19 12:09:17 2022 | |
set verbosity = -1 #the rest of the file is not shown | |
set autoplot = 0 | |
reset | |
# ------------ settings ------------ | |
set box_constraints = 1 | |
set default_sigma = sqrt | |
set domain_percent = 30 | |
set epsilon = 1e-012 |
NewerOlder