We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88c4c85 commit 476475dCopy full SHA for 476475d
examples/aligning_aia_with_eis_maps.py
@@ -5,7 +5,7 @@
5
6
This example shows how to EIS data to AIA using cross-correlation which is implemented as the "match_template" method.
7
"""
8
-# sphinx_gallery_thumbnail_number = 2 # NOQA: ERA001
+# sphinx_gallery_thumbnail_number = 2
9
10
import matplotlib.pyplot as plt
11
sunkit_image/coalignment/__init__.py
@@ -1,5 +1,5 @@
1
-# This will register the function
2
-import sunkit_image.coalignment_match_template # NOQA: F401
3
from sunkit_image.coalignment.interface import coalign
+# This will register the function
+from sunkit_image.coalignment_match_template import match_template_coalign
4
__all__ = ["coalign"]
0 commit comments