Skip to content

Commit

Permalink
fixed astroquery import
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Toennis committed Sep 30, 2024
1 parent aa40741 commit 40c3968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ctapipe/calib/camera/pointing.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
import astropy.units as u
import numpy as np
import pandas as pd
import Vizier # discuss this dependency with max etc.
from astropy.coordinates import Angle, EarthLocation, SkyCoord
from astropy.table import QTable
from astroquery.vizier import Vizier # discuss this dependency with max etc.
from scipy.odr import ODR, RealData

from ctapipe.calib.camera.extractor import StatisticsExtractor
Expand Down

0 comments on commit 40c3968

Please sign in to comment.