Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/topic_guides/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ If you’re starting fresh you might want to check out the Tutorial first.
usertools
net
loading
vbi_stitching
18 changes: 18 additions & 0 deletions docs/topic_guides/vbi_stitching.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. _dkist:topic-guides:vbi-stitching:

Stitching Mosaics with Reproject
================================

In this guide we cover the various options available in the reproject package for working with mosaics (mainly VBI at the time of writing).
There are many options available, which largely trade off various things against speed and memory requirements.

.. warning::

Some of the options discussed in this page require reproject >= X.X.X


To make plots and in examples we can only use this dataset:

.. code-block:: python

from dkist.data.sample import VBI_L1_NZJTB
Loading