Skip to content

Instantly share code, notes, and snippets.

View tritemio's full-sized avatar

Antonino Ingargiola tritemio

View GitHub Profile
@tritemio
tritemio / Interactive IPython Parallel Computing Tutorial.ipynb
Last active December 16, 2015 21:10
An IPython Notebook as an Interactive Parallel Computing Tutorial
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@tritemio
tritemio / Numpy out-of-core processing
Last active January 2, 2016 10:59
Numpy out-of-core processing study
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
This file has been truncated, but you can view the full file.
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@tritemio
tritemio / nsALEX - Old LV format
Last active August 29, 2015 13:57
An IPython Notebook that shows how to read the old LabView .sm format for nsALEX and save it in an HDF5 file.
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@tritemio
tritemio / nsALEX - BH parameters from .set files
Last active August 29, 2015 13:57
An IPython Notebook that shows how to decode .set files from Becker & Hickl boards.
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@tritemio
tritemio / seaborn_fontsize_issue
Last active August 29, 2015 14:00
Seaborn fontsize issue
{
"metadata": {
"name": "",
"signature": "sha256:b831c65c39ae1487614e2d20cfbb244a6eea2f552ae5221987fe357497b31aa5"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
"metadata": {
"name": "",
"signature": "sha256:dd9ac9500d76bd6e4f223aa5277e5008fc30d9ad1df9ccab4997b0cbe52860c7"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@tritemio
tritemio / decay_fit.py
Last active August 29, 2015 14:02
Exponential decay fit - lmfit issues
'''
This script fits 1D noisy data (function of time) to a model function that has
2 shape parameters (lifetime or exponetial decay: `tau`, amplitude: `ampl`)
and one `offset` parameter for the translation in time.
'''
#%%
import numpy as np
import scipy
import scipy.stats
@tritemio
tritemio / 2-Gaussian mixture fit Bayes vs NLS.ipynb
Created October 14, 2014 18:48
2-Gaussian mixture fit Bayes vs NLS
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.