{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Pseudo-Nyquist Arguments" ] }, { "cell_type": "code", "execution_count": 1, "metadata": { "collapsed": true }, "outputs": [], "source": [ "%matplotlib inline\n", "import matplotlib.pyplot as plt\n", "import pandas as pd\n", "import numpy as np\n", "\n", "plt.style.use('seaborn-whitegrid')" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## LINEAR data" ] }, { "cell_type": "code", "execution_count": 2, "metadata": { "collapsed": false }, "outputs": [ { "data": { "text/html": [ "
| \n", " | t | \n", "mag | \n", "magerr | \n", "
|---|---|---|---|
| 0 | \n", "52650.434545 | \n", "15.969 | \n", "0.035 | \n", "
| 1 | \n", "52650.448450 | \n", "16.036 | \n", "0.039 | \n", "
| 2 | \n", "52650.462420 | \n", "15.990 | \n", "0.035 | \n", "
| 3 | \n", "52650.476485 | \n", "16.027 | \n", "0.035 | \n", "
| 4 | \n", "52650.490443 | \n", "15.675 | \n", "0.030 | \n", "