Skip to content

Commit b571267

Browse files
committed
Update imports for new location
1 parent 303f9a7 commit b571267

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

python/lsst/summit/extras/plotting/focusSweep.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
import numpy as np
3030
from matplotlib.figure import Figure
3131

32-
from lsst.summit.utils.efdUtils import efdTimestampToAstropy, getMostRecentRowWithDataBefore
32+
from lsst.summit.utils.dateTime import efdTimestampToAstropy
33+
from lsst.summit.utils.efdUtils import getMostRecentRowWithDataBefore
3334

3435
PLATESCALE = 0.2 # arcsec / pixel
3536

python/lsst/summit/extras/ringssSeeing.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@
3030
from astropy.time import Time, TimeDelta
3131
from matplotlib.dates import DateFormatter, num2date
3232

33-
from lsst.summit.utils.efdUtils import (
34-
getDayObsEndTime,
35-
getDayObsStartTime,
36-
getEfdData,
37-
getMostRecentRowWithDataBefore,
38-
)
33+
from lsst.summit.utils.dateTime import getDayObsEndTime, getDayObsStartTime
34+
from lsst.summit.utils.efdUtils import getEfdData, getMostRecentRowWithDataBefore
3935
from lsst.utils.plotting.figures import make_figure
4036

4137
HAS_EFD_CLIENT = True

0 commit comments

Comments
 (0)