{ "cells": [ { "cell_type": "markdown", "id": "03c9fc8f-6656-421f-a778-4cc13704907e", "metadata": {}, "source": [ "# Tutorial Step 2: What's in a GWOSC Data File?" ] }, { "cell_type": "markdown", "id": "0d80ff85-102a-464e-afca-c9073c54fa0f", "metadata": {}, "source": [ "In this tutorial, we will use python to read the file downloaded in [Step 1](<./01 - Download GWOSC Data.ipynb>).\n", "This step presents some details about the file format use in GWOSC data files.\n", "[Step 5](<./05 - GWpy examples.pynb>) will present a higher-level API to read those files." ] }, { "cell_type": "markdown", "id": "4a621166-3916-4dcf-820a-489585e88e61", "metadata": {}, "source": [ "