{ "cells": [ { "cell_type": "markdown", "id": "e9ebfe66-3d7d-44b2-b1cf-0d1bf47393de", "metadata": {}, "source": [ "\n", "**Audience**: Advanced beginner / intermediate (*requires basic knowledge of* `scipp.DataArray`)\n", "\n", "**Objectives**: Constructing binned data from an event list, modifying binning in order to extract different quantities, and basic masking and filtering of event and binned data." ] }, { "cell_type": "markdown", "id": "ae0c6664-2a07-47e7-a411-f45773fd6eeb", "metadata": { "tags": [] }, "source": [ "# RHESSI Solar Flares" ] }, { "cell_type": "markdown", "id": "b467cb78-845d-4d0f-a31b-f8df93419de5", "metadata": { "tags": [] }, "source": [ "This tutorial covers the basics of binned data in scipp by analyzing the list of solar flares recorded by NASA's RHESSI small explorer [[Lin *et al*](#lin2002)].\n", "\n", "The input data has been constructed from the official [flare list](https://hesperia.gsfc.nasa.gov/rhessi3/data-access/rhessi-data/flare-list/index.html).\n", "It is available as a HDF5 file in scipp's own format and can be downloaded and accessed directly via `scipp.data` as shown below.\n", "\n", "