Skip to content

Commit

Permalink
Useful print out, remember to remove later
Browse files Browse the repository at this point in the history
  • Loading branch information
SolarDrew committed Mar 8, 2024
1 parent f8b7b46 commit 915a34e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dkist/wcs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ def transform_at_index(self, ind, crpix=None, cdelt=None, lon_pole=None):
if (np.array(ind) > np.array(self.table_shape) - 1).any() or (np.array(ind) < 0).any():
return m.Const1D(fill_val) & m.Const1D(fill_val)

print(f"Generating transform at {ind=}")
sct = generate_celestial_transform(
crpix=crpix,
cdelt=cdelt,
Expand Down

0 comments on commit 915a34e

Please sign in to comment.