{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Plot with SPOCK" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## 1- Phase plot" ] }, { "cell_type": "markdown", "metadata": { "tags": [] }, "source": [ "### 1.1 Effective coverage " ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Here we present a function to plot the phase coverage of a given target on a range of periods. The user will have to give:\n", "\n", "* Th target name, ex: `target = 'Sp1245-5721'`\n", "\n", "* Lower boundary of the period range, `pmin = 0.1`\n", "\n", "* upper boundary of the period range, `pmax = 3.1`" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "