Skip to content

Commit

Permalink
changed cdelt in fixtures.py
Browse files Browse the repository at this point in the history
  • Loading branch information
s0larish committed Nov 20, 2024
1 parent ae97a51 commit 415e607
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion solpolpy/transforms.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ def mzpsolar_to_mzpinstru(input_collection, reference_angle=0 * u.degree, **kwar
"""
in_list = list(input_collection)
input_dict = {}
# out_angles = ?

for p_angle in in_list:
if p_angle == "alpha":
Expand Down
2 changes: 1 addition & 1 deletion tests/fixtures.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

wcs = astropy.wcs.WCS(naxis=3)
wcs.ctype = "WAVE", "HPLT-TAN", "HPLN-TAN"
wcs.cdelt = 0.5, 0.5, 0.5
wcs.cdelt = 0.2, 0.5, 0.4
wcs.cunit = "Angstrom", "deg", "deg"
wcs.crpix = 2, 2, 2
wcs.crval = 0, 0, 0
Expand Down

0 comments on commit 415e607

Please sign in to comment.