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 9e9a3aa commit abc718dCopy full SHA for abc718d
specreduce/tests/test_tilt_correction.py
@@ -1,12 +1,13 @@
1
import numpy as np
2
import pytest
3
from astropy.modeling import models
4
-from astropy.nddata import NDData, StdDevUncertainty
+from astropy.nddata import StdDevUncertainty
5
from astropy.wcs import WCS
6
7
from specreduce.tilt_correction import TiltCorrection, diff_poly2d_x
8
from specreduce.utils.synth_data import make_2d_arc_image
9
10
+
11
# Arc frame creation code taken from Tim Pickering's example notebook
12
@pytest.fixture
13
def mk_arc_frames():
0 commit comments