{ "cells": [ { "cell_type": "markdown", "id": "9041c03b", "metadata": {}, "source": [ "# Sccala Photometry Interpolation" ] }, { "cell_type": "markdown", "id": "448456fe", "metadata": {}, "source": [ "This is an example how to use the `sccala-photometry-interpolation` module, which is a tool to interpolate photometry." ] }, { "cell_type": "markdown", "id": "d7495485", "metadata": {}, "source": [ "The easiest way to use this tool is via its CLI. Simply run\n", "```console\n", "sccala-photometry-interpolation \n", "```" ] }, { "cell_type": "markdown", "id": "d01e621a", "metadata": {}, "source": [ "This should interpolate the photometry found for the given SN, instrument and bands. Per default, it will return interpolated data on the interval from 20 to 60 days after explosion with a 0.1 interval. Additional rules can be added via `-r `" ] }, { "cell_type": "markdown", "id": "aadfb77d", "metadata": {}, "source": [ "But you can also achieve the same result using the functions provided by the package itself:" ] }, { "cell_type": "markdown", "id": "1dcc4950", "metadata": {}, "source": [ "``" ] } ], "metadata": { "kernelspec": { "display_name": "Python 3 (ipykernel)", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.10.5" } }, "nbformat": 4, "nbformat_minor": 5 }