Skip to content

Commit

Permalink
Make compute_scale robust to case where fiducial coordinates are ousi…
Browse files Browse the repository at this point in the history
…de of bounding box
  • Loading branch information
astrofrog committed May 22, 2024
1 parent 259e9d6 commit 9edc67e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jdaviz/configs/imviz/wcs_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import base64
import math
from io import BytesIO
import warnings

import matplotlib.pyplot as plt
import numpy as np
Expand Down

0 comments on commit 9edc67e

Please sign in to comment.