Closed ketiltrout closed 3 months ago
In https://github.com/radiocosmology/caput/pull/269:
ch_util.ephemeris.sphdist
caput.interferometry.sphdist
drift.telescope.cylbeam.rotate_ypr
caput.interferometry.rotate_ypr
Updated ch_util/holography.py to use the caput version of sphdist directly.
ch_util/holography.py
sphdist
This removes the driftscan dependency.
driftscan
(I don't know if anything else besides the holography module uses sphdist, but I see no harm in re-importing it to ephemeris.)
ephemeris
In https://github.com/radiocosmology/caput/pull/269:
ch_util.ephemeris.sphdist
has been moved tocaput.interferometry.sphdist
drift.telescope.cylbeam.rotate_ypr
has been moved tocaput.interferometry.rotate_ypr
Updated
ch_util/holography.py
to use the caput version ofsphdist
directly.This removes the
driftscan
dependency.(I don't know if anything else besides the holography module uses
sphdist
, but I see no harm in re-importing it toephemeris
.)