{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Get started\n", "## Planner of Transits Observation - PTO\n", "This is a tutorial example for using PTO. The purpose of this code is to calculate transit windows (emission observations to be added soon) for given time period and location to observe from. It can be used for proposal writing, and further for preparation of the observations.\n", "\n", "The main steps in PTO are:\n", "\n", "1. Load a catalog of planets\n", "\n", "2. Filter the catalog to desired targets\n", "\n", "3. Calculate transit windows\n", "\n", "4. Plot observing conditions for each night for given location\n", "\n", "